UNPKG

capsule-ai-cli

Version:

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

14 lines 370 B
export declare class StandardCLI { private rl; private fileHandler; private running; constructor(); private getPrompt; private updatePrompt; private showHelp; private handleCommand; private sendMessage; start(): Promise<void>; } export declare function startStandardCLI(): Promise<void>; //# sourceMappingURL=standard-cli.d.ts.map