Metadata-Version: 2.4
Name: amie
Version: 1.11.0
Summary: Your private memory intelligence — captures thoughts from anywhere, organises them into your vault, and reflects insights back to you. Entirely local.
Project-URL: Documentation, https://gitlab.com/nkosinathi1/amie/-/tree/main/docs
Project-URL: Issues, https://gitlab.com/nkosinathi1/amie/-/issues
Project-URL: Source, https://gitlab.com/nkosinathi1/amie
Author-email: nk0s1 <nkosinathi@whakatau.com>
License-Expression: MIT
License-File: LICENSE
Keywords: knowledge-management,local-ai,notes,obsidian,ocr,ollama
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: fastapi>=0.115
Requires-Dist: idna>=3.15
Requires-Dist: msgpack>=1.2.1
Requires-Dist: ollama>=0.6.2
Requires-Dist: pillow-heif>=1.3.0
Requires-Dist: platformdirs>=4.0
Requires-Dist: psutil>=5.9
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: typer>=0.25.1
Requires-Dist: urllib3>=2.7.0
Requires-Dist: uvicorn[standard]>=0.32
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown

# amie — Asynchronous Memory Intelligence Engine

Your private memory intelligence. Captures thoughts from anywhere, organises them into your Obsidian vault, and reflects insights back to you — entirely on your own hardware.

**Hard constraints:**
- No cloud services, no subscriptions.
- Local-first AI via [Ollama](https://ollama.com) only — your notes never leave your device.
- Built around your existing vault conventions: `KEY: value` headers and lifecycle states `#infant → #child → #developing → #adult → #on-ice → #removed`.

---

## Install

Prereqs: Python 3.12+, [uv](https://docs.astral.sh/uv/), [Ollama](https://ollama.com).

```bash
pip install amie
amie init        # detects your hardware, pulls the right Ollama models, wires up sync and the trigger service
amie doctor      # verify everything is ready
```

Or from source:

```bash
git clone git@gitlab.com:nkosinathi1/amie.git
cd amie
uv sync
uv run amie init
```

---

## License

MIT. See `LICENSE`.
