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) • 449 B
text/typescript
export { BaseConfigManager } from './base.manager.cjs';
export { ConfigManager } from './config.manager.cjs';
export { ConfigDisplayManager } from './display.manager.cjs';
export { InteractiveConfigManager } from './interactive.manager.cjs';
export { ProviderConfigManager } from './provider-config.manager.cjs';
import '../../shared/types.cjs';
import '../interfaces/config-manager.interface.cjs';
import '../interfaces/persistence.interface.cjs';