Skip to content

fix(agent): clarify auxiliary provider auth failures - #56842

Closed
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-56810
Closed

fix(agent): clarify auxiliary provider auth failures#56842
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-56810

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #56810.\n\nExplicit auxiliary providers that use OAuth/ADC/SDK credentials (for example Vertex) no longer fall through to an invented _API_KEY error when client construction returns None. The fallback error now preserves API-key guidance only for actual api_key providers and gives setup/auth guidance for non-API-key providers.\n\nTests: scripts/run_tests.sh tests/agent/test_auxiliary_client.py -k ExplicitProviderUnavailableErrors

@alt-glitch alt-glitch added type/bug Something isn't working comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint P2 Medium — degraded but workaround exists labels Jul 2, 2026
@kyssta-exe

Copy link
Copy Markdown
Contributor Author

Stale — 12-13 days without merge activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misleading "API key was found" RuntimeError for non-API-key OAuth/ADC providers in auxiliary tasks

3 participants