yao/agent/robot/events
Max ce19e9bdb7 feat(robot): enhance manager and execution handling
- Added GetManager function to retrieve the global manager instance, returning nil if not started.
- Introduced ExecRecovered event to notify about recovered non-terminal executions during manager startup.
- Updated execution store to support querying by multiple statuses with ListByStatuses method.
- Enhanced integration tests to accommodate longer tick intervals and added sleep delays for stability.
- Improved cleanup logic in integration tests to prevent interference from previous execution records.
2026-03-23 17:46:32 +08:00
..
integrations feat(logging): enhance logging across various components for improved traceability 2026-03-21 20:44:59 +08:00
delivery.go Refactor delivery event handling to improve integration channel checks 2026-03-02 09:23:36 +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 Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00