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.