Views
No views yet

| Task category | Correct / Total | Accuracy |
|---|---|---|
| Knowledge Update | 71 / 78 | 91.0% |
| Multi-session | 90 / 133 | 67.7% |
| Single-session Assistant | 55 / 56 | 98.2% |
| Single-session Preference | 27 / 30 | 90.0% |
| Single-session User | 67 / 70 | 95.7% |
| Temporal Reasoning | 101 / 133 | 75.9% |
| Overall | 411 / 500 | 82.2% |
results/latest_benchmark.json. The maintained reproduction entrypoint is benchmarks/longmemeval/. The benchmark answer layer is fixed to GPT-5.4; fresh runs that call external model services can vary slightly.1Conversation history
2 │
3 ▼
4 Writer ─────────────── subject / entity attribution
5 │
6 ├── Source layer ─── immutable, traceable evidence
7 ├── Fast layer ───── atomic current-state memory
8 └── Slow layer ───── durable semantic graph
9 │
10 └────────── scope-bound indexes
11
12New question
13 │
14 ▼
15Recall Planner → layered retrieval → node/path scoring → reranker
16 │
17 ▼
18Source-bound evidence packet → downstream agenttorch.load(..., weights_only=True) through the repository runtime.| File | Purpose | Size | SHA-256 |
|---|---|---|---|
node_scorer.pt | Graph node scoring | 207,356,243 bytes | d2318aafb07f9a15a1d95e6eac1b3e09afa07c570dd9d15d3f75544c9950f201 |
path_scorer.pt | Graph path scoring | 207,356,243 bytes | ecdc2bca51b7646a8a56c7db9cea4aeec581e64c3b61e6e06f7e9fa2a93b3bf5 |
tmcra_v3_reranker.pt | Learned retrieval reranking | 4,232,213 bytes | 09a285b484ca857b24b53ad19d5998302f16d224ca9e4fd73a4eb5a52f022942 |
models/tmcra_v4_longmemeval_s500_20260715/.1python -m pip install -U huggingface_hub
2
3hf download 2009YU/TMCRA-Agent-Memory \
4 --include "models/tmcra_v4_longmemeval_s500_20260715/*" \
5 --local-dir ./TMCRA-Agent-Memorybenchmarks/longmemeval/README.md.v2026.07.18legacy-2026.05.25AUTHORS.md and CITATION.cff for attribution and citation details.