capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
15 lines • 402 B
TypeScript
export declare class PromptCLI {
private running;
private commands;
private fileHandler;
private commandMap;
constructor();
private buildCommandMap;
private setupCommands;
private showHelp;
private processCommand;
private sendMessage;
start(): Promise<void>;
}
export declare function startPromptCLI(): Promise<void>;
//# sourceMappingURL=prompt-cli.d.ts.map