UNPKG

capsule-ai-cli

Version:

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

12 lines 389 B
import { BashTool } from './bash.js'; import { ToolExecutionContext } from '../types.js'; export declare class BashUnifiedTool extends BashTool { constructor(); protected run(params: { command: string; timeout?: number; cwd?: string; stream?: boolean; }, context: ToolExecutionContext): Promise<any>; } //# sourceMappingURL=bash-unified.d.ts.map