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

Components
| Layer | What it does |
|---|---|
| Plugin core | hbo_* tools, business rules, and file-backed JSON state |
| Dashboard | React UI tab + FastAPI routes at /api/plugins/hbo-plugin/ |
| Tool bridge | composio-cli skill for external app execution |
| Profiles | Sales Ops, Growth, and Ops Lead agent distributions |
Data flow
- The operator interacts via Hermes Agent chat or the Business Ops dashboard.
- Plugin core reads and writes local workspace state (file-backed JSON).
- The dashboard calls the same backend logic through plugin API routes.
- The tool bridge executes actions in external apps when credentials are configured.
Operating loop

See How it works for the full workflow walkthrough.
Agent profiles

See Profiles for install commands and role details.