@agentic-kernel/state-postgres
v0.6.0
Published
PostgreSQL `StateStore` with optimistic version checks through an injected pg-compatible client. Hosts own pool lifecycle, migrations, credentials, and network policy.
Downloads
405
Readme
@agentic-kernel/state-postgres
PostgreSQL StateStore with optimistic version checks through an injected pg-compatible client. Hosts own pool lifecycle, migrations, credentials, and network policy.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/state-postgresUsage
import { PostgresStateStore } from "@agentic-kernel/state-postgres";
const stateStore = new PostgresStateStore({ client });See the documentation site for guides and the full API.
License
Apache-2.0
