Type alias GraphMemoryScope

GraphMemoryScope: "global" | "persona" | "session" | "conversation"

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.