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 276 B
/** * Theme Configuration Command * * CLI command for managing tmux-style themes and configurations */ import { Command } from 'commander'; export declare function createThemeCommand(): Command; export default createThemeCommand; //# sourceMappingURL=themeCommand.d.ts.map