AI Agent Hub
Back to plugins
⚙️

dsh-windows-minimal-adapter

Workflow Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install Dekurri/dsh-windows-minimal-adapter

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Dekurri/dsh-windows-minimal-adapter in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/Dekurri/dsh-windows-minimal-adapter .

About this plugin

When deploying agent workflows across platforms, Windows environments often lack a sufficiently lightweight adapter layer. dsh-windows-minimal-adapter is designed precisely for this gap: it bridges the dsh workflow engine with the Windows runtime at minimal overhead, so pipelines execute reliably without pulling in heavyweight middleware.

On the capability side, the adapter keeps its dependency surface extremely small, handling only the platform-specific bridging work without introducing extra abstractions. It plugs naturally into the dsh profile mechanism, meaning switching between environments is a one-line config change. Multiple consumption modes are supported, lowering the integration barrier.

It fits teams that have already orchestrated agent workflows in dsh and need to run them on Windows nodes, but do not want to adopt a full cross-platform framework for that purpose. A minimal adapter like this is the most pragmatic choice.

Use Cases

  • Running dsh agent workflows reliably on Windows nodes
  • Switching deployment environments with a single config change
  • Avoiding heavyweight cross-platform frameworks for a single target

Best For

  • Teams orchestrating workflows in the dsh ecosystem
  • Developers shipping agent pipelines on Windows
  • Cross-platform deployment engineers who prefer minimal dependencies