breathe-memory/memory_nexus
mvyshhnyvetska 4e671a0a83 Initial release: breathe-memory v0.1.0
Context optimization and associative memory for LLM applications.
Two-phase system: SYNAPSE (pre-generation memory injection) +
GraphCompactor (structured context compression).

- Interface-based, storage-agnostic, LLM-agnostic
- Memory Nexus: PostgreSQL + pgvector reference backend
- Zero mandatory dependencies beyond stdlib
- 28 tests passing, clean install verified

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:50:00 +01:00
..
__init__.py Initial release: breathe-memory v0.1.0 2026-03-26 13:50:00 +01:00
models.py Initial release: breathe-memory v0.1.0 2026-03-26 13:50:00 +01:00
postgres.py Initial release: breathe-memory v0.1.0 2026-03-26 13:50:00 +01:00
store.py Initial release: breathe-memory v0.1.0 2026-03-26 13:50:00 +01:00