Skip to content

Conversation

iHeyTang
Copy link

@iHeyTang iHeyTang commented Aug 3, 2025

Features

  • Implemented an event mechanism for communication between the agent, backend, and frontend.
  • Implemented a web server backend to expose HTTP interfaces.
  • Implemented a web GUI frontend.

SNHuan and others added 17 commits July 22, 2025 18:01
- Updated `run_backend.py` to utilize configuration values for host and port.
- Refactored event handling by introducing a new event bus implementation.
- Removed deprecated event types and streamlined event registration.
- Enhanced error handling and logging in event publishing.
- Added WebSocket event forwarding middleware for improved event handling.
- Cleaned up unused imports and organized event-related modules.
- Added `launch.json` for debugging configurations in VSCode.
- Implemented `ManusWebSocketManager` and `ManusWebSocketMiddleware` for managing WebSocket connections and forwarding events.
- Refactored event handling to utilize new event classes for agent, conversation, and system events.
- Removed deprecated event types and consolidated event-related modules for better organization.
- Enhanced error handling and logging in WebSocket operations.
- Introduced `UserInputEvent` to publish user input events with conversation context.
- Updated `ConversationEvent` and related classes to remove user_id, simplifying event data.
- Enhanced tool event handling by adding execution_id for better tracking.
- Refactored chat input component to improve user experience and error handling.
- Streamlined message rendering in chat components, including user input and tool execution feedback.
- Removed deprecated preview description component for cleaner code structure.
…es in the local workspace in real time, implement workspace session isolation, modify the str_replace_editor.py tool to be compatible with workspace session isolation, and fix requirements.txt.
Add continuing the conversation, optimize workspace display, and opti…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants