Metadata-Version: 2.4
Name: hermes-session-titler
Version: 1.2.2
Summary: Auto-generate descriptive session titles for Hermes Agent from conversation history
Project-URL: Source, https://github.com/nuffin/hermes-session-titler-pip
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# hermes-session-titler-pip

Auto-generate descriptive session titles for Hermes Agent. Generates a short
title from the full conversation transcript when you `/quit`, and provides
`/retitle` for mid-session regeneration.

## Install

```bash
pip install hermes-session-titler
```

Then add to `config.yaml`:

```yaml
plugins:
  enabled:
    - session-titler
```

Restart Hermes.

## License

MIT
