Skip to main content

Architecture

HBO Plugin extends Hermes as a single installable package under plugin/hbo-plugin/.

HBO Plugin system architecture

Components

LayerWhat it does
Plugin corehbo_* tools, business rules, and file-backed JSON state
DashboardReact UI tab + FastAPI routes at /api/plugins/hbo-plugin/
Tool bridgecomposio-cli skill for external app execution
ProfilesSales Ops, Growth, and Ops Lead agent distributions

Data flow

  1. The operator interacts via Hermes Agent chat or the Business Ops dashboard.
  2. Plugin core reads and writes local workspace state (file-backed JSON).
  3. The dashboard calls the same backend logic through plugin API routes.
  4. The tool bridge executes actions in external apps when credentials are configured.

Operating loop

HBO Plugin workflow — signal to proposal to approval

See How it works for the full workflow walkthrough.

Agent profiles

Three specialist agents share one workspace

See Profiles for install commands and role details.