adk-python/tests/unittests
avidelatm 7fc09b2c64 chore: Adding regex for claude-4 models to anthropic_llm and updating tests
Copybara import of the project:

--
824b4379d59a375191f8ce10997efd4021d5d0b3 by Andres Videla <andres.videla@trademe.co.nz>:

Adding regex for claude-4 models to anthropic_llm and updating tests

--
8fa2a2df1931026dc803eee0e9b60e82e90c9efa by Wei Sun (Jack) <Jacksunwei@gmail.com>:

Adds trailing comma.

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/934 from avidelatm:feature/add-support-for-claude-4-models-to-anthropic_llm 8d10bacdbec952ec9832180ac6c1d220916641da
PiperOrigin-RevId: 764396694
2025-05-28 13:39:04 -07:00
..
agents chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
artifacts chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
auth chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
cli feat: extract agent loading logic from fast_api.py to a separate AgentLoader class and support more agent definition folder/file structure. 2025-05-27 14:14:51 -07:00
code_executors chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
evaluation chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
fast_api chore: fix unit tests 2025-05-27 23:07:29 -07:00
flows chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
models chore: Adding regex for claude-4 models to anthropic_llm and updating tests 2025-05-28 13:39:04 -07:00
sessions chore: fix unit tests 2025-05-27 23:07:29 -07:00
streaming Move public_utils to utils in tests 2025-05-21 16:35:11 -07:00
tools feat: add BigQuery first-party tools. 2025-05-28 00:59:19 -07:00
utils Move public_utils to utils in tests 2025-05-21 16:35:11 -07:00
__init__.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00
conftest.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00
test_telemetry.py chore: fix unit tests 2025-05-27 23:07:29 -07:00
testing_utils.py refactor: rename agent_dir to agents_dir and rename app_id to app_name in fast_api.py to make it consistent among every endpoints 2025-05-26 11:51:19 -07:00