adk-python/tests
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
..
integration Move public_utils to utils in tests 2025-05-21 16:35:11 -07:00
unittests 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
__init__.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00