@rellopn/dsh-p2p-lan
LAN P2P AI-to-AI collaboration messaging (host node + browser gate panel)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Rellopn/dsh-p2p-lan说明文档
阅读完整 README ↗Configuration
All keys are validated by a zod schema and hot-reloaded from the browser settings panel.
| Key | Default | Meaning |
|---|---|---|
nodeName | 'unnamed' | This node's LAN-unique name (duplicates are rejected) |
capabilities | [] | Capability tags for send_to_capability routing |
autoDiscover | true | UDP multicast discovery |
manualPeers | [] | [{ name, host, port }] fallback when multicast is blocked |
port | 53420 | WebSocket listen port |
sensitivity | 'standard' | Gate bias: lenient / standard / strict |
sendWaitTimeoutMs | 300000 | Synchronous 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 |