Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

AgentMemory

Direct memory API exposed on `SDKAgent.memory`. Resolves to whichever

AgentMemory

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Direct memory API exposed on SDKAgent.memory. Resolves to whichever memory adapter(s) are registered via Agent.create({ plugins: [...] }).

Signature

interface AgentMemory { /* ... */ }

Kind

interface

Source

packages/sdk/src/types/memory-adapter.ts:177

On this page