Metadata-Version: 2.4
Name: mintmory-cli
Version: 0.1.0
Summary: MintMory CLI — stdio usage via Typer
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: mintmory-core~=0.1.0
Requires-Dist: rich>=13.8
Requires-Dist: structlog>=24.4
Requires-Dist: typer[all]>=0.12
Provides-Extra: docs
Requires-Dist: mintmory-core[docs]~=0.1.0; extra == 'docs'
Description-Content-Type: text/markdown

# mintmory-cli

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

Most users want the umbrella package instead: `pip install mintmory`.
MIT licensed.
