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.

Seed Society — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-seed-society

Seed Society

Yogacara eight-consciousness agent society for DeepSeek Harness: auditable double-loop runtime bridge, mneme memory consolidation tuning, MCP society tools, and six seed skills

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

npx -y @deepseek-ai/dsh plugin --profile web add github:woshishadowhunter/dsh-seed-society#ed95419f71e7fcd723e510d319cf1f3b0f348f91
READMECompatibilityVersions

Compatibility and provenance

Seed Society is published as dsh-seed-society and currently resolves to version 1.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/25/2026

Versions

1.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
1.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/10/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

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-seed-society

唯识论八识架构的 Agent Society 插件:把 seed-society 的可审计双循环 运行时、dsh-mneme 记忆巩固调优、MCP 工具桥与六个种子技能,固化为一个 可直接安装的 DSH 插件包。

包含内容(安装后自动生效)

层内容载体
记忆巩固修复llm-deepseek.reasoningEffort: off(autoDream 根因修复,实测 57 次失败→成功)bundle patch
记忆巩固调优mneme:autoDream on、32768 token、deepseek-chat、会话总结关bundle patch
MCP 工具桥mcp__society__*(run/enqueue/status/knowledge/genome/experience/approve…)mcp-client 实例
种子技能yogacara-society/alaya/manas/mano/panca/sila 六个 SKILL.md随包 + 镜像到 ~/.dsh/skills

前置条件

  • DSH(含 @deepseek-ai/dsh-llm-deepseek,基础包自带);
  • Python 3.10+(MCP 桥与运行时);
  • @modusensus/dsh-mneme(安装脚本自动装;注意超市注册表里的 dsh-mneme 名字是错的,真实包名是作用域的)。

安装(一条命令)

powershell -ExecutionPolicy Bypass -File integrations\dsh\install-plugin.ps1

脚本依次:pip 安装 seed-society → 装 mneme → 装本插件(pnpm add + bundles 对账)→ 同步技能到 ~/.dsh/skills → dump-config 校验。装完重启 DSH(新 bundle 层需要重新组合)。

手动安装

python -m pip install -e <repo>                          # 1. python 运行时
dsh plugin --profile web add @modusensus/dsh-mneme       # 2. mneme 前提
dsh plugin --profile web add github:woshishadowhunter/dsh-seed-society  # 3. 本插件
# 4. 技能:复制 skills/ 下的六个目录到 ~/.dsh/skills/(或 ~/.agents/skills/)

仓库

  • 主项目(运行时/文档/测试):https://github.com/woshishadowhunter/seed-society
  • 本插件:https://github.com/woshishadowhunter/dsh-seed-society

验证

dsh --profile web --dump-config | grep -E "mcp-society|reasoningEffort|dreamMaxTokens"
# 重启后:
#  - 模型工具里出现 mcp__society__* 
#  - mneme 的 autoDream 继续巩固(dream_runs 出现 degraded/ok 行)

发布到插件超市(可选)

在 awesome-dsh-plugin 提交注册条目:

{
  "name": "dsh-seed-society",
  "owner": "woshishadowhunter",
  "url": "https://github.com/woshishadowhunter/dsh-seed-society",
  "category": "memory",
  "description": { "en": "...", "zh": "..." }
}

注册表快照更新后,用户即可 dsh plugin --profile web add dsh-seed-society 一键安装(需先发布 npm 包,或在注册条目中用 github URL)。

边界

  • 插件只做配置组合与桥接:不改验收标准、不给模型权限、不绕过审批;
  • mcp-society 需 Python 环境;服务端不使用 shell、不持密钥;
  • mneme 的 LLM 仲裁与其 CAS/快照哈希审计保持原样。