henryZhouLikeStudy/dsh-lattice-runtime0

dsh-lattice-runtime

DSH Lattice V1 运行时引擎:提供事件存储、邮箱、状态机、会话引擎和投影功能。

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);