DeepSeek Harness Runtime: 插件树 + 事件日志

DeepSeek Harness Runtime: 插件树 + 事件日志 由 Archify 生成的架构图。 用户 / 任务 · 请求 · 架构组件 用户 / 任务 请求 inbox · follow-up / steer / 静默 · DeepSeek Harness Runtime inbox follow-up / steer / 静默 Agent Loop · turn / step, 插件本身 · DeepSeek Harness Runtime Agent Loop turn / step, 插件本身 事件日志 · 只追加, 深度冻结 · DeepSeek Harness Runtime · 唯一事实源 事件日志 只追加, 深度冻结 唯一事实源 插件树 · everything is a plugin · DeepSeek Harness Runtime · Cordis 插件树 everything is a plugin Cordis surface · 模型有效视图 · DeepSeek Harness Runtime surface 模型有效视图 请求入队 取工作, 唤醒 追加事件 每步重新组装能力 重建模型所见 DeepSeek Harness Runtime 图例 前端 后端 数据库 消息总线 外部系统

插件树回答: 我是谁

  • • 一切皆插件, 连 agent loop 本身
  • • 服务 / 事件 / effect 生命周期
  • • 加载即入目录, 卸载即消失

事件日志回答: 我经历过什么

  • • 只追加不改写, 提交即冻结
  • • 模型所见从日志重建 (surface)
  • • 压缩 = 追加替换记录, 原始不删

崩溃时能信什么

  • • tool not started -> 可安全重跑
  • • tool outcome unknown -> 先查外部状态
  • • 只读或幂等才直接重试