Core concept: - Conversations compress into summaries over time - Each level links back to more detailed versions - Memory strength decays over time - Accessing a memory boosts its strength - Neglected memories eventually fade away Includes data models, compression flow, API design, and CLI spec. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| pyproject.toml | ||
README.md
Fading Memories
Hierarchical conversation compression with natural memory decay
Installation
pip install -e .
Usage
TODO: Add usage instructions
Documentation
Full documentation is available at: https://pages.brrd.tech/rob/fading-memories/
Development
# Clone the repository
git clone https://gitea.brrd.tech/rob/fading-memories.git
cd fading-memories
# Create virtual environment
python -m venv .venv
source .venv/bin/activate
# Install for development
pip install -e ".[dev]"
# Run tests
pytest
License
TODO: Add license