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.

17 lines 525 B
import type { AgentHub } from '../core/agentHub.js'; import type { HubAdapter } from '../integrations/agency/hubAdapter.js'; export declare class SimpleTUI { private agentHub; private hubAdapter; private rl; constructor(agentHub: AgentHub, hubAdapter: HubAdapter); start(): Promise<void>; private startInteractiveLoop; private showHelp; private showStatus; private showSkills; private showAgents; private showDeals; private handleChat; } //# sourceMappingURL=simpleTui.d.ts.map