yao/agent/robot
Max bcbb6b8024 Refactor Robot Execution and Pool Management
- Updated the Executor to implement atomic slot acquisition for robot executions, preventing race conditions and ensuring proper quota management.
- Introduced the TryAcquireSlot method in the Robot struct for atomic checks and reservations of execution slots, enhancing concurrency handling.
- Adjusted the Worker to requeue tasks when quota is exceeded, improving error handling and system stability.
- Enhanced tests for concurrent access and quota management, ensuring robust functionality under load conditions.
- Updated comments and documentation for clarity on new methods and their intended use.
2026-01-14 20:41:02 +08:00
..
api Refactor Structs for Consistency and Enhanced Readability 2026-01-14 18:08:19 +08:00
cache Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
executor Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
job Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
manager Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
store Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
trigger Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
types Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
utils Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
DESIGN.md Refactor Task and TriggerRequest Structures for Rich Input Support 2026-01-14 17:18:50 +08:00
robot.go Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
TECHNICAL.md Refactor Task and TriggerRequest Structures for Rich Input Support 2026-01-14 17:18:50 +08:00
TODO.md Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00