yao/agent/robot/executor/standard
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
..
agent.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
agent_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
delivery.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
executor.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
goals.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
goals_test.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
input.go Enhance P1 and P2 Implementation in Robot Agent 2026-01-17 11:01:56 +08:00
input_test.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
inspiration.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
inspiration_test.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
learning.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
run.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00
runner.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00
tasks.go Enhance P1 and P2 Implementation in Robot Agent 2026-01-17 11:01:56 +08:00
tasks_test.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00
validator.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00