Bug Description
AWS Bedrock models and profiles do not appear in the WebUI model picker, despite being properly configured and authenticated. The agent CLI correctly discovers and lists Bedrock models, but the WebUI silently skips the bedrock provider.
Steps to Reproduce
- Configure AWS credentials (
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) in ~/.hermes/.env
- Optionally set
AWS_REGION (defaults to us-east-1)
- Open the WebUI model picker (click the model selector)
- Observe: bedrock provider group is completely absent
Expected Behavior
Bedrock models should appear in the WebUI model picker, grouped under "AWS Bedrock".
Actual Behavior
Bedrock is silently dropped from the provider groups list. No error is logged. The agent CLI (hermes model) correctly shows 49 bedrock models.
Environment
- Hermes Agent version: latest (main branch)
- WebUI:
ui-server/config.py
- Provider: AWS Bedrock (eu-central-1)
- Models discovered: 49 (Claude, Llama, Mistral, etc.)
Bug Description
AWS Bedrock models and profiles do not appear in the WebUI model picker, despite being properly configured and authenticated. The agent CLI correctly discovers and lists Bedrock models, but the WebUI silently skips the
bedrockprovider.Steps to Reproduce
AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY) in~/.hermes/.envAWS_REGION(defaults tous-east-1)Expected Behavior
Bedrock models should appear in the WebUI model picker, grouped under "AWS Bedrock".
Actual Behavior
Bedrock is silently dropped from the provider groups list. No error is logged. The agent CLI (
hermes model) correctly shows 49 bedrock models.Environment
ui-server/config.py