@loop-engine/adapter-memory
v1.0.0-rc.0
Published
In-memory loop state store for local development.
Maintainers
Readme
@loop-engine/adapter-memory
In-memory storage adapter for Loop Engine - zero configuration for development and tests.
Install
npm install @loop-engine/adapter-memory @loop-engine/sdkQuick Start
import { createLoopSystem, GuardRegistry } from "@loop-engine/sdk";
import { MemoryStore } from "@loop-engine/adapter-memory";
const guards = new GuardRegistry();
guards.registerBuiltIns();
const { engine } = await createLoopSystem({
loops: [loopDefinition],
store: new MemoryStore(),
guards
});Documentation link
https://loopengine.io/docs/packages/adapter-memory
License
Apache-2.0 © Better Data, Inc.
