yao/agent/robot/executor/standard
Max 0c2123bb30 Enhance Input Formatting and Error Handling in Robot Executor
- Introduced a new method to format available resources, improving clarity on the tools and agents accessible to the robot.
- Updated the RunGoals and RunInspiration methods to include resource information in user prompts, ensuring achievable goals and insights.
- Revised error messages in the executor to provide more context, enhancing debugging capabilities.
- Added comprehensive tests for the new resource formatting functionality and updated existing tests to reflect changes in error handling.
- Improved documentation for robot configuration, emphasizing the importance of available resources in goal and task generation.
2026-01-16 16:57:48 +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 Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +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 Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
tasks.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00