MCPcopy Index your code
hub / github.com/google/adk-python / _get_agent_module

Function _get_agent_module

src/google/adk/cli/cli_eval.py:70–73  ·  view source on GitHub ↗
(agent_module_file_path: str)

Source from the content-addressed store, hash-verified

68
69
70def _get_agent_module(agent_module_file_path: str):
71 file_path = os.path.join(agent_module_file_path, "__init__.py")
72 module_name = "agent"
73 return _import_from_path(module_name, file_path)
74
75
76def get_default_metric_info(

Callers 2

get_root_agentFunction · 0.85
try_get_reset_funcFunction · 0.85

Calls 2

_import_from_pathFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected