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.