Metadata-Version: 2.4
Name: amcx
Version: 0.3.2
Summary: Compressed memory chunks for AI chat history - 60-70% space savings
License: LGPL-3.0-or-later
Keywords: ai,memory,chunks,compression,chatbot,llm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Dynamic: license-file

# Adaptive Memory Chunk eXtended (amcx)

A Python library for efficient memory chunking with adaptive algorithms.

### *read [wiki](https://github.com/hacko223/adaptive-memory-chunk-eXtended/wiki) or [page](https://hacko223.github.io/adaptive-memory-chunk-eXtended/) for more info*

## Installation

```bash
pip install amcx
```

## Usage

```python
from amcx import chunk_memory

# Your code here
```

## License

This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0+).
See the [LICENSE](https://github.com/hacko223/adaptive-memory-chunk-eXtended/blob/f8390768395aa1d9dc210e9f25de0366684dfaf2/LICENSE) file for details.

## Author

- hacko223

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.
