yao/agent/output/message
Max 17b71ee4cc Refactor message handling to support individual message lifecycle events
- Replaced group-related event types with message-specific types, enhancing clarity in event management.
- Updated stream handling functions to utilize new message start and end events, improving the granularity of message tracking.
- Refactored context management to integrate a context-scoped ID generator for unique message identifiers.
- Removed deprecated group handling methods and streamlined message processing logic.
- Updated tests and documentation to reflect changes in message handling and ensure proper functionality.
2025-11-26 19:03:47 +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 Refactor message handling to support individual message lifecycle events 2025-11-26 19:03:47 +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