Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Multi-Agent Team — Hermes Skill

A reusable framework for building a personal AI team with Hermes Agent as the orchestrator.

What's Included

  • SOUL.md templates for Secretary, Engineer, and Advisor agents
  • Inter-agent communication — send, ask, notify between agents
  • Conversation threading — structured discussions between agents
  • Emotional intelligence patterns — learned from real-world usage
  • Critical pitfalls — things that go wrong and how to prevent them

Team Structure

                    YOU
                        │
        ┌───────────────┼───────────────┐
        │               │               │
    SECRETARY        ENGINEER        ADVISOR
  Secretary &      Engineer &       Advisor &
    Coach          Builder          Researcher

Installation

git clone https://github.com/catBoxTheory/multi-agent-team.git /tmp/multi-agent-team
cp /tmp/multi-agent-team/SKILL.md ~/.hermes/skills/multi-agent-team/

Quick Start

  1. Load the skill: skill_view(name='multi-agent-team')
  2. Customize the SOUL.md templates for your agents
  3. Set up profiles at ~/.hermes/profiles/<name>/
  4. Configure inter-agent communication scripts

See SKILL.md for full documentation.

License

MIT

About

Hermes skill: reusable framework for building personal AI teams with inter-agent communication, SOUL.md templates, and emotional intelligence patterns

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors