- 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. |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_test.go | ||
| delivery.go | ||
| executor.go | ||
| executor_test.go | ||
| goals.go | ||
| input.go | ||
| input_test.go | ||
| inspiration.go | ||
| learning.go | ||
| run.go | ||
| tasks.go | ||