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.

AI 분석

核心用途是为 DSH 引入结构化的任务反思与周报蒸馏机制。适合进行长期、复杂项目开发,需要 AI 定期总结经验与对齐目标的用户。

패키지
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:定时蒸馏后主动推送提醒到指定目标(如飞书群),体验更好。