This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryIntroduces structured relation‑lite metadata, benchmarked retrieval metrics, and task‑time recall assembly while keeping the MCP surface unchanged.
Full changelog
v0.9.0 - Applicable, Compositional Memory
Agent Memory Bridge 0.9 keeps the same small MCP bridge while the engine underneath
gets more structured and more applicable.
Thesis
0.9.0 = applicable, compositional memory on top of a still-small MCP surface.
The public MCP surface is still the same 10 tools:
storerecallbrowsestatsforgetpromoteclaim_signalextend_signal_leaseack_signalexport
What changed is the engine behind that bridge.
What Shipped
- relation-lite metadata surfaced through recall, export, stats, proof, and health tooling
- benchmarked retrieval with
precision@k,recall@k,MRR, andexpected_top1_accuracy - metadata-only telemetry plus client/model provenance
- first-pass task-time assembly over procedures, concept notes, beliefs, and linked supporting records
- the planned
0.8structure and credibility work folded into the direct0.9.0release
Evidence
Current release snapshot:
pytest:152 passed- deterministic proof:
4/4checks passed - canonical benchmark:
question_count = 11memory_expected_top1_accuracy = 1.0memory_mrr = 1.0file_scan_expected_top1_accuracy = 0.636file_scan_mrr = 0.909relation_metadata_passed = trueduplicate_suppression_rate = 1.0
Reviewed classifier calibration snapshot:
sample_count = 16classifier_exact_match_rate = 0.875fallback_exact_match_rate = 0.062classifier_better_count = 13fallback_better_count = 2classifier_filtered_low_confidence_count = 2
Why It Matters
This release makes the bridge more useful without turning it into a bigger platform.
- Memory is more structured than transcript capture.
- Retrieval claims are benchmarked instead of guessed.
- Task-time recall can assemble procedures, concepts, beliefs, and linked support.
- The public integration contract stays small and inspectable.
Honest Boundaries
0.9.0 does not mean:
- a graph database
- full relation-aware traversal or ranking across the whole store
- automatic procedure learning from raw transcripts
- a scheduler or agent runtime
- cross-domain concept synthesis
Next
The next pressure points are broader reviewed fixtures, deeper cross-record assembly,
more deliberate procedure promotion, and pre-compaction capture before model-side loss.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About zzhang82/Agent-Memory-Bridge
MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge.
Related context
Beta — feedback welcome: [email protected]