capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
16 lines • 395 B
JavaScript
export const keysCommand = {
name: 'keys',
description: 'Configure API keys',
alias: ['k'],
async execute() {
return {
success: true,
action: 'none',
data: {
type: 'configure-keys',
providers: ['openrouter', 'google-search', 'serp-api']
}
};
}
};
//# sourceMappingURL=keys.js.map