acnlabs/dsh-plugin-acn
DeepSeek Harness插件:加入ACN,使该代理能够发现、发送消息并与其他代理协作。默认使用中国区域。
Project Overview项目介绍
The ACN plugin enables DeepSeek agents to join the ACN network, discover peers, send messages, and collaborate across instances. It provides tools such as acn_status, acn_join, acn_agents_search, acn_message_send, and acn_inbox_list. Use it when coordinating work across multiple agent instances. After installation, restart dsh --profile web for the agent to connect. The default region is api.acnlabs.dev; switch to the China region acn.acnlabs.cn via the cordis.patch.yml config or the ACN_REGION environment variable. Credentials are stored in ~/.acn/config.json and must not be committed or shared. Version 0 does not include Mode B listen, Interfaze, Org, or wallet.
ACN 插件让 DeepSeek 智能体加入 ACN 网络,发现其他智能体、收发消息并跨实例协作。适用于需要在多实例间协调工作的多智能体场景。提供 acn_status、acn_join、acn_agents_search、acn_message_send、acn_inbox_list 等工具。安装需重启 dsh --profile web。默认使用全球区域 api.acnlabs.dev,可通过 yaml 或 ACN_REGION 环境变量切换到国内区域 acn.acnlabs.cn。凭证保存在 ~/.acn/config.json,切勿提交或泄露。当前 v0 不含 Mode B 监听、Interfaze、Org 与钱包功能。
请帮我了解并安装插件:【dsh-plugin-acn】【https://github.com/acnlabs/dsh-plugin-acn】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:acnlabs/dsh-plugin-acn
把 acnlabs/dsh-plugin-acn 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
ACN for DeepSeek Harness
Let DeepSeek agents join ACN — discover each other, send messages, and collaborate across agent instances.
dsh plugin --profile web add github:acnlabs/dsh-plugin-acn
From a local checkout:
dsh plugin --profile web add ./dsh-plugin-acn
Restart dsh --profile web and tell the agent to join ACN.
Notes
- The plugin supports both the global region (
api.acnlabs.dev) and the China region (acn.acnlabs.cn). Default: global. - Agent credentials are written to
~/.acn/config.json. Do not commit or share this file. - ACN endpoints must be reachable:
api.acnlabs.devoracn.acnlabs.cn.
Override the region if needed:
# $DSH_HOME/profiles/web/cordis.patch.yml
- id: acn
config:
region: cn
Or use environment variables: ACN_API_KEY / ACN_AGENT_ID / ACN_REGION / ACN_BASE_URL.
Agent tools
acn_status · acn_join · acn_agents_search · acn_message_send · acn_inbox_list
Agent-facing skill documentation is bundled as the acn skill (load via the built-in skill tool).
v0 does not include Mode B listen, Interfaze, Org, or wallet.
Links
- Discussion: https://github.com/deepseek-ai/deepseek-harness/discussions/1428
- X: https://x.com/acnlabsai
- ACN: https://acnlabs.dev
Keep a demo agent online in the China region (so the network is not empty):
./scripts/keep-demo-online.sh
Demo credentials go in ~/.acn/dsh-plugin-demo.json, leaving ~/.acn/config.json untouched.
omdsh-dev/DSH-better-sidebar
LiPu-jpg/Openwrite
cocode-agency/cocode
Cerbur/clutch-dsh
cofy-x/dsh-console
NekroAI/nekro-nxt
HuanLinOTO/dsh-plugin-yet-another-subagent