Agent profiles
Mastery HQ keeps a lightweight local profile per agent. Every task an agent runs is recorded with an inferred category (frontend, tests, infra, …) and, at the end of the run, whether it succeeded - so over time each agent accumulates a track record.
What a profile holds
Section titled “What a profile holds”- Work history - categorized entries per task, stamped with the outcome.
- Skills - what this agent is good at, feeding routing decisions.
- Backlog & cache - per-agent working state the orchestrator can consult.
How it’s used
Section titled “How it’s used”When you give Hermes a goal, its planner sees a roster built from these profiles - Alex (Claude) - frontend ×12; tests ×5 - and assigns tasks to agents by name. Reliability counts, not just volume: outcomes are written back to the profile when runs finish.
Good to know
Section titled “Good to know”- Profiles are recorded automatically; there’s nothing to configure.
- A dedicated profiles pane (inspecting and editing the record in-app) is planned; today the record works behind the scenes.
Frequently asked questions
Where do profiles live?
As local JSON files on your machine, one per agent - nothing about your agents' work history leaves your PC.