[CRITICAL] Fix Provider Fallback Chain — try/except/continue #445
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
KT Bezalel Architecture Session 2026-04-08 — Immediate Priority #2
Problem
The cascade failure pattern: agent tries a new provider → provider returns error or incompatible response → instead of skipping to next provider, the agent dies or corrupts its own config.
This is what killed the fleet when evaluating MiMo V2 Pro.
Required Fix
Golden State Provider Chain
Per PR #440 (Anthropic purge), the golden state is:
Pseudocode
Acceptance Criteria
Dependencies