Skip to content

旧内核运行时流程归档

⚠️ 注意

本文是历史归档。旧 ApplicationHostrun_app_loop()AppEvent 队列和 command_dispatcher 不再是目标运行时。

旧流程的价值在于证明文件驱动调度可行:

text
AppEvent -> EventBridge -> inbox/pending/*.json -> FileEventBus -> Node

重构完成后,入口改为:

text
MCP notification -> AMP envelope -> unified event inbox -> Brain

行动链改为:

text
Brain ActionIntent -> MCP tools/call -> App MCP Server -> tool result event

新的目标运行时见:

Built with VitePress