yao/agent/robot/events
Max f230f1e90c feat(workspace): enhance attachment handling and execution context
- Added support for reading files from workspace URIs in the delivery process, allowing for more flexible attachment management.
- Introduced a new `convertWorkspaceAttachment` function to handle workspace-based file retrieval and integration into messenger attachments.
- Updated the `AgentCaller` to include execution mode in the context, improving task execution tracking.
- Enhanced the `RunDelivery` method to utilize workspace manifests for delivery input, reducing token usage and improving efficiency.
- Implemented locale handling in various request structures to support multi-language capabilities in user interfaces.
2026-05-07 19:32:48 +08:00
..
integrations feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47:25 +08:00
delivery.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
event_push_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
events.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
events_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
handlers.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
handlers_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
log.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
message.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00