yao/agent/robot/types
Max 8fdd1a3a6c feat(robot): add workspace support to robot management
- Introduced a new `workspace` field across various robot-related structures, including `CreateRobotRequest`, `UpdateRobotRequest`, and `RobotResponse`, allowing for better organization and management of robots within specific workspaces.
- Updated database queries and response mappings to accommodate the new workspace field, ensuring seamless integration with existing functionalities.
- Enhanced agent execution context to include workspace information, improving the contextual awareness of agents during operations.
- Added tests to validate the creation and updating of robots with workspace data, ensuring robust functionality and backward compatibility.
2026-03-28 16:59:52 +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): add workspace support to robot management 2026-03-28 16:59:52 +08:00
robot_test.go Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00