design: core/agent/ + adapters/llm 基础设施设计
全异步 AgentLoop + 四层治理栈(超时→重试→熔断→缓存)+ 流式三层看门狗。 LLMProvider/VLMProvider/TelemetryRecorder 上提到 core/protocols.py 作为共享端口。 经 Codex 独立审查,修复 7 项发现(含缓存遥测、inter_token 指标、json_repair 依赖等)。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
"id": "plan:infrastructure-setup",
|
||||
"label": "项目基础设施初始化计划",
|
||||
"type": "plan"
|
||||
},
|
||||
{
|
||||
"id": "design:core-agent-adapters-llm",
|
||||
"label": "core/agent/ + adapters/llm 基础设施设计",
|
||||
"type": "design"
|
||||
}
|
||||
],
|
||||
"links": []
|
||||
|
||||
Reference in New Issue
Block a user