dsh-biz-bridge
Run the following command in DeepSeek Harness:
dsh plugin install NewSpringWei/dsh-biz-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install NewSpringWei/dsh-biz-bridge in DeepSeek Harness to install; full source code is available at https://github.com/NewSpringWei/dsh-biz-bridge.
About this plugin
In many engineering organizations, AI agent capabilities live tucked inside internal tooling. Business systems that want to invoke an agent end up either scraping undocumented internal APIs or stitching together fragile glue code. dsh-biz-bridge eliminates that friction by exposing DeepSeek Harness agents over a plain signed-HTTP contract. A business caller fires one request, receives either an SSE streaming response or an asynchronous callback, and keeps multi-turn context alive simply by reusing the same session_id. Task orchestration and run logs are persisted to SQLite behind the scenes, so the calling system never needs to know how the engine schedules work.
File handling goes both directions over the same HTTP channel. The business side attaches an image or document by sending a URI; the plugin fetches it and drops it into the caller-isolated working directory for the agent to consume. Files produced by the agent are discovered, registered, and handed back through a signed download endpoint. No external object store, message queue, or sidecar service is required.
Security is fail-closed by design. With no client public key configured the service still boots, but every API call returns 401 and only the local utility pages are reachable. Key-pair generation runs entirely in the browser, performs pure local computation, and never sends data over the network. For teams that already run an API gateway or internal PKI, the per-identity signature layer composes cleanly with existing authentication.
Who should reach for this? If your team already operates DSH for agent workloads and now needs to expose those capabilities as a standard interface for upstream services without pulling in a proprietary SDK or a microservice framework, this plugin offers a self-contained middle layer. Be aware that the project is still in its 0.1.x early stage and interfaces may shift as it matures, so validate on non-critical paths before wiring it into production.
Use Cases
- A business system invokes a DSH agent with one signed HTTP request and receives an SSE stream or async callback
- Multi-turn conversations reuse session_id for context continuity while the plugin handles scheduling and SQLite logging natively
- A caller attaches documents via URI for agent processing and retrieves output files through a signed download endpoint
Best For
- Teams that already run DSH and need to wrap agent capabilities into a standard interface for upstream consumers
- System integrators who prefer a plain HTTP contract over a proprietary SDK or microservice framework
- Developers who want streaming, session continuity, and bidirectional file transfer within a single HTTP channel
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.