yao/agent/robot/executor
Max bcb04f8677 Implement Phase 4: Agent Call Infrastructure and Update TODO.md
- Established a unified calling mechanism for agents, enabling streaming support and multi-turn conversations.
- Developed input formatters for various phases, ensuring proper data preparation for assistant prompts.
- Created test assistants for single and multi-turn interactions, along with comprehensive test cases for the AgentCaller and InputFormatter.
- Updated the TODO.md to reflect the new structure and progress of the agent call infrastructure, including future phases for assistant setup and implementation.
2026-01-16 09:52:57 +08:00
..
agent.go Implement Phase 4: Agent Call Infrastructure and Update TODO.md 2026-01-16 09:52:57 +08:00
agent_test.go Implement Phase 4: Agent Call Infrastructure and Update TODO.md 2026-01-16 09:52:57 +08:00
delivery.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
executor.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
executor_test.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
goals.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
input.go Implement Phase 4: Agent Call Infrastructure and Update TODO.md 2026-01-16 09:52:57 +08:00
input_test.go Implement Phase 4: Agent Call Infrastructure and Update TODO.md 2026-01-16 09:52:57 +08:00
inspiration.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
learning.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
run.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00
tasks.go Enhance Executor Stub Implementation and Update TODO.md 2026-01-15 16:46:58 +08:00