run

abstract suspend fun run(input: Input): Output(source)

Executes the agent pipeline with the given context and input, producing an output.

Return

The output produced by the pipeline execution.

Parameters

input

The input provided to the pipeline during execution.