Session-bound
Context survives a window, not a working relationship.
Agent memory infrastructure / 01
TMCRA is production memory infrastructure for persistent AI agents. Ingest conversations, preserve change over time and recall prompt-ready evidence across sessions.
View TMCRA on GitHub02 / CURRENT STATE
Context survives a window, not a working relationship.
Similarity finds fragments, but cannot reliably reconstruct causality.
Past events remain stored while meaning decays between them.
03 / SYSTEM FLOW
TMCRA separates immutable source evidence, fast searchable state and slower semantic evolution. Recall routes across all available layers and hands context back to the model you already use.
Original message evidence remains traceable even when a derived assertion is challenged, superseded or quarantined.
Fresh events become searchable quickly through structured extraction, temporal identity and coalesced index activation.
Batched consolidation resolves subjects, contradictions and long-horizon relationships without paying a model call on every turn.
Recall combines Source, Fast and Slow candidates, then returns structured evidence and deterministic prompt context to your model.
04 / LIVE RECALL
The user asks for a Singapore launch plan. A useful answer also needs the budget limit, the market change and the venue deadline. Run the example to see how TMCRA assembles those facts.
BudgetKeeps every recommendation within the spending limit.
Market changePrevents the model from reusing the obsolete Tokyo plan.
Venue deadlineTurns venue confirmation into this week's first action.
Confirm the Singapore venue this week, keep the plan within CNY 200,000, and stop using assumptions from the old Tokyo draft.
05 / POSITION
TMCRA is a structural memory layer. It complements context windows and retrieval systems by organizing relationships, time and recall paths.
| Capability | Context window | Vector RAG | TMCRA |
|---|---|---|---|
| Cross-session memory | External only | Supported | Designed for it |
| Temporal relation | Implicit | Usually metadata | First-class |
| Event association | Attention | Similarity | Graph + paths |
| Continuous state | Window-bound | Query-bound | Persistent model |
| Recall trace | Opaque | Limited | Path-based |
Architectural comparison, not a performance claim. Quantitative results belong with their task definition and reproducible artifacts.
06 / LONGMEMEVAL
TMCRA scored 82.2% on the 500-question LongMemEval benchmark with the full temporal, graph and path-based recall architecture.
71 / 78
91.03%90 / 133
67.67%55 / 56
98.21%27 / 30
90.00%67 / 70
95.71%101 / 133
75.94%Planner-excluded recall
Measured from one retrieval trace: 3.4106 seconds total minus the separately logged 2.089-second DeepSeek Flash Planner call equals 1.3216 seconds for retrieval, ranking and evidence packing. Planner and answer generation are excluded.
07 / DEPLOYMENT SURFACES
Use TMCRA wherever an agent must preserve what changed, why it changed and which earlier events matter now.
Retain evolving preferences, commitments, experiences and long-term goals across sessions.
↗Preserve working state and decision continuity throughout long-running tasks.
↗Track how projects, customers and organizational knowledge change over time.
↗Turn real-world events into continuous memory for robots and wearable agents.
↗08 / PRODUCT
A production API, typed client libraries and an inspectable control surface for the teams building long-lived agents.
Durable write, evolution and recall infrastructure exposed through a backend-safe tenant and scope contract.
Connect through the core interfaces or native agent-platform lifecycle hooks.
Inspect agent identities, memory graphs, API keys, usage, team access and audit history.
09 / RESEARCH + OPEN SOURCE
The TMCRA research release brings together the benchmark adapter, evaluation protocol, architecture modules and 82.2% result in one reproducible surface.
10 / NEXT STEP