deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
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.
0.1.0).ctx.lattice (§14.1): utoRun,
sendMessage, interrupt, listAgents, resume, subscribe,
status, agentMessage.agent_message shim mapping DSH send_message/report to
restricted agent_message forms while preserving parent-child
authorization (§6.2).<redacted:kind/name>) and JSONL crash recovery (§19, §21.1).retentionDays,
maxHops, credential refs (§12, §18).examples/run-example.mjs, examples/agent-message-shim.example.mjs.Sibling repositories in this workspace deliver the other surfaces:
@dsh-lattice/adapter-dsh,
@dsh-lattice/adapter-command,
@dsh-lattice/transports (CLI, JSON-RPC stdio,
exactly-one-tool MCP server, ACP/A2A clients).
pnpm install
pnpm build && pnpm typecheck && pnpm test
pnpm example # runs examples/run-example.mjs
The example mounts the plugin on a minimal Cordis-like context, runs a
three-member coordinate orchestration with the built-in local provider,
and prints the deterministic result envelope, agent list, engine status and
a shim demo.
See SECURITY.md. Highlights: one-tool-per-caller
(lattice.uto_run), override authorization with authorization_denied
(never silent degradation), REQUIRED tenantId with cross-tenant rejection,
credentialRef-only secrets with redaction and leak scan, shell: false
local execution, at-least-once delivery with deterministic dedup, hop-count
loop suppression, and no exactly-once / no guaranteed provider KV-cache-hit
claims.
send_message/report are parent-child limited; the shim
preserves that constraint.Licensed under the Apache License, Version 2.0. See LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。