Architecture refactor: core anthropic, runtime, smoke tiers, remove providers.common

This commit is contained in:
Alishahryar1 2026-04-24 20:03:14 -07:00
parent 66ef23072c
commit 26b8a29537
66 changed files with 1218 additions and 808 deletions

View file

@ -96,7 +96,6 @@ def test_model_mapping():
assert len(_stream_response_calls) == 1
args = _stream_response_calls[0][0]
assert args[0].model != "claude-3-haiku-20240307"
assert args[0].original_model == "claude-3-haiku-20240307"
def test_error_fallbacks():