henryZhouLikeStudy/dsh-lattice-runtime
DSH Lattice V1 runtime: event store, mailbox, session engine, state machines and security
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 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
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
出所の追跡可能性
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
ライセンス
リポジトリは Apache-2.0 ライセンスを宣言しています。
メンテナンス活動
過去180日以内にコードの更新があります。
インストールエビデンス
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
インストールライフサイクルスクリプト
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。