A multi-agent workspace for building and managing a travel agency platform using Hermes Workspace agents.
Current Version: 1.0.0
See VERSION.md for semver format and changelog.
This repository tracks the development of a travel agency platform that uses multiple specialized agents working in sequence to:
- Research travel markets and destinations
- Design the user interface and experience
- Develop the full-stack platform
- Review and deploy the final product
┌─────────────────────────────────────────────────────────────┐
│ Orchestration Layer │
│ ┌────────────────┐ ┌──────────────┐ ┌───────────────┐ │
│ │ Orchestrator │→ │ Travel │→ │ Deployer │ │
│ │ (Herme Agent)│ │ Planner │ │ (Herme Agent)│ │
│ └────────────────┘ └──────────────┘ └───────────────┘ │
└─────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ Agent Workflows │
│ ┌──────────────┐ ┌───────────────┐ ┌───────────────┐ │
│ │ Researcher │ │ Designer │ │ Developer │ │
│ │ (Herme Agent)│→ │ (Herme Agent) │→ │ (Herme Agent)│ │
│ └──────────────┘ └───────────────┘ └───────────────┘ │
└─────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ Review & QA │
│ ┌──────────────┐ ┌───────────────┐ ┌───────────────┐ │
│ │ Reviewer │← │ QA Checker │← │ Test Runner │ │
│ │ (Herme Agent)│ │ (Herme Agent) │ │ (Herme Agent)│ │
│ └──────────────┘ └───────────────┘ └───────────────┘ │
└─────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ Hermes Workspace │
│ ┌───────────────────────────────────────────────────────┐ │
│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌───────────┐ │ │
│ │ │ Chat │ │Terminal │ │ Memory │ │ Skills │ │ │
│ │ └─────────┘ └─────────┘ └─────────┘ └───────────┘ │ │
│ └───────────────────────────────────────────────────────┘ │
│ ┌───────────────────────────────────────────────────────┐ │
│ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────────┐ │ │
│ │ │ Kanban │ │Reports │ │Inbox │ │ │
│ │ │ Board │ │+ Checkpoints│ │+ Escalations │ │ │
│ │ └─────────────┘ └─────────────┘ └─────────────────┘ │ │
│ └───────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
| Agent | Role | Specialty | Mission |
|---|---|---|---|
agent-researcher |
Researcher | Travel Market Analysis | Investigate destinations, competition, pricing trends |
agent-designer |
Designer | UI/UX Design | Create wireframes, mockups, user flows |
agent-developer |
Developer | Full-stack Development | Build platform features, integrate APIs |
agent-reviewer |
Reviewer | QA/Testing | Review checkpoints, approve PRs, ensure quality |
Agents run sequentially with automatic handoffs:
1. Researcher → Checkpoint → 2. Designer → Checkpoint →
3. Developer → Checkpoint → 4. Reviewer → Deploy# Start the Hermes Workspace
cd ~/hermes-workspace
pnpm install
pnpm dev
# Access at http://localhost:3000- Meeting Notes: Add to
docs/meeting-notes/YYYY-MM-DD.md - Agent Specs: Check
docs/agents/for role configurations - Workflow Plans: See
docs/workflows/for task sequences - Progress Tracking: Check
notes/for work logs - Decisions: See
docs/decisions.mdfor major decisions - Skills: Created under
skills/for loading in Hermes Agent
Last Updated: May 2026
- Cleanup completed - removed duplicate README.md files from agent folders
- Documentation consolidated in
docs/directory - Created
docs/agents/for centralized agent specifications - Agent-specific READMEs removed (were duplicates)
MIT License — See LICENSE
Built with Hermes Agent & Hermes Workspace