UNPKG

blax

Version:

Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.

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