Skip to main content

run

Function run 

Source
pub fn run<A: Agent>(
    agent: A,
    input: RunAgentInput,
) -> impl Stream<Item = Result<Event>> + Send
Expand description

Runs agent against input with no transformers and a fresh cancellation token.

Runner is the same thing with knobs.