当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
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;
OpenAPI["docs/api/agent_openapi.yaml
MSG Chain AI Agent API"] --> Query["Query
account / balance / tx / block / batch"]
OpenAPI --> Wallet["Wallet
写操作需 API Key"]
OpenAPI --> Events["Events
history / subscribe"]
OpenAPI --> Registry["Registry
agent 注册与发现表面"]
OpenAPI --> MPC["MPC
多签 / 签名编排"]
OpenAPI --> Stub["DeFi / Oracle / Payment / Bridge
存在 Stub 或开发中端点"]
Query --> Verdict["当前结论
Agent API 表面真实存在,但能力成熟度不均匀
应明确区分真实可用、部分实现与 Stub"]
Wallet --> Verdict
Events --> Verdict
Registry --> Verdict
MPC --> Verdict
Stub --> Verdict
class OpenAPI,Query,Events,Wallet,Registry,MPC partial
class Stub planned
class Verdict audit