Metadata-Version: 2.4
Name: openparallax-memory
Version: 0.1.1
Summary: Python wrapper for the OpenParallax memory module
Project-URL: Documentation, https://docs.openparallax.dev/memory/python
Project-URL: Repository, https://github.com/openparallax/openparallax
License-Expression: Apache-2.0
Keywords: ai-agent,memory,openparallax,search
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# openparallax-memory

Semantic memory with FTS5 search and vector embeddings

Python wrapper for the [OpenParallax](https://docs.openparallax.dev) memory module. Communicates with a pre-built Go binary over JSON-RPC (stdin/stdout).

## Installation

```bash
pip install openparallax-memory
```

## Documentation

See the [memory documentation](https://docs.openparallax.dev/memory/) for the full API reference and examples.

## License

Apache License 2.0
