AgentsWebService
Start the HTTP server. Blocks until the server is stopped. Raises
RuntimeError if FastAPI or uvicorn are not available.
When ssl_cert and ssl_key are provided, the server starts with HTTPS.
Otherwise, SSL configuration is loaded from the
SecurityConfig
environment variables.
Host address to bind to.
Port to bind to. Defaults to the port set in the constructor.
Path to an SSL certificate file. Overrides environment-based SSL configuration.
Path to an SSL key file. Overrides environment-based SSL configuration.
None — This method blocks and does not return until the server is stopped.