pub async fn invoke_agent<R: CommandRunner>(
runner: &R,
invocation: &AgentInvocation,
) -> Result<AgentResult>Expand description
Invoke an agent via the command runner.
pub async fn invoke_agent<R: CommandRunner>(
runner: &R,
invocation: &AgentInvocation,
) -> Result<AgentResult>Invoke an agent via the command runner.