Skip to main content

run_agents

Function run_agents 

Source
pub async fn run_agents<T: MoFAAgent>(
    agent: T,
    inputs: Vec<AgentInput>,
) -> AgentResult<Vec<AgentOutput>>
Expand description

创建并运行 Agent(多次执行)