Skip to content

Type Alias: RememberFactPayload

type RememberFactPayload = object;

Defined in: packages/sdk/src/index.ts:275

E-02 — the agent-memory write verb. client.remember() materialises a typed row into an agent_memory_v1 preset DB (no LLM in the loop). The MCP nlqdb_remember tool and nlq remember (fast-follow) wrap this.

Property Type Defined in
content string packages/sdk/src/index.ts:276
kind? string packages/sdk/src/index.ts:277
source? Record<string, unknown> packages/sdk/src/index.ts:279
tags? string[] packages/sdk/src/index.ts:278