baixianger/dsh-weave

baixianger★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

README 摘要

DSH Weave A private, peer-to-peer fabric for connecting DeepSeek Harness nodes across machines. DSH Weave turns a collection of local DSH installations into an intentional network: nodes can discover trusted peers, exchange session-aware events, hand off work, and recover after a connection drops — without placing a central server in the execution path. Status Transport Scope 0.1.0-rc.3 transport MVP Iroh + QUIC Trusted DSH nodes Product boundary dsh-bridge is the local contract: it connects sessions in one DSH host. dsh-weave carries approved messages between those hosts. dsh-chat is the optional Web group-chat surface above both layers. Iroh supplies authenticated, encrypted QUIC connections, direct peer-to-peer paths where possible, and relay fallback where required. Weave owns DSH host identity, host trust, endpoint refresh, reachability, the workspace/session directory, and authenticated request delivery. Higher-level plugins own their domain membership and capabilities; for example, Chat owns rooms and room capabilities. The remote directory reports agent state as idle , running , or offline . Host reachability is tracked separately as unknown , connecting , online , or offli…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类