UNPKG

cui-server

Version:

Web UI Agent Platform based on Claude Code

7 lines 249 B
/** * Generate a machine ID based on hostname and MAC address * Format: {hostname}-{16char_hash} * Example: "wenbomacbook-a1b2c3d4e5f6g7h8" */ export declare function generateMachineId(): Promise<string>; //# sourceMappingURL=machine-id.d.ts.map