旧内核运行时流程归档
⚠️ 注意
本文是历史归档。旧 ApplicationHost、run_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新的目标运行时见: