maple.server.daemon.VLADaemon.__init__

VLADaemon.__init__(port: int, device: str, health_check_interval: float = 30.0)

Initialize the MAPLE daemon.

Sets up the FastAPI application, initializes backend registries, configures health monitoring, and registers cleanup handlers.

Parameters:
  • port – Port number for the HTTP server to listen on.

  • device – Default device for policy containers (e.g., ‘cuda:0’, ‘cpu’).

  • health_check_interval – Interval in seconds between health checks.