henryZhouLikeStudy/dsh-lattice-runtime ↗★ 0
dsh-lattice-runtime
Runtime engine for DSH Lattice V1: event stores, mailbox, state machines, session engine, and projections.
AI 分析
核心用途是驱动 Lattice 状态机与事件流,适合需要本地运行、持久化多智能体协作状态及事件投影的系统级集成任务。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Usage
import { LatticeRuntime, InMemoryEventStore } from "dsh-lattice-runtime";
const runtime = new LatticeRuntime({ stores, adapters });
const result = await runtime.utoRun(request);