UNPKG

capsule-ai-cli

Version:

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

9 lines 397 B
import { CommandRegistry, Command } from './types.js'; export declare const commandRegistry: CommandRegistry; export declare function getAllCommands(): Command[]; export declare function parseCommand(input: string): { command: string; args: string[]; }; export declare function executeCommand(input: string): Promise<import("./types.js").CommandResult>; //# sourceMappingURL=index.d.ts.map