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)
pub async fn run_agent(
agent: &AgentValue,
input: Option<String>,
llm: &dyn LLMClient,
) -> GentResult<String>Run an agent with the given input (simple, no tools)