feat(multi-agent): extend model fallback to general-purpose subagent

This commit is contained in:
CREDO23 2026-05-05 18:12:38 +02:00
parent 1745d7dccf
commit b394dc71c7
2 changed files with 17 additions and 0 deletions

View file

@ -45,6 +45,7 @@ _FALLBACK_ELIGIBLE_NAMES: frozenset[str] = frozenset(
"RemoteProtocolError",
"TimeoutError",
"TimeoutException",
# Can be extended to other exceptions in the future
}
)