Metadata-Version: 2.4
Name: minions-memory
Version: 0.1.0
Summary: Persistent cross-session memory, recalled facts, and agent knowledge base
Project-URL: Homepage, https://github.com/mxn2020/minions-memory
Project-URL: Repository, https://github.com/mxn2020/minions-memory
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,memory,minions
Requires-Python: >=3.11
Requires-Dist: minions-sdk>=0.2.1
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# minions-memory

Persistent cross-session memory, recalled facts, and agent knowledge base

## Installation

```bash
pip install minions-memory
```

## Usage

```python
from minions_memory import create_client

client = create_client()
```

## License

[MIT](../../LICENSE)
