@o1-labs/ensue-sdk


@o1-labs/ensue-sdk / AgentMemoryOptions

Interface: AgentMemoryOptions

Defined in: types.ts:21

Configuration options for AgentMemory initialization.

Properties

persistentAddressFile?

optional persistentAddressFile: string

Defined in: types.ts:45

Path to save/load the persistent storage address. This file enables session continuity and address sharing between agents.

Default

'./persistent-storage-address.json'

srsFile?

optional srsFile: string

Defined in: types.ts:33

Path to the SRS (Structured Reference String) file for cryptographic operations. Required for proof generation and verification.


stateFile?

optional stateFile: string

Defined in: types.ts:27

Path to the state persistence file.

Deprecated

state is stored at the persistent address, not in local files

Default

'./agent-memory-state.json'

useFileFallback?

optional useFileFallback: boolean

Defined in: types.ts:38

Deprecated

Legacy option for file-based fallback