Skip to main content

app

Application lifecycle, health checks, and platform information. Use app to verify the engine is running, query its version and features, or shut down the application.

Import

import { app } from "@hmcs/sdk";

Functions

FunctionDescription
healthReturns true if the engine is reachable and healthy
infoReturns metadata about the running engine instance
exitShuts down the Desktop Homunculus application gracefully

See also: Type Definitions