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 600 B
export interface BlaxConfig { api: { baseUrl: string; hubUrl: string; timeout: number; }; auth: { tokenUrl: string; clientId?: string; }; features: { telemetry: boolean; offlineMode: boolean; autoUpdate: boolean; }; domains: { primary: string; api: string; docs: string; status: string; }; } export declare const defaultConfig: BlaxConfig; export declare function getBlaxConfig(): BlaxConfig; export declare const blaxConfig: BlaxConfig; //# sourceMappingURL=blax.d.ts.map