Actor Types
How Actors Work
- Create an actor globally with a
custom_idthat maps to your user ID - Bind the actor to one or more workspaces
- Use the actor’s ID when appending messages to conversations
- Query the actor’s accumulated facts via Actor Facts
Actor Facts vs Project Facts
MemoryLake stores facts at two scopes:- Actor Facts — knowledge about a specific person or agent, accumulated across all projects in a workspace. Example: “Jane prefers dark mode”
- Project Facts — knowledge scoped to a specific project. Example: “Q1 revenue was $12.5M”