Metadata-Version: 2.4
Name: bellamente
Version: 0.0.2
Summary: Bellamente launcher: local-first memory for AI agents.
Author: The Little AI Company
Project-URL: Homepage, https://the-little-ai-company.github.io/bellamente/
Project-URL: Repository, https://github.com/The-Little-AI-Company/bellamente
Project-URL: Issues, https://github.com/The-Little-AI-Company/bellamente/issues
Keywords: ai,agents,memory,local-first,llm,proxy
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Bellamente

Bellamente is local-first memory for AI agents. This Python package installs the
`bella` launcher, which downloads and runs the matching GitHub release binary
for your platform.

```sh
pipx install bellamente
bella doctor
bella
```

You can also use `uvx bellamente doctor`. The launcher verifies the downloaded
binary against `SHA256SUMS.txt` from the same release before executing it.
`uvx` is a one-shot run; use `pipx install bellamente` when you want `bella`
to stay on your PATH.
