yao/agent/robot/executor/standard
Max 2d86c9caad Enhance Goals and Delivery Structure in Robot Agent
- Introduced a structured Goals type with delivery metadata for improved task management and output handling.
- Updated the DeliveryTarget type to include additional fields for recipients, format, and options, enhancing flexibility in result delivery.
- Enhanced the Executor's RunGoals method to parse and handle delivery information from agent responses.
- Revised input formatting to include robot identity context, improving clarity in generated goals.
- Updated tests to validate the new structure and ensure comprehensive coverage of delivery functionalities.
2026-01-16 16:29:39 +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 Goals and Delivery Structure in Robot Agent 2026-01-16 16:29:39 +08:00
goals_test.go Enhance Goals and Delivery Structure in Robot Agent 2026-01-16 16:29:39 +08:00
input.go Enhance Goals and Delivery Structure in Robot Agent 2026-01-16 16:29:39 +08:00
input_test.go Enhance Goals and Delivery Structure in Robot Agent 2026-01-16 16:29:39 +08:00
inspiration.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
inspiration_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +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