blax
Version:
Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.
14 lines • 479 B
TypeScript
import React from 'react';
import { MessageBus } from '../core/messageBus.js';
import { WatchdogMonitor } from './watchdogMonitor.js';
interface AgentWatchProps {
messageBus: MessageBus;
watchdog: WatchdogMonitor;
}
/**
* Terminal User Interface for Agent Watch Mode
* Provides real-time monitoring and control of HMS Dev agents
*/
export declare const AgentWatchTUI: React.FC<AgentWatchProps>;
export default AgentWatchTUI;
//# sourceMappingURL=agentWatchTui.d.ts.map