| title | Hermes Agent — Official First-Class Support |
|---|---|
| description | Deterministic AINL graphs + Hermes closed learning loop + Honcho memory. |
| order | 9 |
Upstream host: Hermes Agent (Nous Research).
Package: ainativelang v1.8.0 (this tree; PyPI after publish — docs/RELEASING.md).
AINL ships official, first-class Hermes Agent support: compile-once deterministic graphs (AINL) paired with Hermes’ closed learning loop and persistent memory via Honcho.
Gold-standard combo:
- AINL: strict, auditable graphs (compile → canonical IR → deterministic execution)
- Hermes Agent: skill-native agent runtime + self-improvement loop
- Honcho: durable memory surface the loop can write to and query
pip install 'ainativelang[mcp]' && ainl hermes-installThen emit a Hermes skill bundle:
ainl compile workflow.ainl --strict --emit hermes-skill -o ~/.hermes/skills/ainl-imports/my-skill/Read the complete integration guide: docs/HERMES_INTEGRATION.md.