Unispec Docs
SDK ReferenceFunctions

createRecordsClient()

Function: createRecordsClient()

createRecordsClient(opts?): RecordsClient

Defined in: packages/sdk/src/sdk.ts:219

Build a Typed Memory client (typed-memory.md): register record schemas, store/list typed records, LLM-extract from conversations, and read the newest-wins merged view. Pair with defineSchema/f (or schemaFromZod).

Parameters

opts?

MemoryClientOptions = {}

Returns

RecordsClient

On this page