Skip to main content

create_agent

Function create_agent 

Source
pub fn create_agent(
    model: Arc<dyn ChatModel>,
    tools: Vec<Arc<dyn Tool>>,
    options: AgentOptions,
) -> Result<CompiledGraph<MessageState>, SynapticError>
Expand description

Create a prebuilt agent graph with full middleware and store support.