AI Agent Hub
Back to plugins
⚙️

dsh-evolve

Workflow Updated 2026.08.20

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