Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / SessionScope
Interface: SessionScope
Defined in: packages/core/src/types/session-scope.ts:11
Stable
Identifies a logical conversational scope: who the user is, which agent is in charge, and (when known) which session they're inside.
Used as a parameter to almost every Memory / Sessions API. The agent and session fields are optional because some scopes are user-wide (e.g. shared facts attached to a user, not a particular agent).