Pool 1 · hermes-agent
Add signed audit + settlement
in 30 minutes.
hermes-agent is a great framework. It just doesn't give you a signed identity, per-call settlement, or a verifiable audit log. Ainfera does — without making you leave hermes-agent.
Four steps, same framework.
Keep your hermes-agent loop. Add Ainfera underneath. Audit + settlement land for free.
- 01
Keep hermes-agent
No framework migration. Your hermes-agent loop stays exactly as it is.
- 02
Mint an Agent Card
One call gives your agent a signed identity. Every Inference is now provably yours.
- 03
Point inference at Ainfera
Swap your Provider client for the Ainfera client. Same messages, same models.
- 04
Get audit + settlement free
Hash-chained AuditEvents and Wallet Receipts land automatically. Nothing else to wire.
The diff is small.
# Before — raw provider call inside hermes-agent
response = provider.chat(messages=messages)
# After — same call, now signed + settled + audited
from ainfera import AinferaClient
client = AinferaClient(api_key="<api_key>")
agent = client.agents.register(name="my-hermes-agent")
out = agent.inference(
model="claude-sonnet-4-6",
messages=messages,
)
# out.text → same content
# out.receipt.id → new: signed receipt
# out.inference.id → new: chained into AuditChainhermes-agent is the NousResearch framework — Ainfera is not affiliated with NousResearch. The Hermes Pool is simply a curated landing for builders who already use it.