Metadata-Version: 2.4
Name: fluxmem
Version: 0.0.1
Summary: FluxMem — install fluxmem-sdk for the Python client
Project-URL: Homepage, https://fluxmem.org
Project-URL: Documentation, https://docs.fluxmem.org
Project-URL: Repository, https://github.com/fluxmem/fluxmem
Author-email: FluxMem <hello@fluxmem.org>
License: MIT
Keywords: agents,ai,llm,memory,rag,wiki
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: fluxmem-sdk>=0.2.0
Description-Content-Type: text/markdown

# fluxmem

Meta-package that re-exports `fluxmem-sdk`. For the actual Python client:

```bash
pip install fluxmem-sdk
```

See [fluxmem.org](https://fluxmem.org) for docs and the dashboard.
