摘要: 模块 入口与应用层 负责接请求、鉴权、会话管理、对外 API。 Agent 编排层 负责 agent loop、状态机、事件驱动、委派、多 agent 编排。 Agent 实现层 不同 agent 的具体实现 Runtime 执行层 负责真正执行 action。 事件与状态流层 功能: 消息转换,用 阅读全文
posted @ 2026-03-10 13:17 松垮垮 阅读(9) 评论(0) 推荐(0)
摘要: 模块 客户端接入:cli、desktop 网络层:启动 http服务,gateway生命监控,cors,鉴权 路由层 agent.rs(桌面端)、gateway(外部渠道接入/协议适配): 对外提供了 会话管理,更新创建停止 模型切换 扩展、MCP 和工具(可以直接调工具) app 管理(能在桌面打 阅读全文
posted @ 2026-03-09 19:12 松垮垮 阅读(5) 评论(0) 推荐(0)
摘要: openclaw gateway 基本 gateway整体架构 渠道 统一的 ChannelProvider 接口集成多个消息平台。 interface ChannelProvider { name: string; // 启动通道连接 start(): Promise<void>; stop(): 阅读全文
posted @ 2026-03-09 19:11 松垮垮 阅读(57) 评论(0) 推荐(0)