henryZhouLikeStudy/deepseek-harness-lattice

henryZhouLikeStudy★ 1TypeScript最后同步: 2026-08-14

在 GitHub 打开

DSH Lattice aggregator plugin: multi-agent orchestration, group messaging, session reuse and history

README 摘要

DSH Lattice Alpha implementation of the ECC-V1.0 specification. Source code now exists (see below); the normative contract remains ECC-V1.0.md. DSH Lattice is a planned DeepSeek Harness ( dsh ) plugin that adds a provider-neutral multi-agent orchestration facade: declarative teams, durable task graphs, addressable rooms/groups, and stable result envelopes. It is intended to sit on top of the existing Harness subagent seam ( ctx.subagents , send message , report , session log, fork/resume) without reimplementing the agent loop, persistence store, or a second runtime. This project is an independent community design. It is not affiliated with, endorsed by, or maintained by DeepSeek AI. "DeepSeek", "DeepSeek Harness", and "dsh" are trademarks of DeepSeek AI. - Normative spec: ECC-V1.0.md - License: Apache-2.0 - Attribution & trademark notice: NOTICE - Upstream compatibility evidence: COMPATIBILITY.md Status - Phase: alpha ( 0.1.0 ). - Implemented in this repository (the aggregator): - Cordis-style plugin registering ctx.lattice (§14.1): utoRun , sendMessage , interrupt , listAgents , resume , subscribe , status , agentMessage . - Optional agent message shim mapping DSH send message / r…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类