Metadata-Version: 2.4
Name: nooa-memory
Version: 0.0.8
Summary: Long-term memory system for NOOA agents — persistent recall backed by vector search
Project-URL: Homepage, https://github.com/NVIDIA-NeMo/labs-OO-Agents
Project-URL: Repository, https://github.com/NVIDIA-NeMo/labs-OO-Agents
Project-URL: Issues, https://github.com/NVIDIA-NeMo/labs-OO-Agents/issues
License: Apache-2.0
Requires-Python: <3.14,>=3.12
Requires-Dist: nooa
Requires-Dist: numpy>=1.24.0
Requires-Dist: pydantic>=2.5.0
Description-Content-Type: text/markdown

# nooa-memory

Long-term memory subsystem for [NOOA](https://github.com/NVIDIA-NeMo/labs-OO-Agents)
agents. Installs the `nemo.memory` skill, which gives an agent persistent recall
across sessions backed by vector search.

```bash
uv add nooa-memory
```

The default vector backend is numpy-only (no extra dependencies). `sqlite-vec`
and `chromadb` backends are imported lazily if you install them yourself.

See the [main repository](https://github.com/NVIDIA-NeMo/labs-OO-Agents) for
documentation, and `examples/arc_agi_3` for a worked usage example.

Apache-2.0 licensed.
