Skip to main content

run_serve

Function run_serve 

Source
pub async fn run_serve(
    agent_loader: Arc<dyn AgentLoader>,
    port: u16,
) -> Result<()>
Expand description

Start a web server with the given agent loader.

This is a convenience wrapper kept for backward compatibility with existing examples. Prefer Launcher for new code.