Function execute_agent

Source
pub async fn execute_agent(
    core: &Arc<AppCore>,
    id: &str,
    input: &str,
) -> Result<String>