New request
#698: Feature request: Add agent and replace model modals
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementuxcommands
This feature is needed by users running multi-agent Hermes swarms. A reference implementation exists in the Hermes Control Interface repo. Please add a modal dialog for adding a new agent to the swarm (name, role, model, layer, parent agent) and a separate modal for replacing an underperforming agent's model, triggered from the agent table. Both should update the active Hermes session without requiring a restart.
Assessmentadvisory
feature●● medium80% confidence
Agent addition and model replacement modals requiring session state mutations without a server restart.
Likely files
- static/js/components/agent_modal.js
- static/js/components/model_modal.js
- api/routes/agents.py
- api/session_manager.py
Create the request