Compare commits

...

1 Commits

Author SHA1 Message Date
HAL9000 a6c901835d docs(spec): extend agents diagnostics example to show all 9 supported providers
Updated the Provider API keys section in docs/reference/diagnostics_checks.md to document all 9 supported LLM providers: OpenAI, Anthropic, Google, Azure OpenAI, OpenRouter, Google Gemini, Cohere, Groq, and Together AI. This aligns the documentation with the actual implementation in src/cleveragents/cli/commands/system.py which already checks all 9 providers.
2026-04-22 10:29:09 +00:00
+5 -2
View File
@@ -51,9 +51,12 @@ One sub-check is emitted per provider.
| OpenAI | `OPENAI_API_KEY` | warn |
| Anthropic | `ANTHROPIC_API_KEY` | warn |
| Google | `GOOGLE_API_KEY` | warn |
| Google Gemini | `GEMINI_API_KEY` | warn |
| Hugging Face | `HF_TOKEN` | warn |
| Azure OpenAI | `AZURE_OPENAI_API_KEY` | warn |
| OpenRouter | `OPENROUTER_API_KEY` | warn |
| Google Gemini | `GEMINI_API_KEY` | warn |
| Cohere | `COHERE_API_KEY` | warn |
| Groq | `GROQ_API_KEY` | warn |
| Together AI | `TOGETHER_API_KEY` | warn |
| Status | Condition | Remediation |
|--------|-----------|-------------|