Rellopn/dsh-p2p-lan1

@rellopn/dsh-p2p-lan

局域网 P2P 智能体协作通信插件:包含宿主节点与浏览器控制面板,实现局域网内 AI 与 AI 之间的直接协作消息投递。

AI 分析

核心用途是构建局域网内的多机 AI 协作网络。适合拥有多台本地设备、需要让不同机器上的 Agent 相互通信、调用能力或分发任务的开发者。必要条件是节点名称在局域网内唯一。

包名
@rellopn/dsh-p2p-lan
版本
0.1.0-rc.7
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Rellopn/dsh-p2p-lan

Configuration

All keys are validated by a zod schema and hot-reloaded from the browser settings panel.

KeyDefaultMeaning
nodeName'unnamed'This node's LAN-unique name (duplicates are rejected)
capabilities[]Capability tags for send_to_capability routing
autoDiscovertrueUDP multicast discovery
manualPeers[][{ name, host, port }] fallback when multicast is blocked
port53420WebSocket listen port
sensitivity'standard'Gate bias: lenient / standard / strict
sendWaitTimeoutMs300000Synchronous reply timeout (ms)
provider''LLM provider for reply drafting (empty degrades to gate-everything)
model''LLM model for reply drafting
persona''Role hint injected into the drafting prompt
projects[][{ name, path, broadcast }] per-project session routing