Skip to main content

handle_agent_create_programmatic

Function handle_agent_create_programmatic 

Source
pub fn handle_agent_create_programmatic(
    params: CreateAgentParams,
) -> Result<AgentInfo, JacsError>
Expand description

Programmatic agent creation for non-interactive use.

Accepts pre-built CreateAgentParams and delegates to SimpleAgent::create_with_params(). Use this when integrating CLI commands with the programmatic API.