ishuowang/dsh-agent-team-room4

dsh-agent-team-room

用于连接独立会话和供应商支持的 AI 成员的原生 DSH 聊天室,无需绑定角色或场景。

AI 分析

核心用途是构建一个多 AI 成员协同的聊天室,让不同的会话和 AI 角色在同一个空间内交互。适合需要探索多智能体协作、群聊场景的用户。

套件
dsh-agent-team-room
版本
0.6.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ishuowang/dsh-agent-team-room

Configuration

- id: agent-team-room
  name: dsh-agent-team-room
  config:
    storageFile: /srv/dsh/agent-team-room/rooms.json
    maxMembersPerRoom: 16
    maxMessageChars: 20000
    maxEventsPerRoom: 10000

The default storage path is $DSH_HOME/agent-team-room/rooms.json, or ~/.dsh/agent-team-room/rooms.json when DSH_HOME is unset. The JSON file uses atomic replacement and mode 0600; it is a single-writer store.