module documentation

Undocumented

Function setup_deterministic_runtime Configures ADK runtime for Temporal determinism.
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().