Skip to main content

Type Alias: GraphMemoryScope

GraphMemoryScope = "global" | "persona" | "session" | "conversation"

Defined in: packages/agentos/src/orchestration/ir/types.ts:78

Visibility scope of a memory trace.

  • global — shared across all agents and all sessions.
  • persona — private to this agent identity.
  • session — lives only for the lifetime of a single run.
  • conversation — lives only for the current conversation turn window.