[Showcase] Odai:DSH 的治理运行时与可选 Agent preset #3005
orziz
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
中文
Odai 为 DeepSeek Harness 提供两种独立安装形态,面向需要把目标、事实、授权、风险与验收约束带入日常 agent 执行的用户。两个 npm 包当前均为
0.2.0,并声明兼容@deepseek-ai/dsh@0.1.0-rc.6 || 0.1.0-rc.7。DSH 仍处于 developer preview,请在升级前核对各包的兼容性说明。1.
odai-dsh-plugin:profile-wide bundle适合希望同一 DSH profile 中每个 Agent preset 都加载 Odai 运行时的场景。它提供治理提示词、基于实际决策缺口的路由、可审计的路由和保护记录、可选的压缩目标与推理档配置,以及本地作用域语义记忆。
需要
pnpm在PATH。安装后新启动 DSH;它不会单独安装或选择 Agent preset。2.
odai-dsh-agent:session-scoped Agent preset适合只想在选中的会话中使用 Odai,而不改动既有 DSH profile 的场景。安装后在 Agent preset picker 中选择
Odai。普通使用只选择其中一种:Plugin 面向 profile 范围,Agent 面向会话范围。两个包共享本地 Odai 状态,但不会相互安装或自动激活。仓库已标记
dsh与dsh-plugintopic,欢迎按各包 README 的验证与安装步骤试用、报告兼容性反馈。English summary
Odai ships two independent DSH integrations. Both published npm packages are at
0.2.0and declare compatibility with@deepseek-ai/dsh@0.1.0-rc.6 || 0.1.0-rc.7:odai-dsh-plugin: a profile-wide bundle for governance, evidence-backed routing, compaction configuration, and scoped local semantic memory. Install withdsh plugin --profile web add odai-dsh-plugin.odai-dsh-agent: a session-scoped selectable Agent preset. Install withnpx odai-dsh-agent install.Choose one for ordinary use: the Plugin affects a DSH profile, while the Agent preset is selected per session. Source and documentation: https://github.com/orziz/odai/tree/main/dsh.
All reactions