pub async fn run_server(config: Config) -> Result<()>Expand description
Run the HTTP server
Starts a long-running HTTP server on the configured host:port. Serves health, readiness, metrics, and agent execution endpoints. Handles graceful shutdown on SIGTERM/SIGINT.