Skip to content

Documentation / @agentick/gateway / StorageConfig

Interface: StorageConfig ​

Defined in: gateway/src/types.ts:147

Properties ​

directory? ​

optional directory: string

Defined in: gateway/src/types.ts:152

Base directory for storage

Default ​

ts
"~/.agentick"

memory? ​

optional memory: boolean

Defined in: gateway/src/types.ts:164

Enable memory persistence

Default ​

ts
true

sessions? ​

optional sessions: boolean

Defined in: gateway/src/types.ts:158

Enable session persistence

Default ​

ts
true

Released under the ISC License.