Rellopn/dsh-p2p-lan1

@rellopn/dsh-p2p-lan

LAN P2P AI-to-AI collaboration messaging (host node + browser gate panel)

AI Analysis

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

Package
@rellopn/dsh-p2p-lan
Version
0.1.0-rc.7
Last updated
Aug 17, 2026

Install

$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