import { WrappedTaskAgent } from '../wrappedTaskAgent.ts'; import type { ExecutionContext } from '../../core/ExecutionContext.ts'; import type { ITool } from '../../tools/ITool.ts'; export declare class OperatorAgent extends WrappedTaskAgent { role: string; protected tools: ITool[]; protected readonly taskIntro = "Triage the following runtime situation and produce an operation report."; protected readonly outputFormat: string; protected readonly guardSuffix = " Triage the situation and report on it."; protected getSystemPrompt(_context: ExecutionContext): Promise; } //# sourceMappingURL=OperatorAgent.d.ts.map