Metadata-Version: 2.4
Name: plur-hermes
Version: 0.1.0
Summary: PLUR persistent memory plugin for Hermes Agent
Author: plur-ai
License-Expression: Apache-2.0
Keywords: agent,engram,hermes,memory,plur
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# plur-hermes

Persistent memory plugin for [Hermes Agent](https://github.com/NousResearch/hermes-agent). Learn from corrections, recall past insights, extract cross-domain principles.

## Install

```bash
npm install -g @plur-ai/cli
pip install plur-hermes
```

The plugin is auto-discovered by Hermes on startup.

## What it does

- **Auto-injection**: Relevant engrams injected into every conversation turn
- **Auto-learning**: Captures corrections and insights from the `🧠 I learned:` protocol
- **16 tools**: learn, recall, inject, list, forget, feedback, capture, timeline, status, sync, packs, meta-extraction
- **4 hooks**: pre_llm_call, post_llm_call, on_session_start, on_session_end

## License

Apache-2.0
