DshMarketPlace/dshmarketplace-py

DshMarketPlace★ 0PythonLast synced: 2026-08-17

Open on GitHub

Find and install DeepSeek Harness (DSH) plugins from Python. Zero dependencies, typed, CLI + agent tools.

README excerpt

English · 简体中文 Find and install DeepSeek Harness (DSH) plugins from Python. Zero dependencies. Typed. Works as a library, a CLI, or a pair of agent tools. Why this exists DeepSeek Harness is DeepSeek's open agent harness, where every capability is a plugin. There are over a thousand of them, and the ecosystem is weeks old — which means a plugin name recalled from a model's training data is more likely to be wrong than right, and a wrong name is either a failed install or somebody else's package. This package is how a Python agent looks one up instead of guessing. It reads the same catalogue as dshmarketplace.dev, the dshmarketplace-cli npm package and the in-DSH plugin, so a listing cannot say one thing here and something else in a browser. Library Async, for agents that cannot block the event loop: The transport is still urllib , moved off the loop with asyncio.to thread . That is deliberate and stated plainly: it does not block, and it does not pretend to be a native async client. Pulling in httpx to make it one would cost every user a dependency conflict for one request per turn. CLI Option --json Machine-readable output, stable schema (all commands) --limit Results to show ( fi…

View full README on GitHub →
Agentsai-agentsclideepseek-harnessdshdsh-pluginpythonagent

Category