Hierarchical conversation compression with natural memory decay
Go to file
rob da3d327b7b Initial project setup
Created by development-hub/new-project script
2026-01-07 04:09:06 -04:00
.gitignore Initial project setup 2026-01-07 04:09:06 -04:00
CLAUDE.md Initial project setup 2026-01-07 04:09:06 -04:00
README.md Initial project setup 2026-01-07 04:09:06 -04:00
pyproject.toml Initial project setup 2026-01-07 04:09:06 -04:00

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