Continue the integration tests. Fix any failures you find.
USER · Session 18THE MEMORY LAYER BETWEEN PAST WORK AND THE NEXT ACTION
Continue workacross conversations.
TMCRA lets earlier work enter the present with its actor, time, scope, and Source intact — so an Agent can continue from evidence instead of starting over.
Memory may shape the next action only when its origin remains visible.
THE CONTINUITY CUT / 01
Work stops at a conversation boundary. Evidence carries it forward.
“Keep the public API backward-compatible.”
Boundary audit complete.
retry-contract tests remainEngineering handoffs stay concise and executable.
- 01Resume pending retry-contract tests
- 02Preserve public API compatibility
- 03Return a concise handoff
Continue from the last verified state.
- LONGMEMEVAL
- 82.2% 411 / 500
- CORE RECALL TRACE
- 1.322 s recorded run
- ACTOR BOUNDARY
- USER / AGENT separate records
- RECALL SCOPES
- GLOBAL + PROJECT parallel
THE CONDITIONS OF CONTINUITY
A memory can enter the next action after four questions are answered.
Who said it. When it happened. Where it belongs. What proves it.
Keep the speaker
USER requirements and AGENT progress can meet inside one answer while remaining separate records.
Keep the sequence
Corrections and revisions add a new state without erasing what was previously said.
Keep the boundary
Global and Project memory can continue across sessions without crossing into unrelated work.
Keep the proof
Every derived state remains linked to the exact Source that permits it to influence the next step.
Current instruction leads. Historical user requirements follow. Agent progress contributes without becoming the user's voice.
SOURCE / STATE / EVIDENCE
The past stays intact. Its usable meaning can evolve.
TMCRA separates the immutable record from revisable memory views, then binds selected evidence to the current task.
What happened remains intact.
Exact text, actor, time, session position, and content identity form the immutable record.
Keep the public API backward-compatible.
The current state can change.
Fresh requirements, decisions, and work progress become compact searchable state with Source provenance.
Integration audit complete; retry-contract remains.
Long-lived meaning keeps its revisions.
Durable capsules organize support, counterevidence, challenges, resolutions, and prior versions.
Compatibility is a durable project constraint.
Evidence is prepared before action.
The current task, bounded Source support, verified operations, and provenance become a Reader-ready view.
Resume the pending retry-contract tests.
BOUNDARIES KEEP CONTINUITY TRUSTWORTHY
Shared context, distinct identities.
A project can span sessions and specialized Agents while every contribution keeps its own actor and Source.
Use concise engineering handoffs.
SLOW · stable preferenceKeep the public API backward-compatible.
SOURCE · Session 16Retry-contract tests remain.
FAST · Session 17A COMPLETED RECALL, REPLAYED
Watch the exact cut that lets work continue.
This is a replay of a completed result: scope opening, candidate return, matching, evidence splice, prompt delivery, and role-safe writeback.
Continue the integration tests and fix anything that fails.
The question opens only the permitted continuity fields.
Keep the public API backward-compatible.
The constraint still governs every integration fix.
Boundary audit complete; retry-contract tests remain.
Unfinished progress directly answers where work should resume.
Use concise handoff notes for engineering work.
An allowed owner preference defines the response form.
Preserve public API compatibility while fixing failures.
SRC-016 · Session 16Resume from the pending retry-contract tests.
FST-017 · Session 17Return a concise engineering handoff after completion.
SLW-G01 · Cross-projectPreserve API compatibility · return a concise handoff
VERIFICATION SLATE
Recorded results, with every protocol kept visible.
LongMemEval reports all 500 questions task by task. LoCoMo keeps the Mem0-style Judge subset separate from full-set Token F1 and Evidence Recall.
Recorded retrieval, reranking, and evidence packing trace. Planner and answer generation are excluded.
ONE CONTRACT, MULTIPLE HOSTS
Connect the cut to the tools your Agents already use.
Each host reaches the same recall and writeback contract through its own lifecycle events.
REST / OpenAPI
A production HTTP contract for services that control their own model lifecycle.
- 01 / RecallPOST …/recall
Send the current query and allowed scopes.
- 02 / Answercaller model
The caller injects returned prompt evidence.
- 03 / WritebackPOST …/ingest
Persist USER and AGENT as separate messages.
The caller explicitly starts recall and ingest; TMCRA does not observe the model call by itself.
Inspect the architecture. Reproduce the benchmark.
The repository contains the research architecture, evaluation protocol, and benchmark adapters used by the project.
GitHubContinue from where the work actually stopped.
Choose the integration path that matches your current Agent workflow.
