yao/agent/robot/types
Max 38a3316336 feat(robot): enhance execution management and slot acquisition
- Implemented pre-acquisition of execution slots in the Tick method to prevent race conditions, ensuring that robots do not submit duplicate executions.
- Updated TryAcquireSlot method to support idempotent behavior, allowing for early slot reservation without consuming additional resources.
- Modified worker execution logic to skip pre-checks for robots that have already acquired a slot, streamlining the execution process.
- Improved error handling during execution submission to ensure proper tracking and removal of failed executions.
2026-03-24 22:30:37 +08:00
..
clock.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
clock_test.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
config.go feat(robot): implement global phase agent resolution for improved agent configuration 2026-03-24 12:11:55 +08:00
config_global.go Update dependencies and enhance email body handling in Delivery Center 2026-01-28 15:32:24 +08:00
config_test.go feat(robot): implement global phase agent resolution for improved agent configuration 2026-03-24 12:11:55 +08:00
context.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
enums.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
enums_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
errors.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
host.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
host_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
inspiration.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
interfaces.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
request.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
robot.go feat(robot): enhance execution management and slot acquisition 2026-03-24 22:30:37 +08:00
robot_test.go Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00