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.

10 lines 343 B
import type { AgentHub } from '../core/agentHub.js'; import type { HubAdapter } from '../integrations/agency/hubAdapter.js'; export declare class TUI { private agentHub; private hubAdapter; constructor(agentHub: AgentHub, hubAdapter: HubAdapter); start(): Promise<void>; private cleanup; } //# sourceMappingURL=tui.d.ts.map