webclaw/crates/webclaw-llm
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
..
src feat(llm): wire Atlas Cloud as opt-in last-resort provider 2026-07-22 18:08:25 +02:00
Cargo.toml Initial release: webclaw v0.1.0 — web content extraction for LLMs 2026-03-23 18:31:11 +01:00