ishuowang/dsh-agent-team-room4

dsh-agent-team-room

Native DSH rooms for connecting independent sessions and provider-backed AI members without bundled roles or scenarios.

AI 分析

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

パッケージ
dsh-agent-team-room
バージョン
0.6.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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.