Function execute_agent_inline

Source
pub async fn execute_agent_inline(
    core: &AppCore,
    agent: AgentNode,
    input: &str,
) -> Result<String>