adk-python/tests/unittests/cli
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
..
utils 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 No public description 2025-04-17 21:47:59 +00:00