Authentication and enablement
- No external integration. Backed by the internal
graphiti-sidecarservice. - Dark by default: available only when graph memory is enabled for the deployment (
MEMORY_GRAPHITI_ENABLED) and the tool is added to the agent’s tools. Not seeded into new agents. - Scoped to the running agent’s group — an agent only ever searches its own group’s memory.
Inputs
query(required): what to recall — a question, topic, or entity. Max 10,000 characters.max_facts(optional): 1–50, default 10.
Output
A ranked list of facts. Each fact includes its text, whether it isapproved, its source (e.g. observation or approved_rule), and its validity window (valid_at / invalid_at). Approved facts are ordered first.
Limits and side effects
- Read-only. Does not modify memory; ingestion happens separately (from task activity and approved rules).
- Returns facts, not documents or files — use
retrieve_documentsfor verbatim document chunks. - Results reflect what has been ingested so far; a fresh deployment returns nothing until memory is populated.
Expected errors
- Empty or oversized
query. - Missing agent-group context.
- Memory backend unavailable.