dsh-continual-evolve
Run the following command in DeepSeek Harness:
dsh plugin install ZK-Andy/dsh-continual-evolve
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness from the source URL https://github.com/ZK-Andy/dsh-continual-evolve.
About this plugin
The pain point in many agent workflows is not a lack of reasoning ability, but the inability to retain experience. Fixes made during a session, durable facts, and reusable procedures often disappear in the next session. dsh-continual-evolve turns such experience from session trajectories into first-class state, allowing DeepSeek Harness to refine itself within a session and reuse knowledge across sessions in a controlled way.
Its guiding principle is “the model proposes, the code guarantees.” Prompt notes, memories, skills, and subagent specifications are stored in a versioned, auditable form with schema validation, atomic writes, snapshots, and audit events. Local and global stores are separated, with promotion guards, near-duplicate rejection, and explicit approval helping keep the global knowledge base clean. Candidate refinements can be evaluated against frozen benchmark cases, and rejected changes roll back deterministically.
This plugin is a good fit for developers and teams building long-running, self-evolving agent workflows, especially when they need auditable state, reversible changes, strict admission rules, and safe injection of accumulated experience into the system prompt.
Use Cases
- Sediment session experience into prompt notes, memories, and skills.
- Approve and de-duplicate global knowledge before cross-session reuse.
- Evaluate candidate refinements against benchmark cases and roll back rejected changes deterministically.
Best For
- Developers building long-running self-evolving agent workflows.
- Teams that need auditable state and safe rollback mechanisms.
- Users who want to manage cross-session knowledge and inject it into system prompts.
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.