Problem or motivation
I tried to look for google_drive creds. The agent didn't re-use the existing provider for google. Instead it created a fresh provider google_drive where I had to re-submit the client_id and client_creds.
This makes the management unnecessarily complicated.
Proposed solution
We can have an Alias logic implemented for providers.
| Canonical ID |
Recognized aliases |
| openai |
open_ai, open-ai |
| anthropic |
anthropic_ai |
| github |
gh, github_pat |
| google |
gmail, google_docs, google_drive, google_oauth |
| minimax |
mini_max, mini-max |
| supabase |
supa, supabase_db |
Alternatives considered
No response
Area
Provider registry / bundled providers
Additional context
No response
Problem or motivation
I tried to look for
google_drivecreds. The agent didn't re-use the existing provider for google. Instead it created a fresh providergoogle_drivewhere I had to re-submit the client_id and client_creds.This makes the management unnecessarily complicated.
Proposed solution
We can have an Alias logic implemented for providers.
Alternatives considered
No response
Area
Provider registry / bundled providers
Additional context
No response