Is this dsh's core? #113
Replies: 1 comment
|
Yes - cordis is the plugin framework underneath DeepSeek Harness (dsh). Public evidence you can check directly:
I maintain a family of 38 plugins in that ecosystem: each one is a cordis plugin (name/inject/apply, ctx.effect lifecycle, Config schemas), so work that lands in this repository directly benefits the dsh plugin ecosystem. That is why we have started sending small fixes upstream. 是的 - cordis 是 DeepSeek Harness (dsh) 底下的插件框架。 可以直接核对的公开证据:
我在那个生态里维护着 38 个插件: 每一个都是 cordis 插件 (name/inject/apply、ctx.effect 生命周期、Config schema), 所以落进本仓库的工作会直接惠及 dsh 插件生态。这也是我们开始往上游投小修复的原因。 |
0 replies
Answer selected by
CodeMasterYi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes - cordis is the plugin framework underneath DeepSeek Harness (dsh).
Public evidence you can check directly:
I maintain a family of 38 plugins in that ecosystem: each one is a cordis plugin (name/inject/apply, ctx.effect lifecycle, Config schemas), so work that lands in this repository directly benefits the dsh plugin…