Metadata-Version: 2.4
Name: mintmory-api
Version: 0.1.0
Summary: MintMory HTTP REST API via FastAPI
Project-URL: Homepage, https://github.com/WeLikeCode/mint-mory
Project-URL: Repository, https://github.com/WeLikeCode/mint-mory
Project-URL: Issues, https://github.com/WeLikeCode/mint-mory/issues
Author: WeLikeCode
License-Expression: MIT
License-File: LICENSE
Keywords: agents,llm,mcp,memory,sqlite,vector-search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: fastapi>=0.115
Requires-Dist: mintmory-core~=0.1.0
Requires-Dist: python-multipart>=0.0.12
Requires-Dist: structlog>=24.4
Requires-Dist: uvicorn[standard]>=0.32
Description-Content-Type: text/markdown

# mintmory-api

FastAPI REST API for [MintMory](https://github.com/WeLikeCode/mint-mory) — the
typed agent-memory system. Entry point: `mintmory-api`.

Most users want the umbrella package instead: `pip install "mintmory[api]"`.
MIT licensed.
