Iron Gorilla Developers

AgentMemoryConfig

Scoped-memory behavior declared for an authored agent.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentMemoryConfig

Properties

  • enabled (boolean): Whether the agent can read or write scoped memory.
  • inheritedReads (boolean): Whether inherited org, department, and group memory is recalled.
  • includeUser (boolean): Whether current named-user memory is recalled.
  • defaultWriteScope (agent | group): Scope used when a write omits an explicit target.
  • allowedWriteScopes (AgentMemoryScopeType[]): Broadest scopes the authored agent requests for writes.
  • alwaysLearn (boolean): Whether background extraction may propose memory candidates.
  • autoRecall (boolean): Whether recalled memory is automatically injected into governed LLM calls.

On this page