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.

Experimental Agent Team Web Profile — DSH Plugin for DeepSeek…
← Plugins

@deepseek-ai/dsh-experimental-agent-team-web-profile

Experimental Agent Team Web Profile

Experimental Web profile layer for Agent Teams Remote and UI plugins

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

npx -y @deepseek-ai/dsh plugin --profile web add @deepseek-ai/dsh-experimental-agent-team-web-profile@0.1.5-alpha.2
READMECompatibilityVersions

Compatibility and provenance

Experimental Agent Team Web Profile is published as @deepseek-ai/dsh-experimental-agent-team-web-profile and currently resolves to version 0.1.5-alpha.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.5-alpha.2prerelease
9/9/2026
Show 4 more versionsCollapse versions
0.1.6-alpha.2prerelease
9/17/2026
0.1.6-alpha.1prerelease
9/15/2026
0.1.5-rc.2prerelease
9/10/2026
0.1.5-rc.1prerelease
9/10/2026

Related plugins

Loading related plugins…

Latest
0.1.5-alpha.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
12 kB
Files
8
Surface
any
License
MIT
Source
npm
GitHub
★ 230.7k
Weekly downloads
9,915
Security scan
✓ v0.1.5-alpha.2 scan passed
Last push
9/17/2026
View source ↗Project homepage ↗
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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README


description: "Add the published experimental Agent Teams panel to a Web profile after the Host Team layer." kind: "package-bundle"

@deepseek-ai/dsh-experimental-agent-team-web-profile

English | 中文

Summary

dsh-experimental-agent-team-web-profile is the published experimental Web layer for Agent Teams. Add it after @deepseek-ai/dsh-web-app and @deepseek-ai/dsh-experimental-agent-team-profile to show the Team roster, task board, and teammate navigation in the browser. Removing either experimental layer leaves the stable base and Web composition unchanged. No shipped Web profile enables it by default.

Table of Contents

  • Use this package
  • Understand the implementation
  • Further Exploration
  • Model Experience
  • Known Limitations and Deferred Work
  • Dev Note

Use this package

Install into a profile

Add the Host and Web Agent Teams layers to an initialized web profile in this order:

dsh plugin --profile web add @deepseek-ai/dsh-experimental-agent-team-profile
dsh plugin --profile web add @deepseek-ai/dsh-experimental-agent-team-web-profile

The first command supplies the Team domain, generated Remote methods, and model tools. The second command activates this package's declared patch and its browser presentation. Removing the package with dsh plugin --profile web remove @deepseek-ai/dsh-experimental-agent-team-web-profile removes the Web layer from the profile's ordered bundle list.

What you get

The conversation header gains the Team roster, shared task board, and teammate navigation. @deepseek-ai/dsh-experimental-client-ui-agent-team owns those browser interactions and mounts the generated Client Remote namespace used to reach the Host Team service.


Understand the implementation

Implementation internals — click to expand

The package's runtime content is cordis.patch.yml. Applied after dsh-web-app and the Host Agent Teams layer, its single insert entry adds the ui-agent-team row for @deepseek-ai/dsh-experimental-client-ui-agent-team. The inserted Client plugin owns the generated Remote assembly and Team UI; this static bundle holds no mutable state and installs no runtime invariant.

FileRole
cordis.patch.ymlOrdered Web patch containing the ui-agent-team row
src/index.tsEmpty module entry; the patch is the runtime content
—No runtime invariant companion is published; the package carries only a static profile patch. The Remote assembly and Team UI own their activation requirements.

Further Exploration

  • Experimental packages — incubation status and publication policy.
  • Agent Teams Host profile — the required domain, Remote, and model-tool layer.
  • Agent Teams browser UI — roster, task-board, and teammate-navigation behavior.
  • Web bundle — the stable browser layer this patch extends.

Model Experience

Indirectly, through the Host-side Agent Teams profile selected alongside this Web layer.

KV Cache effect

This Web bundle adds no model request content; the Host-side Team tools own prompt, schema, and cache effects.

Known Limitations and Deferred Work

  • Ordered composition — dsh-base, dsh-web-app, dsh-experimental-agent-team-profile, and this package must remain in that order.
  • Preset-scoped legacy controls — stable Web presets still mount continuable Subagent controls inside the preset scope. Top-level Host profile overrides do not replace those scoped registrations, so the Team roster and legacy child controls can both appear until Web has a Team-aware preset. The Web Agent Teams decision records this deferred composition work.
  • Opt-in only — the package is public, but no shipped Web profile enables either Agent Teams layer.

Dev Note

Working context for maintainers — click to expand

None.