@lore-co/core
v0.1.4
Published
Schemas and primitives for auditable Lore engineering memory
Readme
@lore-co/core
Runtime schemas and shared types for Lore's engineering-memory APIs.
Install it when building a custom Lore integration that needs the public request and response schemas:
pnpm add @lore-co/coreimport { PairedTurnRequestSchema } from "@lore-co/core";
const turn = PairedTurnRequestSchema.parse(input);Most applications should use @lore-co/sdk instead of
calling these schemas directly. Node.js 22 or newer is required.
