pub fn run<A: Agent>( agent: A, input: RunAgentInput, ) -> impl Stream<Item = Result<Event>> + Send
Runs agent against input with no transformers and a fresh cancellation token.
agent
input
Runner is the same thing with knobs.
Runner