yao/agent/output/message
Max 610e6b3506 feat(stream): introduce execute message handling for sandbox CLI actions
- Added support for "execute" message type to track tool execution observations within the sandbox environment.
- Implemented handling for execute messages in the stream processing, allowing for real-time updates on tool execution status.
- Enhanced the stream parser to manage the lifecycle of execute messages, including merging input and output data.
- Updated the stream handler to accommodate new message types, improving overall message processing capabilities.
- Refactored related tests to ensure coverage for the new execute message functionality, enhancing reliability.
2026-03-20 22:48:36 +08:00
..
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
STREAMING.md Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
types.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
utils.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
utils_test.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00