AI Agent Hub
Back to plugins
🤖

dsh-ag-ui

Model Inference Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install CaiZongyuan/dsh-ag-ui

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

In DeepSeek Harness, install the dsh-ag-ui plugin using the command `dsh plugin install CaiZongyuan/dsh-ag-ui` from https://github.com/CaiZongyuan/dsh-ag-ui.

About this plugin

The dsh-ag-ui plugin addresses the core challenge of securely exposing DeepSeek Harness backend agents to browser frontends. When building interactive AI applications, developers often face complex authentication and proxy hurdles. This plugin simplifies the process by providing an out-of-the-box authenticated HTTP/SSE gateway via the AG-UI protocol, enabling browsers to seamlessly connect to DSH Agents without manual middleware setup.

Its core capabilities include thread-to-agent bindings, streamed text and tool event transmission, and browser-owned tool interactions. When browsers return tool results, the plugin automatically continues the same DSH turn, ensuring conversation continuity. Additionally, it offers a tool broker, configurable security boundaries (like request throttling and identity header injection), and bidirectional shared state management, making it suitable for enterprise-grade scenarios.

This plugin is ideal for developers within the DeepSeek Harness ecosystem, AI application architects, and product teams needing to integrate backend agents into web frontends. Whether building customer service bots, smart assistants, or collaboration tools, dsh-ag-ui streamlines integration, allowing developers to focus more on business logic rather than infrastructure assembly.

Use Cases

  • Integrate DSH Agents into web applications via the AG-UI protocol.
  • Enable streamed text and tool event interactions on the browser side.
  • Securely proxy backend agent services through an authenticated gateway.

Best For

  • DeepSeek Harness developers.
  • Teams building interactive AI applications.
  • Architects focused on secure integration and tool management.