adk-python/tests/unittests/cli/utils
Xiang (Sean) Zhou 618c824994 feat: extract agent loading logic from fast_api.py to a separate AgentLoader class and support more agent definition folder/file structure.
Structures supported:
a) agents_dir/agent_name.py (with root_agent or agent.root_agent in it)
b) agents_dir/agent_name_folder/__init__.py (with root_agent or agent.root_agent in the package)
c) agents_dir/agent_name_folder/agent.py (where agent.py has root_agent)

PiperOrigin-RevId: 763943716
2025-05-27 14:14:51 -07:00
..
__init__.py No public description 2025-04-17 21:47:59 +00:00
test_agent_loader.py 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
test_cli_create.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_cli_deploy.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_cli_tools_click.py chore: reformat the code with autoformat.sh 2025-05-25 20:33:45 -07:00
test_cli.py chore: fix cli UT 2025-05-24 00:11:32 -07:00
test_evals.py No public description 2025-04-17 21:47:59 +00:00