当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
flowchart LR
classDef implemented fill:#dcfce7,stroke:#166534,color:#14532d,stroke-width:2px;
classDef partial fill:#ffedd5,stroke:#9a3412,color:#7c2d12,stroke-width:2px;
classDef planned fill:#dbeafe,stroke:#1d4ed8,color:#1e3a8a,stroke-width:2px,stroke-dasharray: 5 3;
classDef audit fill:#ede9fe,stroke:#6d28d9,color:#4c1d95,stroke-width:2px;
User["用户 / 运维 / DApp"] --> WalletCore["wallet.html
助记词 / HD / 本地签名"]
WalletCore --> Agent["ai_agent.html
AutoExecutor / events / query"]
Agent --> Approval["审批 / Header / 最小权限"]
Approval --> Kill["KillSwitch / 路由保护 / 回滚"]
Kill --> RPC["rpc.html / REST / Query / Broadcast"]
RPC --> Chain["blockchain.html / txpool.html
提交 / 验签 / 执行"]
Agent --> Monitor["只读与监控路径
query / events / status / topology"]
Monitor --> Evidence["evidence_index.html
源码 / query / e2e / stub 样本"]
Agent --> StubWrite["Stub 写路径
DeFi / bridge / registry 写接口"]
StubWrite --> Boundary["X-MSG-Stub=true
success (stub - not yet implemented)"]
WalletCore --> AIWalletVerdict["AI 钱包结论
已具钱包 + Agent + 审批 + KillSwitch 底座
但自主写交易闭环仍需继续补齐"]
Evidence --> AIWalletVerdict
Boundary --> AIWalletVerdict
class User,WalletCore,RPC,Chain,Monitor implemented
class Agent,Approval,Kill,StubWrite,Boundary partial
class Evidence,AIWalletVerdict audit