Skip to content

Conversation

@Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Sep 5, 2025

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Moved plan retrieval endpoints from app_kernel.py to v3/api/router.py and refactored them for v3 API. Updated DataType enum values for consistency. Adjusted frontend API service to use new v3 endpoints and removed unused agent message and message methods.
Deleted all files in src/backend/kernel_agents and src/backend/kernel_tools, and updated imports in app_kernel.py and router.py to remove references to these modules. This refactor likely consolidates or replaces agent and tool logic elsewhere in the codebase.
Deleted the submitInputTask methods from APIService and TaskService as they are no longer used. This helps clean up the codebase and reduces maintenance overhead.
The Plan object now assigns team_id based on the user's current team retrieved from the memory store, instead of defaulting to None. This ensures plans are correctly associated with the user's active team.
Deleted several agent-related models and request/response classes from messages_kernel.py that are no longer used. Also removed the AgentType enum from orchestration_models.py to clean up unused code and improve maintainability.
Introduces the WebsocketMessageType enum for consistent message typing across WebSocket communications. Refactors response handlers, connection management, and orchestration modules to utilize message_type for improved clarity and extensibility. Also removes an unused __init__.py file from common services.
Replaced the UUID-based timestamp with the event loop's time from asyncio for the final result message. This provides a more accurate and relevant timestamp for message completion.
Standardizes WebSocket message types using the WebsocketMessageType enum across multiple modules. Refactors message sending to include explicit message type and data structure, and updates API endpoint for plan retrieval. Fixes and improves consistency in how messages are sent and handled throughout the backend.
@marktayl1 marktayl1 merged commit ab5474f into macae-v3-dev-v2-vip Sep 6, 2025
0 of 2 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants