yao/agent/robot/pool
Max ea9e070f29 Enhance robot integration with Telegram and improve event handling
- Add Telegram integration support by introducing a dispatcher for handling Telegram events and messages.
- Implement event notifications for robot configuration changes (creation, update, deletion) to facilitate integration with external services.
- Refactor the robot initialization process to load robots into cache and start the dispatcher, improving the overall system setup.
- Update the delivery event structure to include additional metadata for better context during message handling.
- Enhance logging capabilities for better observability during robot execution and event processing.
2026-03-01 22:03:25 +08:00
..
goroutine_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
pool.go Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
pool_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
queue.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
queue_test.go Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00
worker.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
worker_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00