Agent 核心:图表覆盖情况
上级页面:agent-core
该模块的类图分别放在各自归属的设计页面上;这一页是覆盖度关卡——记录哪些部分已经画过图、哪些还没有。
| 类型 / 区域 | 图在哪里 | 是否已核实 |
|---|---|---|
| Driver(9 个方法)、LaunchInput、VisitorAgent、BuildVisitorAgent | agent-as-injectable-driver | ✓ 已对照代码 |
| PluginSpec(Driver 的交接点) | mcp-capability-plugins | ✓ 已对照代码 |
Waypoint / WaypointLedger / GhostPolicy / conversation_ghosts(+ role_waypoints / code_waypoints) | ghost-steering(已构建) | ✓ schema、类型、策略层、台账都已核实 |
| eino 循环接线(adk agent、model adapters) | ☐ 尚未画图 | — |
| turn 生命周期类型(streaming / detached / persist) | detached-turn-persist-at-completion 中有状态机;☐ 尚无类图 | — |
SSE frame 类型(含 done 之后的 EpilogueFrame{Kind:"ghost"},inference/agent_epilogue.go) | ☐ 尚未画图 | — |
| prompt 组装的各部分(part_ids、hash) | system-prompt-hash-regression(散文式说明) | ☐ 尚无类图 |
☐ 标记的行就是诚实的欠账清单——任何一行从这份清单上被"转正",都要在其归属的页面上补上类图,并更新这张表(这就是关卡本身)。