Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.24 KB

File metadata and controls

29 lines (23 loc) · 1.24 KB

Changelog

All notable changes to Memorable will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2025-01-XX

Added

  • Initial release of Memorable
  • Interceptor-based architecture for transparent LLM call interception
  • SQL-first storage layer (PostgreSQL, SQLite, MySQL support)
  • Memory extraction from conversations (facts, preferences, skills, rules, context)
  • Hybrid retrieval system (semantic + keyword + graph search)
  • Graph-based memory for multi-hop reasoning (optional)
  • Three memory modes: Conscious, Auto, and Hybrid
  • Memory consolidation background agent
  • Temporal memory tracking and coherence
  • Framework integrations: OpenAI, Anthropic, LiteLLM, LangChain, AutoGen
  • Comprehensive test suite (unit and integration tests)
  • Benchmark implementations (LOCOMO, multi-hop, temporal)
  • Complete documentation (README, architecture, API, benchmarks)

References