UNPKG

capsule-ai-cli

Version:

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

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