UNPKG

blax

Version:

Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.

9 lines 271 B
/** * Panel Configuration Command * * CLI command for managing industry-specific panel modules */ import { Command } from 'commander'; export declare function createPanelCommand(): Command; export default createPanelCommand; //# sourceMappingURL=panelCommand.d.ts.map