Runner
The Runner interface defines the contract for running agents.
Inheritors
Properties
Functions
Link copied to clipboard
Rewinds the session to before the specified invocation.
Link copied to clipboard
abstract fun runAsync(userId: String, sessionId: String, invocationId: String? = null, newMessage: Content? = null, stateDelta: Map<String, Any>? = null, runConfig: RunConfig? = null): ERROR CLASS: Symbol not found for Flow<com/google/adk/kt/events/Event>
Main entry method to run the agent in this runner asynchronously.