UNPKG

capsule-ai-cli

Version:

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

8 lines 233 B
export declare enum Mode { CHAT = "chat", AGENT = "agent", PLAN = "plan", FUSION = "fusion" } export declare function startInteractiveMode(options: any): Promise<void>; //# sourceMappingURL=interactive-prompt.d.ts.map