yao/agent/robot/types
Max 0c9bdb8000 Implement P3 Run Phase with Enhanced Validation and Execution Logic
- Completed the implementation of the P3 Run phase, integrating task execution and validation mechanisms.
- Introduced a new `RunConfig` struct to manage execution parameters such as retries and validation thresholds.
- Developed a two-layer validation system using the new `yao/assert` package, supporting both natural language and structured JSON rules.
- Enhanced the `RunExecution` method to execute tasks sequentially with progress tracking and a retry mechanism for validation failures.
- Updated task structures to include comprehensive validation rules and expected outputs, ensuring robust task management.
- Added unit tests for the new execution and validation features, achieving high test coverage across the implementation.
- Revised documentation to reflect changes in the architecture and functionality of the P3 phase.
2026-01-17 12:22:23 +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 Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
config_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
context.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
enums.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
enums_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
errors.go Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +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 Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
request.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
robot.go Enhance Goals and Delivery Structure in Robot Agent 2026-01-16 16:29:39 +08:00
robot_test.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00