module documentation

Undocumented

Function setup_deterministic_runtime Configures ADK runtime for Temporal determinism.
Class _AdkPayloadConverter PayloadConverter for Google ADK that strips unset None fields.
Function _stacklevel_outside_temporalio Undocumented
Function _warn_if_global_otel_providers_not_replay_safe Undocumented
def setup_deterministic_runtime(): (source)

Configures ADK runtime for Temporal determinism.

Warning

This function is experimental and may change in future versions. Use with caution in production environments.

This should be called at the start of a Temporal Workflow before any ADK components (like SessionService) are used, if they rely on runtime.get_time() or runtime.new_uuid().

def _stacklevel_outside_temporalio() -> int: (source)

Undocumented

def _warn_if_global_otel_providers_not_replay_safe(): (source)

Undocumented