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.

14 lines 479 B
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