README
dsh-lattice-runtime
Runtime engine for DSH Lattice V1.
Scope
This package implements the runtime side of the DSH Lattice contract:
- In-memory and durable JSONL append-only event stores with replay and atomic append semantics.
- Task and Assignment state machines.
- Central durable mailbox with direct/group/broadcast routing, offline outbox, dead-letter queue, TTL, ack, at-least-once delivery, and deterministic idempotent deduplication.
- Adapter registry and required-vs-observed capability negotiation.
- Session decision engine (auto/reuse/fork/new) with compatibility fingerprint, fail-loud forced reuse, and deterministic handoff bundles.
LatticeRuntimewithutoRun,agentMessage,status,cancel, andrecover.- Event projections and secret-safe structured errors.
All external side effects are kept behind adapter interfaces; tests use fake adapters.
Usage
import { LatticeRuntime, InMemoryEventStore } from "dsh-lattice-runtime";
const runtime = new LatticeRuntime({ stores, adapters });
const result = await runtime.utoRun(request);
License
更多「安全与鉴权」插件
dsh-agy
作者 chaos-03x
Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness: multi-account pool, 429 rotation, device fingerprinting, CLI and web login.
deepseek-harness-auth
作者 taichuy
DeepSeek Harness auth插件
helm-d
作者 adwmc
DeepSeek Harness 破甲一体化安全分析插件:Android · Web · Native · Protocol · Malware · AI-Security 全领域聚合(9 bundle + 1 preset)
dsh-openai-oauth
作者 dgpisces
DeepSeek Harness provider for GPT models using managed ChatGPT OAuth through Codex app-server
