dsh-proactive
Run the following command in DeepSeek Harness:
dsh plugin install beijingwahw/dsh-proactive
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install beijingwahw/dsh-proactive; the source repository is at https://github.com/beijingwahw/dsh-proactive
About this plugin
Most multi-model schedulers are inherently reactive: they fire when a signal arrives and idle when none does, and when things go wrong they just wait for the crash. dsh-proactive layers a proactive-intelligence tier on top of the DeepSeek Harness scheduling loop so the system keeps working even in silence. With no pending task it inspects its own runtime state, spots bottlenecks, and spawns improvement goals; in unfamiliar territory it launches exploratory runs; it forecasts upcoming load to pre-reserve capacity; and when anomalies surface it trips circuit breakers, throttles, and degrades gracefully instead of letting failures cascade.
Three pillars carry the engine. First, a dual-mind core pairs a Scientist (Bayesian optimal experiment design that prices the value of learning itself) with a Theorist (hierarchical Bayesian inference plus Minimum Description Length that compresses observations into reusable laws). Second, a cognitive-energy symbiotic economy turns knowledge, beliefs, and agent contributions into tradeable, auditable, self-correcting assets so underperforming strategies are naturally phased out. Third, a ten-one-step Autonomy Loop orchestrates meta-cognitive observation, world-model prediction, goal generation, policy evolution, and memory distillation on every heartbeat, tempered by Ebbinghaus-style forgetting curves and confidence decay so the system gets sharper with use without drifting into over-fitting.
It is aimed at teams and solo developers already running multi-model workflows on DeepSeek Harness who want the scheduler to drive itself rather than sit and wait. The plugin ships ready to use with zero manual key setup and a full roster of domestic LLM providers out of the box. Through its host-fusion layer it also extends observability and safety governance across the entire host tool pipeline: a global kill switch can freeze every tool call, governance fails closed while observation fails open, and no extra dependencies are introduced.
Use Cases
- Drive multi-model workflows proactively instead of waiting for inbound signals
- Let the system self-inspect, explore blind spots, and spawn improvement goals during idle time
- Provide host-wide circuit-breaker, throttling, and safety governance as a cognitive protection layer
Best For
- Developers already running multi-model workflows on DeepSeek Harness
- AI engineering teams that want self-evolving scheduling with built-in safety governance
- Platform developers building agent workflows that need global observability and kill-switch controls
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.