@agentic-kernel/state-file
v0.6.0
Published
File-based `StateStore`: per-run JSON state snapshots and append-only execution logs. Per-run writes are serialized so concurrent log appends preserve sequence numbers.
Readme
@agentic-kernel/state-file
File-based StateStore: per-run JSON state snapshots and append-only execution logs. Per-run writes are serialized so concurrent log appends preserve sequence numbers.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/state-fileUsage
import { FileStateStore } from "@agentic-kernel/state-file";
const stateStore = new FileStateStore({ directory: "./runs" });See the documentation site for guides and the full API.
License
Apache-2.0
