blax
Version:
Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.
17 lines • 525 B
TypeScript
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