headroom_3 / headroom /memory

Commit History

feat: add live traffic learning + cross-agent memory writers (--learn flag)
246bf80

chopratejas commited on

Slim core dependencies: 2.5GB → 195MB install size
050d435

chopratejas commited on

fix: harden edge cases, expand tool exclusions, and fix mypy errors
c8388c1

chopratejas commited on

Add Memory Bridge: bidirectional sync between markdown files and Headroom memory
f6bfc13

chopratejas commited on

Fix CI: guard starlette imports, asyncio.run(), deprecate datetime.utcnow()
5f8e891

chopratejas commited on

Fix security vulnerabilities in memory and CCR systems
3b38650

chopratejas commited on

Add centralized ML model configuration
cdde22e

chopratejas commited on

Add centralized MLModelRegistry to share ML model instances
bb32b57

chopratejas commited on

Add SQLite vector backend as default and fix HNSW test skipping
3c1f81f

chopratejas commited on

Add SQLiteVectorIndex using sqlite-vec for bounded vector search
cb782c0

chopratejas commited on

Add bounded memory support to HNSWVectorIndex with LRU eviction
e92d2b0

chopratejas commited on

Add SQLiteGraphStore for bounded, persistent graph storage
c1ef3d8

chopratejas commited on

Add memory observability system (Phase 1)
60a6ac8

chopratejas commited on

Add multi-provider memory system with auto-detection
308f1f9

chopratejas commited on

fix(memory): use subprocess probe to avoid hnswlib SIGILL crash on CI
72b9508

Claude Code Bot Claude Opus 4.5 commited on

Add DiffCompressor and fix hnswlib SIGILL crash on CI
69d6091

chopratejas Claude Opus 4.5 commited on

Fix mypy errors and add network timeout handler for flaky CI tests
7a63807

chopratejas Claude Opus 4.5 commited on

fix: resolve mypy type errors
0a19dd0

chopratejas commited on

fix: improve error handling and add comprehensive test coverage
0274139

chopratejas Claude Opus 4.5 commited on

fix: resolve mypy type errors across codebase
7de545c

chopratejas commited on

Add hierarchical memory system with graph + vector storage
eb1c19a

chopratejas commited on

Make hnswlib optional and skip tests when unavailable
d9550ec

chopratejas commited on

Replace legacy memory system with HierarchicalMemory
04a98a0

chopratejas commited on

Add persistent memory system with zero-latency inline extraction
9c9bb30

chopratejas commited on