Multi-Agent & Swarms

opencode-hermes-multiagent

17 specialized agents for OpenCode AI. Each agent has a defined role and they communicate through structured interfaces.

Why it matters

Profile

17 specialized agents for OpenCode AI. Each agent has a defined role and they communicate through structured interfaces.

setup mediumintegration mediuminterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

What the upstream surface says

Short excerpt only, so you can decide whether to click out.

Hermes is a sophisticated multi-agent orchestration system designed for OpenCode AI. It coordinates 17 specialized AI agents to handle complex software development tasks — from research and planning to implementation, testing, and deployment.

The system follows a strict pipeline architecture where each agent has a specific role, ensuring quality, security, and consistency across all operations.

┌─────────────────────────────────────┐ │ 🔱 HERMES │ │ Master Orchestrator │ │ (openai/gpt-5.2-high) │ └─────────────────┬───────────────────┘ │ ┌───────────────────────────────────────┼───────────────────────────────────────┐ │ │ │ ▼ ▼ ▼ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ RESEARCH │ │ PLANNING │ │IMPLEMENTATION │ ├───────────────┤ ├───────────────┤ ├───────────────┤ │ @finder │ │ @architect │ │ @coder │ │ @analyst │ │ @planner │ │ @editor │ │ @researcher │ └───────────────┘ │ @fixer │ └───────────────┘ │ @refactorer │ └───────────────┘ ┌───────────────────────────────────────┼───────────────────────────────────────┐ │ │ │ ▼ ▼ ▼ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ QUALITY │ │ DOCUMENTATION │ │INFRASTRUCTURE │ ├───────────────┤ ├───────────────┤ ├───────────────┤ │ @reviewer │ │ @documenter │ │ @devops │ │ @tester │ │ @commenter │ │ @optimizer │ │ @debugger │ └───────────────┘ └───────────────┘ │ @security │ └───────────────┘

🔱 Hermes Multi-Agent System for OpenCode AI🇬🇧 EnglishOverviewArchitectureAgents🔱 Hermes — Master Orchestrator🔍 Research Agents📐 Planning Agents
  • Model: openai/gpt-5.2-high
  • Role: Routes requests, manages pipelines, coordinates agents, handles conflicts
  • Tools: task, todowrite, todoread
  • Mandatory Quality Gates: @reviewer and @tester run after every code change
  • Security First: @security is mandatory for auth, user data, secrets
  • Checkpoints: User confirmation required between phases
  • Revision Loops: Up to 3 iterations for fixes before escalation
  • Context Passing: Full context flows between all agents