Agent memory infrastructure / 01

Give every agent a memory that persists.

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 GitHub
LongMemEval
82.2%
Memory layers
Source + Fast + Slow
Output
Prompt-ready evidence
Memory observatory / Agent 07 Structure resolved
EVIDENCE ROUTEmode / auto
MEMORY WINDOWcross-session
Score 82.2%Cases 500Path 04

02 / CURRENT STATE

Today’s agents reset too easily.

01 / RESET

Session-bound

Context survives a window, not a working relationship.

02 / FLAT

Retrieval without structure

Similarity finds fragments, but cannot reliably reconstruct causality.

03 / DRIFT

History without continuity

Past events remain stored while meaning decays between them.

03 / SYSTEM FLOW

A complete memory path, from raw message to model-ready evidence.

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.

  1. 01Ingest messages
  2. 02Commit source
  3. 03Build Fast memory
  4. 04Evolve Slow memory
  5. 05Route evidence
  6. 06Return prompt context
01IMMUTABLE

Source

Original message evidence remains traceable even when a derived assertion is challenged, superseded or quarantined.

02SECONDS

Fast

Fresh events become searchable quickly through structured extraction, temporal identity and coalesced index activation.

03EVOLUTION

Slow

Batched consolidation resolves subjects, contradictions and long-horizon relationships without paying a model call on every turn.

04PROMPT-READY

Evidence

Recall combines Source, Fast and Slow candidates, then returns structured evidence and deterministic prompt context to your model.

04 / LIVE RECALL

One request. Three memories that change the answer.

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.

Conversation historyScenario / Product launch
Relevant memory route Context assembled
What TMCRA recalled
CNY 200K budgetSingapore replaces Tokyo30-day venue deadlineCurrent request
Why these memories
01

BudgetKeeps every recommendation within the spending limit.

02

Market changePrevents the model from reusing the obsolete Tokyo plan.

03

Venue deadlineTurns venue confirmation into this week's first action.

Context delivered to the model

Confirm the Singapore venue this week, keep the plan within CNY 200,000, and stop using assumptions from the old Tokyo draft.

05 / POSITION

Beyond storage. Beyond similarity search.

TMCRA is a structural memory layer. It complements context windows and retrieval systems by organizing relationships, time and recall paths.

CapabilityContext windowVector RAGTMCRA
Cross-session memoryExternal onlySupportedDesigned for it
Temporal relationImplicitUsually metadataFirst-class
Event associationAttentionSimilarityGraph + paths
Continuous stateWindow-boundQuery-boundPersistent model
Recall traceOpaqueLimitedPath-based

Architectural comparison, not a performance claim. Quantitative results belong with their task definition and reproducible artifacts.

06 / LONGMEMEVAL

82.2%411 / 500

Long-horizon memory, measured.

TMCRA scored 82.2% on the 500-question LongMemEval benchmark with the full temporal, graph and path-based recall architecture.

LongMemEval · 500 questions
TaskCorrect / TotalAccuracy
01Knowledge Update

71 / 78

91.03%
02Multi Session

90 / 133

67.67%
03Single Session Assistant

55 / 56

98.21%
04Single Session Preference

27 / 30

90.00%
05Single Session User

67 / 70

95.71%
06Temporal Reasoning

101 / 133

75.94%
CORE RECALL PROFILE
1.322seconds

Planner-excluded recall

Indexed inventory
936 records
Returned evidence
8 windows

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

One memory layer. Many persistent agents.

Use TMCRA wherever an agent must preserve what changed, why it changed and which earlier events matter now.

01

Personal AI

Retain evolving preferences, commitments, experiences and long-term goals across sessions.

02

Autonomous agents

Preserve working state and decision continuity throughout long-running tasks.

03

Enterprise assistants

Track how projects, customers and organizational knowledge change over time.

04

Embodied AI

Turn real-world events into continuous memory for robots and wearable agents.

08 / PRODUCT

Everything required to operate persistent memory.

A production API, typed client libraries and an inspectable control surface for the teams building long-lived agents.

INTEGRATIONS

SDKs + Native adapters

Connect through the core interfaces or native agent-platform lifecycle hooks.

  • REST / OpenAPI / MCP
  • Python / TypeScript
  • OpenClaw / Hermes Agent
OPERATIONS

TMCRA Console

Inspect agent identities, memory graphs, API keys, usage, team access and audit history.

  • Memory explorer
  • Access control
  • Operational audit

09 / RESEARCH + OPEN SOURCE

Research you can inspect and reproduce.

The TMCRA research release brings together the benchmark adapter, evaluation protocol, architecture modules and 82.2% result in one reproducible surface.

10 / NEXT STEP

Choose the path that fits your team.