From 1dfcf83a536a265b412d550c4ef02e12aaa59409 Mon Sep 17 00:00:00 2001 From: ranglang Date: Sat, 12 Sep 2026 03:35:06 +0000 Subject: [PATCH] docs: add Busabase DSH plugin --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 99cf804a2..c63ebe363 100644 --- a/README.en.md +++ b/README.en.md @@ -202,6 +202,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [Bionic-forest/dsh-memory_rollout](https://github.com/Bionic-forest/dsh-memory_rollout) - Codex-style per-session memory for DSH: one session one draft (rollout_summaries), layered disclosure (summary → registry → drafts/evidence), restrained & passive, idempotent integration, remembers facts/preferences/decisions across sessions with verifiable citations, npm package `dsh-memory_rollout`. - [dsh-context](https://github.com/bowenliang123/dsh-context) - Context insight panel: see what the model's context window is made of and how it evolves — composition vs. window size, per-request history, compression/injection events, and per-message token stats. - [Breeze136/dsh-kb-rag](https://github.com/Breeze136/dsh-kb-rag) - Local literature knowledge-base RAG: 8 tools (PDF/folder/Zotero ingest, hybrid BM25+vector+reranker search, cited QA with clickable DOI links, scope/strict modes, dedup/clear/stats), all-local bge embeddings + single-file SQLite, measured 242-doc/86s ingest and sub-second hot queries on 20k chunks. +- [busabase/busabase-dsh-plugin](https://github.com/busabase/busabase-dsh-plugin) - Connects DSH agents to Busabase through MCP tools, approval-aware ChangeRequests, result cards, and a live record inspector. - [flymysql/dsh-memory](https://github.com/flymysql/dsh-memory) - Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser. - [freehul/sgme](https://github.com/freehul/sgme) - ShiGuang Memory Engine (SGME) bridge: multi-agent shared long-term memory via HTTP — L0/L1/L1.5/L2 distillation, scenario-based injection, unified search, and proactive care signals (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installable as `dsh-sgme`. - [futongxu9-maker/dsh-shared-memory](https://github.com/futongxu9-maker/dsh-shared-memory) - Cross-conversation shared memory: MEMORY.md + USER.md injected into every session's system prompt, with a memory tool and a GUI panel (Hermes-style). diff --git a/README.md b/README.md index 45ea05e6e..afb2b79c5 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [Bionic-forest/dsh-memory_rollout](https://github.com/Bionic-forest/dsh-memory_rollout) — Codex 风格的 DSH 会话持久记忆:一会话一草稿(rollout_summaries)、分层披露(summary→注册表→草稿/证据)、克制被动、幂等整合,跨会话记住事实/偏好/决策并带可核验引用,npm 包名 `dsh-memory_rollout`。 - [bowenliang123/dsh-context](https://github.com/bowenliang123/dsh-context) — 上下文洞察面板:一眼看清模型上下文窗口的组成与变化——构成对照窗口大小、按请求历史趋势、压缩/注入事件、消息级 token 统计。 - [Breeze136/dsh-kb-rag](https://github.com/Breeze136/dsh-kb-rag) — 本地文献知识库 RAG:8 个工具(PDF/文件夹/Zotero 入库、BM25+向量+重排混合检索、DOI 可点击溯源问答、范围/严格模式、去重/清空/统计),全本地 bge 嵌入 + 单文件 SQLite,实测 242 篇 86s 入库、2 万块亚秒热查询。 +- [busabase/busabase-dsh-plugin](https://github.com/busabase/busabase-dsh-plugin) — 通过 MCP 工具、权限感知的 ChangeRequest、结果卡片与实时记录检查器,将 DSH Agent 接入 Busabase。 - [flymysql/dsh-memory](https://github.com/flymysql/dsh-memory) — 跨会话记忆库:remember / recall / forget 工具、每轮提示注入与设置页条目浏览。 - [freehul/sgme](https://github.com/freehul/sgme) — 拾光记忆引擎(SGME)桥接:多智能体共享长期记忆(HTTP)—— L0/L1/L1.5/L2 分层提炼、按场景注入、统一检索、主动关怀信号(memory_search / wiki_search / signal_pull / signal_claim / signal_ack),npm 包名 `dsh-sgme`。 - [futongxu9-maker/dsh-shared-memory](https://github.com/futongxu9-maker/dsh-shared-memory) — 跨对话共享记忆:MEMORY.md + USER.md 注入每个会话系统提示词,memory 工具 + 可视化记忆面板,Hermes 式实现。