I built Context-Bridge, a self-hosted shared memory infrastructure for multi-agent AI systems. It replaces oversized transcript passing with governed, task-scoped recall under explicit token budgets.
The system combines hybrid retrieval, full provenance, confidence gating, duplicate suppression, contradiction detection, belief revision, agent reputation, procedural memory, and multi-tenant access control. It supports Qdrant, Redis, PostgreSQL, local embedding models, Docker deployment, and a typed Python SDK.
I built Context-Bridge, a self-hosted shared memory infrastructure for multi-agent AI systems. It replaces oversized transcript passing with governed, task-s...