API reference
MemorySettings
Memory configuration accepted by `Agent.create()` via AgentOptions.memory.
MemorySettings
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Memory configuration accepted by Agent.create() via AgentOptions.memory.
Persists durable facts under .theokit/memory/<namespace>/<scope>-<userId>.json.
Signature
interface MemorySettings { /* ... */ }Kind
interface