class documentation
class GoogleAdkPlugin(SimplePlugin): (source)
Constructor: GoogleAdkPlugin(toolset_providers)
A Temporal Worker Plugin configured for ADK.
This plugin configures: - Pydantic Payload Converter (required for ADK objects). - Sandbox Passthrough for google.adk and google.genai modules.
| Method | __init__ |
Initializes the Temporal ADK Plugin. |
| Method | _configure |
Undocumented |
Inherited from SimplePlugin:
| Method | configure |
See base class. |
| Method | configure |
See base class. |
| Method | configure |
See base class. |
| Async Method | connect |
See base class. |
| Method | name |
See base class. |
| Async Method | run |
See base class. |
| Async Method | run |
See base class. |
| Instance Variable | activities |
Undocumented |
| Instance Variable | data |
Undocumented |
| Instance Variable | interceptors |
Undocumented |
| Instance Variable | nexus |
Undocumented |
| Instance Variable | run |
Undocumented |
| Instance Variable | workflow |
Undocumented |
| Instance Variable | workflow |
Undocumented |
| Instance Variable | workflows |
Undocumented |
| Instance Variable | _name |
Undocumented |
overrides
temporalio.plugin.SimplePlugin.__init__Initializes the Temporal ADK Plugin.
| Parameters | |
toolsetlist[ | Optional list of toolset providers for MCP integration. |