DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Evo — DSH Plugin for DeepSeek Harness
← Plugins
E

@tiz36/evo

Evo

Provider-neutral evolving memory service and Cordis plugin for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:TIZ36/evo#5bdd2b656e20f1a51e2a55d2c7067c65cbd94819
READMECompatibilityVersions

Compatibility and provenance

Evo is published as @tiz36/evo and currently resolves to version 0.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

0.3.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/4/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in memory-context.

Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsStratagate Dshstratagate-dshRecent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs withMeow Memorymeow-memoryCross-session project memory for DeepSeek Harness: seven-layer SQLite memory, first-turn snapshot injection, per-message keyword hits, memory_remember/search/project tools, automatic reflection with reflection-fold UI, and idle-triggered dream consolidati

README

evo

Evolving memory for agents — recall before the model thinks, reflect after it answers.

evo is a provider-neutral memory service that gives AI coding agents durable, cross-session memory. It recalls relevant knowledge into the system prompt before a model step, and reflects completed turns into structured memory afterwards — so an agent keeps what it learned across sessions without you writing it down.

Why evo?

Local CLI agents (Claude Code, Codex, DeepSeek Harness) are stateless by default: each session starts from zero. User preferences, project conventions, pitfalls stepped into three times — all evaporate when the session ends.

evo solves this with a recall + reflect loop:

  • Recall: Before each prompt, assemble relevant memories into the agent's context
  • Reflect: After each successful turn, distill the conversation into structured memory items

The result: your agent becomes an experienced colleague who remembers the project.

Documentation

📖 Full documentation: https://evo-5.gitbook.io/evo/

SectionDescription
GitBook DocsPrimary documentation site
Getting StartedRequirements and installation
Host IntegrationsDeepSeek Harness, Claude Code, Codex
ConceptsHow recall + reflect works
ConfigurationAll settings and environment variables
API ReferenceHTTP and service APIs
DevelopmentContributing guide

Quick Start

DeepSeek Harness

./install_evo_dsps.sh

Claude Code

/plugin marketplace add TIZ36/evo
/plugin install evo

Codex

codex plugin marketplace add TIZ36/evo
codex plugin add evo@evo

Key Features

  • Structured memory: Every item has a scope, kind (fact, constraint, procedure, skill…), tags, and source
  • First-class skills: Procedural SOPs separate from declarative memories, with lessons learned tracking and a dedicated Skills tab in the Memory panel
  • Batch distillation: Turns are collected and distilled in batches for better memory quality
  • Local by default: SQLite storage via Node's built-in node:sqlite — nothing leaves the machine except reflection model calls
  • Workspace import: Existing CLAUDE.md, AGENTS.md, .codex/, and similar files are imported automatically
  • Provider-neutral: Works with DeepSeek Harness, Claude Code, and Codex through adapters

Status

evo is currently alpha (0.3.x). The core loop is stable and used daily, but APIs may change.

Current Limitations

  • Recall uses deterministic SQLite filtering and ranking, without embeddings
  • Consolidation runs automatically on the slow path (floor 24h / 72h converged, or large replay buffer); call consolidate() or use the web panel for manual runs
  • node:sqlite is still marked experimental by current Node releases (it ships with Node 22+)

Development

pnpm install
pnpm check          # test + typecheck + build + rule scan

See Contributing for the full development guide.

Project Rule

This is a personal open-source project. Company identity and sensitive information must never appear in the repository. Team attribution is "Paper team" only. See Project Rules for details.

License

MIT © TIZ36