run
abstract suspend fun run(input: Input, sessionInputs: AdditionalInputs = AdditionalInputs.None): 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.
sessionInputs
Optional additional inputs for the session execution.