dsh-honcho
由 Plastic Labs 维护的 Honcho 记忆插件:会话启动时注入用户画像、会话摘要与相关结论,后台脱敏后逐轮上传对话到 Honcho,提供 honcho_search / honcho_chat / honcho_remember 工具及 /honcho 状态命令;通过与其他 Honcho 集成共用的 ~/.honcho/config.json 配置,支持托管的 honcho.dev 或自建实例。
Honcho memory plugin by Plastic Labs: injects the user profile, session summary and relevant conclusions at session start, uploads each turn to Honcho in the background with secrets redacted, and adds honcho_search / honcho_chat / honcho_remember tools plus a /honcho status command; configured through the ~/.honcho/config.json shared with the other Honcho integrations, against hosted honcho.dev or a self-hosted instance.
怎么安装
dsh plugin add @honcho-ai/dsh-honcho 简介
dsh-honcho Persistent memory for DeepSeek Harness, powered by Honcho. dsh forgets everything when a session ends. This plugin gives it memory that doesn't: what you're building, how you like to work, what you decided last week and why. It reads the same ~/.honcho/config.json as the other Honcho integrations, so there is one place to configure all of them — and pointing two of them at the same workspace gives them one shared memory. Install sh dsh plugin --profile <name> add @honcho-ai/dsh-honcho Then put your API key and name in ~/.honcho/config.json: jsonc { "peerName": "your-name", "auth": {…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-08-31
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin
同类推荐
get-shit-done
gsd-build/get-shit-done
由 TÂCHES 开发的轻量且强大的元提示、上下文工程和规格驱动开发系统,适用于 Claude Code。
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
OpenViking
volcengine/OpenViking/tree/main/examples/dsh-memory-plugin
面向 DeepSeek Harness 的 OpenViking 记忆与上下文插件:pre-step 自动召回与画像注入、会话捕获、`viking://` URI 防护,以及对接 OpenViking 服务端的 recall/write 记忆工具。