clawdwan/orbit-dsh-plugin0

dsh-orbit

Orbit — a reflection layer for DSH: hypothesis→task→result rings with objective done_when, rolling review, track-scoped playbooks, and weekly distillation with review gate.

包名
dsh-orbit
版本
1.0.0
许可证
Apache-2.0
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:clawdwan/orbit-dsh-plugin

配置(都在 cordis.patch.yml 里,全部可选)

config:
  distillIntervalSeconds: 604800   # 定时蒸馏间隔(秒),默认 7 天
  distillProvider: deepseek-official  # 蒸馏模型 provider
  distillModel: deepseek-v4-flash     # 蒸馏模型,默认 flash(蒸馏要干净 JSON,已自动关推理)
  notifyUrl: "http://127.0.0.1:3081/send"   # 通知接口(可选,配了才推送)
  notifyTargetId: "oc_xxx"                    # 通知目标 id(可选,接口实现方定义)
  • 不配置任何东西:Orbit 也完整工作——蒸馏、pending、review、注入全靠 Agent 在对话里对接。
  • 配了 notify:定时蒸馏后主动推送提醒到指定目标(如飞书群),体验更好。