npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-eteams

v0.2.22

Published

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

Readme

ETeams

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

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

Version License Node Platform

这是什么

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

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

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

三步上手

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

特色

1. 定制 system 角色

system

你可以通过角色中的 system 来定制你的所有会话, 这样你就有一只专属的猫娘助手了

2. 为每个角色设置不同的会话模型

model

你可以为团队中的每个成员设置不同的会话模型,让不同的模型在任务中流转

界面展示

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

安装

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

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

方式二:命令行

dsh plugin --profile desktop add dsh-eteams

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

git clone https://github.com/2507483326/dsh-eteams.git && cd dsh-eteams
pnpm install && pnpm build
dsh plugin --profile desktop add .

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

dsh --profile desktop --dump-config