UNPKG

capsule-ai-cli

Version:

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

13 lines 305 B
import React from 'react'; export declare enum Mode { CHAT = "chat", AGENT = "agent", PLAN = "plan", FUSION = "fusion" } export declare const InteractiveCLI: React.FC<{ model: string; provider: string; }>; export default InteractiveCLI; //# sourceMappingURL=InteractiveCLI.d.ts.map