@cosmicstack/mercury-agent 0.3.4 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -181,6 +181,9 @@ Configure multiple LLM providers. Mercury tries them in order and falls back aut
181
181
  - **DeepSeek** — default, cost-effective
182
182
  - **OpenAI** — GPT-4o-mini and others
183
183
  - **Anthropic** — Claude and others
184
+ - **Grok / xAI** — OpenAI-compatible Grok models
185
+ - **Ollama Cloud** — remote Ollama models via API key
186
+ - **Ollama Local** — models running on your local Ollama instance
184
187
 
185
188
  ## Architecture
186
189