yao/agent/robot/manager
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
..
integration_clock_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
integration_concurrent_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
integration_control_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
integration_event_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_human_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_test.go test(robot): update integration tests to use dry run executor 2026-03-25 00:19:22 +08:00
interact.go feat(robot): add workspace support to robot management 2026-03-28 16:59:52 +08:00
interact_helpers_test.go Enhance execution record tests with status and phase fields 2026-02-25 19:56:08 +08:00
interact_test.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
manager.go fix(robot): improve locale handling in agent context 2026-03-25 15:18:02 +08:00
manager_test.go fix(robot): improve locale handling in agent context 2026-03-25 15:18:02 +08:00
recovery.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
recovery_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00