40 lines
582 B
Markdown
40 lines
582 B
Markdown
# Fading Memories
|
|
|
|
Hierarchical conversation compression with natural memory decay
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install -e .
|
|
```
|
|
|
|
## Usage
|
|
|
|
*TODO: Add usage instructions*
|
|
|
|
## Documentation
|
|
|
|
Full documentation is available at: https://pages.brrd.tech/rob/fading-memories/
|
|
|
|
## Development
|
|
|
|
```bash
|
|
# 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*
|