mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-18 14:52:04 +00:00
feat(cli): add native Antigravity OAuth provider
This commit is contained in:
parent
29176ffecf
commit
8baa4e9976
25 changed files with 2371 additions and 18 deletions
|
|
@ -3100,6 +3100,38 @@ OPTIONAL_ENV_VARS = {
|
|||
"category": "provider",
|
||||
"advanced": True,
|
||||
},
|
||||
"HERMES_ANTIGRAVITY_CLIENT_ID": {
|
||||
"description": "Google OAuth client ID for google-antigravity (optional; discovered from agy when omitted)",
|
||||
"prompt": "Antigravity OAuth client ID (optional — leave empty to discover from agy)",
|
||||
"url": "https://console.cloud.google.com/apis/credentials",
|
||||
"password": False,
|
||||
"category": "provider",
|
||||
"advanced": True,
|
||||
},
|
||||
"HERMES_ANTIGRAVITY_CLIENT_SECRET": {
|
||||
"description": "Google OAuth client secret for google-antigravity (optional)",
|
||||
"prompt": "Antigravity OAuth client secret (optional)",
|
||||
"url": "https://console.cloud.google.com/apis/credentials",
|
||||
"password": True,
|
||||
"category": "provider",
|
||||
"advanced": True,
|
||||
},
|
||||
"HERMES_ANTIGRAVITY_CLI_PATH": {
|
||||
"description": "Path to agy/Antigravity CLI for OAuth client credential discovery",
|
||||
"prompt": "Antigravity CLI path (leave empty to search PATH/default locations)",
|
||||
"url": None,
|
||||
"password": False,
|
||||
"category": "provider",
|
||||
"advanced": True,
|
||||
},
|
||||
"HERMES_ANTIGRAVITY_PROJECT_ID": {
|
||||
"description": "GCP project ID for Antigravity OAuth (auto-discovered when omitted)",
|
||||
"prompt": "GCP project ID for Antigravity OAuth (leave empty to auto-discover)",
|
||||
"url": None,
|
||||
"password": False,
|
||||
"category": "provider",
|
||||
"advanced": True,
|
||||
},
|
||||
"OPENCODE_ZEN_API_KEY": {
|
||||
"description": "OpenCode Zen API key (pay-as-you-go access to curated models)",
|
||||
"prompt": "OpenCode Zen API key",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue