Documentation navigation
Docs/Connect agents/What agents receive

What agents receive

Understand boot memory, recall candidates, MCP tools, and usage tracking.

Connected agents receive three kinds of context.

Context types

ContextSourcePurpose
Boot memorysession.start through /api/lifecycle/event or lore_bootstable baseline: shared agent rules, user preferences, and channel-specific rules
Recall candidatesprompt.submit through /api/lifecycle/eventprompt-specific memory leads with session/query identifiers
MCP tools/api/mcp?client_type=...browse, search, create, update, move, delete, and mark usage

Boot memory is not a replacement for recall. It is the deterministic startup baseline. Recall is task-specific and should be read as candidate leads.

A healthy workflow is:

  1. Start the runtime and load boot context.
  2. Receive a <recall> block for the current prompt.
  3. Open the relevant memory node with lore_get_node before relying on it.
  4. Do the work.
  5. Write durable changes back to Lore when they should affect future sessions.
Choose runtimesPick the agent runtimes that should share the same Lore memory graph.Connect an agentUse the installer with selected channels, server URL, and API token.