- Use hf user create instead of direct API calls
- Read acc-mgr token from secret-mgr --public (hf-acc-mgr)
- Get username from ego-mgr get default-username per agent
- Skip agents without default-username (dispatcher, recruiter)
- Generate API keys via /api-keys endpoint
- Store credentials: hf (username), hf-access-token (API key)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Creates HF user accounts and API keys for each agent, stores
credentials in secret-mgr under keys "hf" and "hf-access-token".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>