webclaw/crates/webclaw-llm/src
Valerio bf7d747021 feat(llm): wire Atlas Cloud as opt-in last-resort provider
Atlas Cloud was merged as a provider type but wasn't reachable from the
binaries — nothing constructed it, so ATLASCLOUD_API_KEY had no effect.
Add it to ProviderChain::default() after Anthropic, gated on its key, so
it's only active when explicitly configured and never preempts an
already-configured provider. Also add an ATLASCLOUD_MODEL env fallback so
chain users (new(None, None, None)) can override the model, matching the
existing GEMINI_MODEL pattern.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 18:08:25 +02:00
..
providers feat(llm): wire Atlas Cloud as opt-in last-resort provider 2026-07-22 18:08:25 +02:00
chain.rs feat(llm): wire Atlas Cloud as opt-in last-resort provider 2026-07-22 18:08:25 +02:00
clean.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
error.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
extract.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
lib.rs feat(llm): add Gemini provider and fix stale Anthropic default model 2026-06-16 15:52:37 +02:00
provider.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
summarize.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00
testing.rs Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00