DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Evo — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
E

@tiz36/evo

Evo

与提供商无关的演进式记忆服务和用于 DeepSeek Harness 的 Cordis 插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:TIZ36/evo#5bdd2b656e20f1a51e2a55d2c7067c65cbd94819
README兼容性版本

兼容性与来源证明

Evo 以 @tiz36/evo 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/28

版本

0.3.0stable
2026/8/28

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/9/4
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Reme@agentscope-ai/reme面向 TypeScript 代理的 ReMe 客户端和记忆集成Stratagate Dshstratagate-dsh最近的对话依然鲜活。较早的对话会逐渐淡化为摘要,而不是被遗忘。StrataGate 为 DeepSeek Harness 提供六层、随时间衰减的记忆,同时将持久的事件和关系沉淀为知识图谱。将你在其他 AI 中的记忆带来Meow Memorymeow-memoryDeepSeek Harness 的跨会话项目记忆:七层 SQLite 记忆、首轮快照注入、每条消息的关键词命中、memory_remember/search/project 工具、带 reflection-fold UI 的自动反思,以及由空闲触发的梦境整合

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