Integration ยท Agent framework
Hermes agents,your rules.
Hermes agents talk to the wallet the way every framework should: their own scoped token, the standard MCP transport, and human approval on everything that moves funds.
How it connects
A Hermes agent becomes just another scoped client.
- Runs the wallet's MCP adapter with a token you issue specifically for Hermes
- Reads status, balances, proposals, and reviews within its token's limits
- Files transaction proposals that land in your inbox for approval
- Shows up in the audit log by name โ you always know which agent asked for what
Why this pattern matters
Copy it for any framework.
There is no special Hermes API โ it's the same MCP surface every client gets. Wiring your own stack looks identical: spawn the adapter, pass the token, handle the proposal id that comes back.