Metadata-Version: 2.3
Name: mindmemos-sdk
Version: 0.1.1
Summary: MindMemOS Python SDK & CLI
Requires-Dist: pydantic>=2
Requires-Dist: httpx>=0.28.1
Requires-Dist: tqdm>=4.67.3
Requires-Dist: openpyxl>=3.1.5 ; extra == 'eval'
Requires-Dist: datasets>=5.0.0 ; extra == 'eval'
Requires-Dist: nltk>=3.9.4 ; extra == 'eval'
Requires-Dist: rouge-score>=0.1.2 ; extra == 'eval'
Requires-Python: >=3.11, <3.14
Provides-Extra: eval
Description-Content-Type: text/markdown

# mindmemos-sdk

Python SDK and CLI for [MindMemOS](https://github.com/mindmemos/MindMemOS) — an agent memory system.

This package contains only the client-side SDK and the `mindmemos` CLI. It does
not include the MindMemOS server. To self-host the full service, clone the main
repository and follow its deployment guide.

## Install

```bash
pip install mindmemos-sdk
# with eval/benchmark tooling:
pip install "mindmemos-sdk[eval]"
```

## Usage

```bash
mindmemos --help
```

See the main repository for SDK and CLI documentation.
