headroom / tests /test_memory

Commit History

fix: route count_tokens to api.anthropic.com, not proxy base_url
0adb431

tudragon154203 Claude Happy commited on

feat(memory): resolve Qdrant connection from HEADROOM_QDRANT_* env vars (#31)
a1ce373

ipapapa Claude Opus 4.7 (1M context) commited on

Merge pull request #262 from gglucass/fix/traffic-learner-error-recovery
18d80ca

chopratejas commited on

Merge pull request #246 from Kayzo/fix/memory-batch-onnx-sqlitevec
7326820

chopratejas commited on

test(memory): raise patch coverage from 83% to 98% on error_recovery fixes
42196be

Garm Claude Opus 4.7 (1M context) commited on

fix(memory): collapse and decay error_recovery patterns in MEMORY.md
804aec4

Garm Claude Opus 4.7 (1M context) commited on

fix(memory): batch onnx embeddings and sqlite-vec ops
2190b45

Kayzo commited on

test(learn): cover flush_to_file, backend edge cases, and hydrate/bump error paths
6239096

Garm Claude Opus 4.7 (1M context) commited on

fix(learn): persist real evidence_count and bump on re-sighting
7a27214

Garm Claude Opus 4.7 (1M context) commited on

feat(learn): live flush of traffic patterns to agent-native context files
9066393

Garm Claude Opus 4.7 (1M context) commited on

chore(memory): add EXTERNAL backend extension points
3ec47c3

chopratejas commited on

Fix ruff lint errors in test files
332e663

chopratejas commited on

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

chopratejas commited on

feat(router): adaptive compression with Read lifecycle and context-pressure scaling
10d6c83

chopratejas commited on

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

chopratejas commited on

Add centralized ML model configuration
cdde22e

chopratejas commited on

Fix test to expect VectorBackend.AUTO as default
ef87114

chopratejas commited on

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

chopratejas commited on

fix(tests): skip memory tests when hnswlib not available
e59583d

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 asyncio event loop error in Python 3.10+ tests
d6c29df

chopratejas commited on

Add global httpx.ReadTimeout handler for memory tests
2da7d1d

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

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