QLM1234/dsh-dynamic-assembler

QLM1234★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

Natural-language driven, security-gated dynamic assembly plugin for DeepSeek Harness (dsh)

README 摘要

dsh-plugin-dynamic-assembler Natural-language driven, security-gated dynamic assembly for DeepSeek Harness (dsh). Tell your dsh agent what you want to build in plain language — it discovers the plugins it needs at runtime (official-first, third-party optional), generates an assembly plan, asks for your confirmation, then loads them through the Cordis runtime. Any unofficial plugin passes a built-in static security audit before it is ever loaded . For self-evolving agents, security gates are not a feature — they are a prerequisite. Why dsh is built on "everything is a plugin". The natural next step is self-assembly : an agent that can compose its own toolchain from what's installed — which is exactly the "self-evolving agent harness" direction DeepSeek's spatiotemporal composability paper calls out as the next validation target. This plugin makes that practical and safe : - Runtime discovery — available plugins are read from ctx.registry at runtime. No hardcoded plugin lists to maintain. - Official-first — @deepseek-ai/ plugins are preferred for any capability; third-party plugins are only considered when no official plugin matches. - User consent, not silence — plans that involve t…

在 GitHub 查看完整 README →
工具/开发cordisdeepseek-harnessdsh-pluginagent

分类