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
10 lines (7 loc) • 555 B
text/typescript
import { DatabaseManager } from '../../../../core/database/manager.cjs';
import '../../../../core/shared/types.cjs';
declare const validateProfile: (profile: string, options: any) => void;
declare const handleSession: (dbManager: DatabaseManager, profile: string, options: any) => Promise<string>;
declare const validateCredentials: (profile: string, options: any) => any;
declare const logProcessingInfo: (profile: string, filteredQuery: string, options: any) => void;
export { handleSession, logProcessingInfo, validateCredentials, validateProfile };