memory_eval_locomo
Runs recall and prevention scenario tests against the live memory store, measuring accuracy and latency. Supports configurable modes and scenario limits.
Instructions
v11.0 Phase 8: run the LongMemEval-style recall+prevention scenario suite (loaded from evals/scenarios/) against the live store. Forces MEMORY_MODE=fast by default. Returns {scenarios_total, scenarios_passed, recall_at_5, recall_at_10, latency_ms, mode, llm_calls_during_eval, network_calls_during_eval}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | fast | |
| limit | No | Cap how many scenarios to run. | |
| top_k | No | ||
| scenarios_path | No | Optional override path. |