@agentic-kernel/memory-postgres
v0.6.0
Published
PostgreSQL-backed long-term `MemoryManager` — scoped retrieval, provenance, and supersede/tombstone lifecycle — through a host-injected pg-compatible client.
Readme
@agentic-kernel/memory-postgres
PostgreSQL-backed long-term MemoryManager — scoped retrieval, provenance, and supersede/tombstone lifecycle — through a host-injected pg-compatible client.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/memory-postgresUsage
import { PostgresMemory } from "@agentic-kernel/memory-postgres";
const memory = new PostgresMemory({ client });See the documentation site for guides and the full API.
License
Apache-2.0
