Agents are named AI profiles with their own description, identity, tool selection, and model preference.
hlvm agent list
hlvm agent add reviewer
hlvm agent identity reviewer --emoji R --color "#8A3FFC" \
--description "Reviews diffs for correctness and release risk"
Use the agent in a one-shot task:
hlvm ask --agent reviewer "review the current diff"
hlvm agent generate "an agent that triages dependency update PRs"
Generation creates an editable agent file. Inspect it before trusting broad tool permissions.
hlvm agent identity can set the terminal emoji, color, GUI image, reusable pet
avatar, description, and whether the agent is the default for unaddressed input.
The current options are --emoji, --color, --image-url, --avatar,
--description, --default, and --no-default.
hlvm agent remove reviewer
Removing an agent also removes its agent-specific memory.
model: auto unless the agent has a clear model requirement.