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

Method __init__

tests/unittests/tools/test_agent_tool.py:104–120  ·  view source on GitHub ↗
(
        self,
        *,
        app_name: str,
        agent: Agent,
        artifact_service,
        session_service,
        memory_service,
        credential_service,
        plugins,
    )

Source from the content-addressed store, hash-verified

102 class StubRunner:
103
104 def __init__(
105 self,
106 *,
107 app_name: str,
108 agent: Agent,
109 artifact_service,
110 session_service,
111 memory_service,
112 credential_service,
113 plugins,
114 ):
115 del artifact_service, memory_service, credential_service
116 captured['runner_app_name'] = app_name
117 self.agent = agent
118 self.session_service = session_service
119 self.plugin_manager = PluginManager(plugins=plugins)
120 self.app_name = app_name
121
122 def run_async(
123 self,

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

PluginManagerClass · 0.90

Tested by

no test coverage detected