dsh-auto-evolve
Run the following command in DeepSeek Harness:
dsh plugin install lispking/dsh-auto-evolve
Paste the following prompt into your AI chat to install this plugin:
To install the dsh-auto-evolve plugin in DeepSeek Harness, run the command: dsh plugin install lispking/dsh-auto-evolve. The plugin is hosted on the open-source repository https://github.com/lispking/dsh-auto-evolve.
About this plugin
Traditional DeepSeek Harness agent workflows often rely on static skill sets, which lack the flexibility needed for complex, evolving tasks. dsh-auto-evolve introduces a revolutionary concept: empowering agents to not only execute tasks but to actively evolve. By closely observing runtime signals—such as tool failures and repetitive calls—the plugin proactively identifies optimization opportunities.
The core of this plugin lies in its rigorous self-evolving closed-loop mechanism. It maintains a "genome" of evolvable assets, including skills, tool-result post-processors, and prompt sections. When anomalies exceed specific thresholds, the system leverages an LLM to propose concrete mutations. Crucially, every proposal is validated within a sandboxed environment; changes are only applied to the live system if the trial demonstrates measurable improvements over the baseline.
This is invaluable for developers and advanced users looking to build long-term maintenance and high-reliability automated systems. By leveraging this mechanism, agents can automatically fix bugs, optimize prompts, or improve tool-call strategies during runtime, achieving a true "learning while using" capability. Paired with robust version control and first-class rollback features, users can rest assured that the evolution process won't break existing functionality, offering a safe and efficient intelligent operational experience.
Use Cases
- Automatically fixing tool call errors
- Optimizing prompts to improve response quality
- Monitoring and upgrading agent skill sets
Best For
- Developers needing high-reliability automated systems
- Advanced users of the DeepSeek Harness platform
- AI engineers focused on agent runtime optimization
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.