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.

26 lines 672 B
/** * Interactive Demo Script for Blax v2.0 * Demonstrates key features through automated scenarios */ export declare class DemoScript { private options; private launcher?; private dealRegistry?; private agentHub?; private messageBus?; private currentStep; constructor(options?: { interactive?: boolean; skipIntro?: boolean; demoType?: 'full' | 'quick' | 'advanced'; }); runDemo(): Promise<void>; private showIntro; private getDemoSteps; private executeStep; private showOutro; private waitForUser; private wait; cleanup(): Promise<void>; } //# sourceMappingURL=demoScript.d.ts.map