UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

11 lines 485 B
import { ToolExecution, ToolProgress } from '../tools/types.js'; export declare class ToolDisplay { private activeExecutions; n: any; displayToolStart(execution: ToolExecution): void; displayProgress(executionId: string, progress: ToolProgress): void; displayToolComplete(execution: ToolExecution): void; displayToolReference(toolName: string, parameters: any): string; } export declare const toolDisplay: ToolDisplay; //# sourceMappingURL=tool-display.d.ts.map