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:
2026-07-06 22:06:48 -04:00
parent 9bc9bf2425
commit f541c4047a
5 changed files with 449 additions and 1 deletions
+2
View File
@@ -3,3 +3,5 @@
- [2026-07-06 13:54 UTC] Wiki 初始化完成
- [2026-07-06 15:09 UTC] 新增 plan: 项目基础设施初始化计划 (plan:infrastructure-setup)
- [2026-07-06 15:13 UTC] 重建索引: 1 篇页面
- [2026-07-07 02:06 UTC] 新增 design: core/agent/ + adapters/llm 基础设施设计 (design:core-agent-adapters-llm)
- [2026-07-07 02:06 UTC] 重建索引: 3 篇页面