Hermes Agent multi-agent coordination is now available through version 0.12.0, released by Nous Research. The update introduces multi-agent coordination through a Kanban board system, allowing multiple agents to claim tasks from a shared board, execute work in parallel, and hand off responsibilities when blocked.
The Hermes Agent multi-agent system streamlines workflow management. Agents operate on specialized profiles with distinct tools, skills, and personalities. Instead of monitoring multiple terminals, users track progress and resolve blockers from a single dashboard interface.
Core Features of Hermes Agent Multi-Agent
The Kanban-based system includes task dependencies where parent tasks flow to child tasks, enabling work to fan out and results to gather. Agents share workspaces through directories, git worktrees, or temporary scratch spaces for file handoffs. A live dashboard displays team progress in real time.
Comment threads attach to each task, allowing both humans and agents to write notes. The next agent handling a task reads the full thread history. Two skills ship by default: a planner (kanban-orchestrator) and a worker (kanban-worker). Domain-specific skills can be pinned per task to load expertise when needed.
Reliability and Task Management
The system uses SQLite backing, ensuring durability across crashes, restarts, and reboots. Hermes Agent multi-agent avoids duplicate task claims when multiple agents compete for the next assignment. Heartbeats monitor long-running jobs while runtime caps terminate runaway processes.
Project isolation prevents crosstalk when running multiple projects on a single machine. The Hermes Agent software can coordinate agent actions without interference between separate work streams.
Technical Implementation
Hermes Agent was built using Python with libraries including Pillow, NumPy, OpenCV, and FFmpeg. The implementation demonstrates the artificial intelligence capabilities for orchestrating multiple autonomous workers. Voice generation leveraged ElevenLabs, while Suno provided music composition.
The Kanban board configuration is available on GitHub at the NousResearch repository. A tutorial guide covers the feature set in detail, providing step-by-step instructions for implementing multi-agent workflows. Users can access documentation for feature configuration and best practices.
Future Outlook
The multi-agent architecture positions Hermes Agent for complex workflow automation. Organizations managing parallel tasks across teams can use the system to reduce coordination overhead. The Kanban interface provides visibility into agent progress, making it easier to identify and resolve bottlenecks in automated processes.
Source: X (@NousResearch)




