跳转至

dsh-crosstalk

类型 智能体 分类 多智能体
星数 ⭐2 状态 ✅ 活跃
能力 multi-agent 更新时间 2026-08-13

📖 项目简介

Cross-session messaging for DSH. Any session on the machine can list and message any other — Claude Code-style horizontal messaging, no daemon. dsh-crosstalk is a DeepSeek Harness bundle. Every session running the bundle publishes a heartbeat to a local registry under ~/.dsh/crosstalk/ (files + atomic rename, no daemon — if two sessions can see the same home directory, they can message). Each session gets a stable name (<repo-or-cwd-slug>-<adjective>, e.g. dsh-cowork-amber) plus a du

📦 安装

git clone https://github.com/Jesse-njx/dsh-crosstalk
cd dsh-crosstalk && pnpm install && pnpm build
dsh plugin --profile web add /path/to/dsh-crosstalk
dsh plugin --profile <other-profile> add /path/to/dsh-crosstalk

🚀 快速开始

You: list_agents peers
      dsh-cowork-amber [idle]  /Users/me/projects/dsh-cowork
      dsh-memory-azure  [running]  /Users/me/projects/dsh-memory
You: send_message to="dsh-cowork-amber" message="Round-trip check: can you list the files in your repo?" summary="ping for round-trip"

🔗 链接