Skip to main content

invoke_agent

Function invoke_agent 

Source
pub async fn invoke_agent<R: CommandRunner>(
    runner: &R,
    invocation: &AgentInvocation,
) -> Result<AgentResult>
Expand description

Invoke an agent via the command runner.