@cosmicstack/mercury-agent 0.3.3 → 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 +3 -0
- package/dist/index.js +789 -291
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
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
|
|