rawi
Version:
Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into
11 lines (10 loc) • 556 B
text/typescript
export { createActCommand } from './act.command.cjs';
export { createAskCommand } from './ask.command.cjs';
export { createChatCommand } from './chat.command.cjs';
export { createCompletionCommand } from './completion.command.cjs';
export { createConfigureCommand } from './configure.command.cjs';
export { createExecCommand } from './exec.command.cjs';
export { createHistoryCommand } from './history.command.cjs';
export { createInfoCommand } from './info.command.cjs';
export { createProviderCommand } from './provider.command.cjs';
import 'commander';