UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

12 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.statusMappings = void 0; // Export status mappings for potential future use exports.statusMappings = { 'Job Scheduled': 'Scheduled', 'Job Executed': 'Ready', 'Job in Progress': 'Initializing', 'Job Failed': 'Failed', 'Deleting': 'Deleting', }; //# sourceMappingURL=statusMapping.js.map