recall playground

Ask the memory anything.

Recall runs a hybrid vector + keyword search over the agent's memories and returns the few that matter, ranked by relevance. This playground runs against a sample memory set — type a query or tap a suggestion.

recall()
2 memories · 31ms · vector + keyword hybrid
99%
user prefers terse answers and metric units
semanticatlas#preference #user
99%
the user is in CET; schedule syncs after 10:00 their time
semanticatlas#fact #user
hybrid

Vector + keyword

Semantic similarity catches the meaning; keyword catches the exact id, wallet, or flag.

scoped

Per-agent, per-namespace

Recall only what this agent is allowed to see. Namespaces keep fleets from leaking into each other.

fast

Sub-40ms p50

Recall sits in the agent's hot loop, so it's built to feel instant — not a round-trip you wait on.