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