Metadata-Version: 2.4
Name: amc-lite
Version: 0.0.1
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,lite,amcl
Classifier: Development Status :: 2 - Pre-Alpha
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 lite (amcl)

A lightweight Python library for efficient memory chunking 

### *read [wiki](https://github.com/hacko223/adaptive-memory-chunk-lite/wiki) for more info* 
**in development**

## Installation

```bash
pip install amcl (in development)
```

## Usage

**in development**

## 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-lite/blob/23371f6fd1dd8fa1d4cac86653f807289db384d8/LICENSE) file for details.

## Author

***- hacko223***

***- ArtemisRGA***

## Contributing

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