AI agent v2 架構研究
週一 · 14:00 · #agent-v2
今日任務
- ☑ 跟 @claude 跑 plan mode 產初版 spec
- ☐ 用
aider改 `orchestrator.rs` 的 retry 邏輯 - ☐
ollama跑本機 summarize 對照雲端版
// agent/orchestrator.rs pub async fn dispatch(task: Task) -> Result<Response> { let agent = AgentPool::acquire().await?; agent.run(task).await }