hermes-agentmesh-async-bus
Installation
SKILL.md
Hermes AgentMesh Async Bus
Skill by ara.so — Hermes Skills collection.
What It Does
Hermes-AgentMesh is a Redis-backed async message bus that solves HTTP timeout crashes for long-running multi-agent tasks. Instead of synchronous requests.post() calls that timeout after 5-10 minutes, agents communicate via Redis queues ("mailboxes") that persist tasks indefinitely.
Key capabilities:
- 0-SSH cross-device deployment — workers run as systemd/LaunchAgent daemons
- Timeout elimination — 15-minute+ agent tasks work reliably
- Framework agnostic — works with Hermes, OpenClaw, LangGraph, AutoGen, CrewAI, custom agents
- Natural persistence — tasks survive server restarts
- Decoupled architecture — sender doesn't block waiting for receiver