UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 250 B
//#region src/gateway/worker-environments/device-provider-identity.ts /** Stable provider identity persisted on paired-device worker environments. */ const DEVICE_WORKER_PROVIDER_ID = "device"; //#endregion export { DEVICE_WORKER_PROVIDER_ID as t };