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.

Eteams — DSH Plugin for DeepSeek Harness
← Plugins
E

dsh-eteams

Eteams

ETeams for DeepSeek Harness: captain-led multi-agent team collaboration with execution chains, task slots, member dialogs and persistent state

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

npx -y @deepseek-ai/dsh plugin --profile web add github:2507483326/eTeam#b440a92e3729594073ea56338dae378a23b80c7b
READMECompatibilityVersions

Compatibility and provenance

Eteams is published as dsh-eteams and currently resolves to version 0.2.18. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.2.18stable
9/18/2026
0.2.16stable
9/16/2026

Related plugins

Loading related plugins…

Latest
0.2.18
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
Weekly downloads
0
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

ETeams

让 AI 组成一支真正的团队。

领队拆解目标,成员接力执行 —— DeepSeek Harness 的多智能体团队协作插件。

这是什么

ETeams 给 DeepSeek Harness 装上「一支团队」:你把目标丢给领队,领队把目标拆成任务、按执行链派给成员,每个成员在自己的子会话里独立干活,进度、失败、决策实时可见。

不是「一个大模型假装多个人」,而是真实的多会话协作,你可以自由调度成员,并给每个成员不同的模型。

  • 包名 dsh-eteams,插件 id eteams,双端单包(宿主端 + 浏览器端)。
  • 自包含:构建产物已内联全部依赖,无运行时安装负担;状态存本机 SQLite(内置 node:sqlite),不联网、不上传。

三步上手

步骤做什么
1 · 添加成员/eteam 面试式生成角色手册,落进全局角色库 —— 每个角色就是一张岗位卡。
2 · 组件团队面板「团队」页从角色库挑人进班子,指定一人为领队。
3 · 创建任务对话里说清目标 → 领队拆解、你批准 → 自动派发执行,全程在面板围观。

界面

看板 角色 团队 任务 任务进度

安装

方式一:插件市场(推荐)

在 DeepSeek Harness 插件市场搜索 ETeams,一键安装后重启应用。

方式二:命令行

dsh plugin --profile desktop add dsh-eteams

方式三:本地源码(开发调试)

git clone <repo-url> && cd eTeam
pnpm install && pnpm build
dsh plugin --profile desktop add C:\eTeam

安装后核对装配结果,并重载客户端:

dsh --profile desktop --dump-config

验证是否就绪:对话区头部出现「团队」页签、输入区工具行出现「团队」按钮;在任意对话里发一句 eteams_ping,能收到回执就说明通路正常。