Skip to main content

Profile Distributions

Three Hermes agent profiles ship in profiles/. Each is installable via hermes profile install.

Three specialist agents share one workspace

Profiles

ProfileDirectoryFocus
Sales Ops Agentprofiles/sales-ops-agent/Inbound sales, bot QA, conversation review, lead follow-ups
Growth Agentprofiles/growth-agent/Outbound leads, scoring, segments, outreach batches
Ops Lead Agentprofiles/ops-lead-agent/Daily briefing, prioritization, approval coordination

Install

hermes profile install ./profiles/sales-ops-agent -y
hermes profile install ./profiles/growth-agent -y
hermes profile install ./profiles/ops-lead-agent -y

Or install all three via ./scripts/install-hbo.sh (includes profiles).

note

--alias on hermes profile install is a boolean flag (shell wrapper), not a profile name. Names come from each profile's distribution.yaml.

Package contents

Each profile directory includes:

FilePurpose
distribution.yamlHermes profile manifest
SOUL.mdAgent identity and behavior
config.yamlModel and tool configuration
README.mdProfile-specific notes

Role in the operating loop

ProfileWorkflowTypical outputs
Sales Opsinbound_salesBot QA signals, conversation review actions, follow-up tasks
Growthoutbound_growthLead scores, outreach batch, draft outreach proposals
Ops Leaddaily_ops_briefingPriorities, risks, pending approval summary

All three share the same HBO Plugin workspace state and appear on the dashboard Agents page.

Skills used

Profiles reference HBO bundled skills:

  • Sales Ops → sales-ops
  • Growth → growth-ops
  • Ops Lead → ops-lead

Add composio-cli when you need live external app execution.