Package-level declarations

Types

Link copied to clipboard
abstract class AbstractRunner : Runner

An abstract base class for Runner implementations that provides common orchestration logic.

Link copied to clipboard

An in-memory implementation of a Runner that manages the lifecycle of a BaseAgent execution.

Link copied to clipboard
open class ReplRunner(agent: BaseAgent) : InMemoryRunner

A runner for Kotlin agents that provides a simple REPL for debugging.

Link copied to clipboard
interface Runner

The Runner interface defines the contract for running agents.