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

Method __init__

tests/unittests/tools/test_agent_tool.py:630–632  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

628 class TrackingPlugin(BasePlugin):
629
630 def __init__(self, name: str):
631 super().__init__(name)
632 self.before_agent_calls = 0
633
634 async def before_agent_callback(self, **kwargs):
635 self.before_agent_calls += 1

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected