ReplRunner
A runner for Kotlin agents that provides a simple REPL for debugging.
Types
Link copied to clipboard
data class PendingInputRequest(val callId: String, val toolName: String, val options: List<String>?)
A paused long-running call awaiting a user-provided response (not a confirmation).
Properties
Functions
Link copied to clipboard
Applies the provided stateDelta to the given event.
Link copied to clipboard
open suspend override fun rewindAsync(userId: String, sessionId: String, rewindBeforeInvocationId: String)
Rewinds the session to before the specified invocation.