UNPKG

tlnt

Version:

TLNT - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. Self-optimizing multi-domain AI agent with continuous learning and enterprise-grade performance monitoring.

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