dsh-evolve
Run the following command in DeepSeek Harness:
dsh plugin install Atman-Angle/dsh-evolve
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install Atman-Angle/dsh-evolve; the source code is available at https://github.com/Atman-Angle/dsh-evolve
About this plugin
The DSH Agent Loop often hits the same wall repeatedly during multi-turn tasks: the same tool calls keep failing, the same no-progress trajectories recur, and user corrections are forgotten by the next run. dsh-evolve sits alongside the Agent Loop, using deterministic signals to detect repeated errors, duplicate tool invocations, and stuck trajectories, turning every repeated failure into a locally retrievable experience record without training a model or modifying DSH Core.
Its capabilities come in three layers. First, the reset-v1 strategy reset: when a clearly stuck trajectory is detected, a generic strategy reset is injected once, subject to cooldown and global caps, or the plugin can operate in observe-only mode with no injection. Second, the background experience sidecar: after a session ends, it asynchronously mines user corrections, successful procedures, and failure patterns while the main Agent path continues without waiting. Third, bounded retrieval: results are filtered by relevance, confidence, and compatibility, returning at most three temporary summaries that are discarded once the task finishes. A Skill is only created or activated through explicit distillation and user confirmation; ordinary Experience never alters future behaviour on its own.
It is built for DSH power users who want their Agent to learn from repeated failures locally, with zero cloud uploads, zero credential reads, and zero third-party dependencies. The security model is explicit: it does not disable the Sandbox, bypass Approval, execute community code, or auto-activate remote content. Observe first, act only when you confirm, always.
Use Cases
- Agent repeatedly fails the same multi-turn task and needs automatic failure logging to avoid repeating mistakes
- Background mining after a session extracts user corrections and successful procedures into retrievable, temporary experience summaries
- Detects stuck trajectories and injects a single generic strategy reset within cooldown bounds to break the loop
Best For
- Developers running daily tasks on DeepSeek Harness
- Local-workflow users who require zero cloud upload and zero credential exposure
- Tech leads prioritizing agent security boundaries and auditability
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.