module documentation

Workflow utilities for Google ADK agents integration with Temporal.

Function activity_tool Decorator/Wrapper to wrap a Temporal Activity as an ADK Tool.
def activity_tool(activity_def: Callable, **kwargs: Any) -> Callable: (source) ΒΆ

Decorator/Wrapper to wrap a Temporal Activity as an ADK Tool.

This ensures the activity's signature is preserved for ADK's tool schema generation while marking it as a tool that executes via 'workflow.execute_activity'.