run_agent

Function run_agent 

Source
pub async fn run_agent(
    agent: &AgentValue,
    input: Option<String>,
    llm: &dyn LLMClient,
) -> GentResult<String>
Expand description

Run an agent with the given input (simple, no tools)