henryZhouLikeStudy/dsh-lattice-runtime0

dsh-lattice-runtime

Runtime engine for DSH Lattice V1: event stores, mailbox, state machines, session engine, and projections.

AI 분석

核心用途是驱动 Lattice 状态机与事件流,适合需要本地运行、持久化多智能体协作状态及事件投影的系统级集成任务。

패키지
dsh-lattice-runtime
버전
1.0.0
라이선스
Apache-2.0
최근 업데이트
2026. 8. 14.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Usage

import { LatticeRuntime, InMemoryEventStore } from "dsh-lattice-runtime";

const runtime = new LatticeRuntime({ stores, adapters });
const result = await runtime.utoRun(request);