yao/agent/robot/executor/standard
Max e0e68393a0 Refine Multi-Turn Conversation Flow and Validation Logic
- Improved the multi-turn conversation handling in the `RunConfig`, adding parameters for better control over conversation execution.
- Enhanced the `ValidationResult` structure to better accommodate multi-turn states, ensuring accurate tracking of conversation progress.
- Updated the `ExecuteWithRetry` method to align with the new conversation flow, improving task execution reliability.
- Revised the `Validator` logic to effectively manage conversation continuation based on validation outcomes.
- Updated documentation and tests to ensure clarity and coverage of the new multi-turn capabilities and validation improvements.
2026-01-18 10:19:11 +08:00
..
agent.go Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +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 Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
run_test.go Refine Multi-Turn Conversation Flow and Validation Logic 2026-01-18 10:19:11 +08:00
runner.go Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
runner_test.go Refine Multi-Turn Conversation Flow and Validation Logic 2026-01-18 10:19:11 +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 Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
validator_test.go Refine Multi-Turn Conversation Flow and Validation Logic 2026-01-18 10:19:11 +08:00