DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@agentframe/dsh-agentframe-suite

Agentframe Suite

AgentFrame Suite — 三件套整合包 + WebUI 控制面板 (记忆/压缩/调度可视化)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ljsysfurryACE/dsh-agentframe-suite#cafc95ed688ed77e2d91779e70532affb3eb0c1d
README兼容性版本

兼容性与来源证明

Agentframe Suite 以 @agentframe/dsh-agentframe-suite 发布,当前版本为 1.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

1.1.0stable
2026/9/24

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Agency Agents@michengai/dsh-agency-agentsDSH Agency Agents — 为 DeepSeek Harness 提供 321 名可召唤的领域专家Automation@michengai/dsh-automationDSH Automation — 在隔离的 DSH Session 中按计划执行和管理编码任务Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。

README

dsh-agentframe-suite

AgentFrame 三件套整合包 —— 一条命令装齐记忆 + 压缩 + 主动调度。

三个插件分别被 awesome-dsh-plugin(1300+ ⭐ 社区精选列表)收录。 这个整合包把它们打包成一个安装单元。

安装

dsh plugin --profile web add github:ljsysfurryACE/dsh-agentframe-suite

一条命令,三个插件全部激活:

插件分类干什么
dsh-compactionTools确定性语义提取替换 LLM 摘要(压缩零模型调用)
dsh-memory-directorMemoryLLM 决策的跨会话记忆(记住什么由模型定)
dsh-aura-schedulerWorkflow价值网络主动调度(V = 紧迫度+相关性−打扰代价)

为什么整合

  • 一个入口:不用分别找三个仓库、装三次
  • 配置开箱即用:cordis.patch.yml 已带完整默认配置
  • 协同工作:compaction 管上下文、memory 管记忆、aura 管主动开口——三件套本来就是一套设计

配置

装完可以在设置页/配置里分别调整各插件:

- id: compaction-agentframe   # 压缩
  config:
    semantic: true            # 语义提取
    physical: true            # 物理压缩
    bytesPerToken: 7776
- id: memory-director         # 记忆
  config:
    model: deepseek-v4-flash
    dedupThreshold: 0.8
    forgetThreshold: 0.1
- id: aura-scheduler          # 主动调度
  config:
    quietHours: [23, 8]
    offPeakHours: [2, 7]      # 低谷时段省钱
    alpha: 0.4
    beta: 0.4
    delta: 0.2

🖥️ WebUI 控制面板(v1.1 新增)

安装后,Web 界面的会话视图会出现 AgentFrame tab(在 Chat/Trajectory/Context 右侧):

🧠 记忆   — MemoryDirector 的记忆条目 (文本 + 重要度)
📦 压缩   — 最近压缩运行 (保留 vs 剔除 比例条)
💓 心跳   — Aura 价值网络实时状态 (V 值/心跳数/主动次数)
           + 传感器触发计数 + 静默/低谷价 徽章
  • 数据每 5 秒自动刷新
  • 中英文双语界面
  • 无额外运行时依赖(esbuild 打包,React 由 Web 平台注入)

架构

Client (web tab)                 Host (Cordis 插件)
┌──────────────────┐   RPC  ┌──────────────────────┐
│ conversation.view │ ◄────► │ connection.rpc.handle │
│  AgentFrame tab   │ /agentframe-suite │ /agentframe-suite │
│  React 渲染面板    │       │ 读 ctx.memory/compaction/aura │
└──────────────────┘        └──────────────────────┘

验证

✅ 三插件 cordis.patch.yml 注册条目完整
✅ suite 服务聚合状态 (compaction/memory/aura)
✅ 依赖版本锁定 (0.1.0 / 0.1.0 / 0.2.0)

关联仓库

  • dsh-compaction
  • dsh-memory-director
  • dsh-aura-scheduler
  • AgentFrame v3

License

GPL-3.0 © Cloud LTE Studio / AgentFrame