DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-workforce

Workforce

面向 DeepSeek Harness 的项目级组织与长期运行 AI 工作团队层

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

npx -y @deepseek-ai/dsh plugin --profile web add github:esonx/dsh-workforce#f2367e689f8ad0b4cb9bb4dfb1d3dff8bd7f667c
README兼容性版本

兼容性与来源证明

Workforce 以 dsh-workforce 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.1stable
2026/8/26
0.1.0stable
2026/8/23

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

DSH Workforce

English | 中文

DSH Workforce is a local Agent organization and project collaboration plugin for DeepSeek Harness (DSH). It brings long-lived Agents, project memberships, Work conversations, management conversations, and structured Meetings into one Workforce experience while continuing to use DSH for models, Tools, Skills, Sessions, and runtime execution.

Current version: V0.1.1

Highlights

  • WorkforceCenter manages long-lived Agent profiles, personas, model bindings, Tools, and Skills across projects.
  • Project Sidebar shows the Workforce Project, Agents, Work, and Meetings associated with the active Workspace.
  • Each Project × Agent has one reusable Work conversation and one management conversation.
  • Project facts remain in the project directory, while long-lived Agent profiles remain in the user-level WorkforceCenter.
  • Project Meetings provide participants, discussion rounds, explicit responses, and durable decisions without an external Room plugin.
  • V0.1.1 is local-first, single-user, and backed by SQLite.

Requirements

  • Node.js 24
  • DeepSeek Harness >=0.1.1-rc.2

Workforce never asks users to enter a model provider, API key, or model name inside the plugin. DSH remains the source of truth for model catalogs and provider configuration. If a DSH model source becomes unavailable, Workforce asks the user to rebind the Agent.

Install

Pin release tags so unverified upstream changes cannot silently alter a working profile:

dsh plugin --profile web add github:esonx/dsh-workforce#v0.1.1
dsh web

You can also install the tarball attached to the GitHub Release:

dsh plugin --profile web add ./dsh-workforce-0.1.1.tgz
dsh web

See Installation and upgrades for the complete procedure.

Get started

  1. Start DSH Web normally and open a Workspace.
  2. Select Workforce in the lower-left navigation.
  3. If the active Workspace is not yet a Workforce Project, select Go!.
  4. Open WorkforceCenter to create or configure an Agent.
  5. Add Agents to the current project, then open a management or Work conversation, or create a Meeting.

The project-local .workforce/ directory stores project facts. workforce-center/center.sqlite under the user's DSH Home stores long-lived Agent profiles. Neither location stores provider API keys. See the User guide for backup and recovery guidance.

Security boundary

  • V0.1.1 assumes one local user operating DSH. It does not provide multi-user login, enterprise RBAC, or remote service deployment.
  • DSH and plugins installed in the same Profile share a trusted host boundary. Do not install untrusted plugins in that Profile.
  • loopback/Origin/trustedHosts constrain browser transport; they are not Host user authentication.
  • DSH allowed-once authorizes only the current execution; it is not a persistent or replayable Host management capability.
  • External Workspace, Session, and Preset identifiers are never Workforce organization primary keys.
  • The browser cannot nominate a Project root, Session ID, provider key, or runtime authorization identity.
  • Cross-Project access is denied by default. Unknown or partially completed external operations are never replayed automatically.

See SECURITY.md to report a security issue.

V0.1.1 limitations

  • Local, single-user operation only; multi-user accounts, multiple instances, and shared-database deployments are unsupported.
  • Each Project × Agent can have at most one active Work conversation and one active management conversation. Historical conversation expansion is planned for a later version.
  • Meetings are project-local structured collaboration records; free-form Room/private-chat channels are not part of the V1 product surface.
  • PRD and Dev/Taskboard are still future Sidebar entry points.
  • Memory V1 provides scoped long-term Agent memory extraction, consolidation, retrieval, UI governance, and policy-controlled Global promotion. Knowledge-base imports are not included.
  • DSH is evolving quickly. Validate Workforce in a test Profile before upgrading DSH in a working environment.

Architecture boundary

Workforce owns long-lived Agents, Project Memberships, Work, Meetings, external bindings, and its V1 Memory engine. DSH continues to own model execution and Sessions; task facts remain with their authoritative project plugin. See the Architecture overview.

Uninstall

dsh plugin --profile web remove dsh-workforce

Uninstalling the plugin does not delete project .workforce/ data or the WorkforceCenter SQLite database. This preserves reinstall and recovery options. Back up and remove those files manually only when they are no longer needed.

License and third-party components

DSH Workforce is licensed under the Apache License 2.0. See THIRD_PARTY_NOTICES.md for runtime and companion component information.

Maintainer: esonx

Public repository: github.com/esonx/dsh-workforce