diff --git a/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx b/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx index e870d3a2..64e750cb 100644 --- a/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx +++ b/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx @@ -177,16 +177,20 @@ export function CreateAgentPage() {
- This queues a small chain of jobs, not a running agent: first an authelia identity - at the swarm level, then a config repo on the forge with the operator added as a - collaborator. It reserves everything an agent needs before any container exists — - actually deploying one onto the hive you pick above is a separate step that isn't - wired up yet. + Submitting this queues everything a new agent needs: a swarm-level identity, a + config repo on the forge with the operator added as a collaborator, and a container + running the agent on the hive you pick above. Watch it all settle on{' '} + jobs.