UNPKG

capsule-ai-cli

Version:

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

12 lines 332 B
import React from 'react'; interface StatusBarProps { mode: 'agent' | 'plan' | 'orchestrator' | 'auto'; model: string; provider: string; tokenCount: number; tokenLimit: number; isPasting?: boolean; } export declare const StatusBar: React.FC<StatusBarProps>; export {}; //# sourceMappingURL=StatusBar.d.ts.map