A reusable framework for building a personal AI team with Hermes Agent as the orchestrator.
- 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
YOU
│
┌───────────────┼───────────────┐
│ │ │
SECRETARY ENGINEER ADVISOR
Secretary & Engineer & Advisor &
Coach Builder Researcher
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/- Load the skill:
skill_view(name='multi-agent-team') - Customize the SOUL.md templates for your agents
- Set up profiles at
~/.hermes/profiles/<name>/ - Configure inter-agent communication scripts
See SKILL.md for full documentation.
MIT