afterRun

open suspend override fun afterRun(invocationContext: InvocationContext)

Callback executed after the ADK runner completes its execution.

Ideal for final logging, telemetry reporting, or cleanup after a successful or failed run.

Parameters

invocationContext

The context for the entire invocation.