Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.18 KB

File metadata and controls

36 lines (23 loc) · 1.18 KB
title Hermes Agent — Official First-Class Support
description Deterministic AINL graphs + Hermes closed learning loop + Honcho memory.
order 9

Hermes Agent — Official First-Class Support

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

One-command quickstart

pip install 'ainativelang[mcp]' && ainl hermes-install

Then emit a Hermes skill bundle:

ainl compile workflow.ainl --strict --emit hermes-skill -o ~/.hermes/skills/ainl-imports/my-skill/

Full guide

Read the complete integration guide: docs/HERMES_INTEGRATION.md.