capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
13 lines • 323 B
TypeScript
import React from 'react';
export declare enum Mode {
CHAT = "chat",
AGENT = "agent",
PLAN = "plan",
FUSION = "fusion"
}
export declare const SimpleInteractiveCLI: React.FC<{
model: string;
provider: string;
}>;
export default SimpleInteractiveCLI;
//# sourceMappingURL=SimpleInteractiveCLI.d.ts.map