UNPKG

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 (9 loc) 533 B
export { AdvancedSessionOperations } from './advanced-operations.cjs'; export { startChatSession } from './chat-session.cjs'; export { startEnhancedChatSession } from './enhanced-chat-session.cjs'; export { streamChatResponse } from './response-handler.cjs'; export { SessionActionChoice, SessionSelectionOptions, SessionSelector } from './session-selector.cjs'; import '../../../../core/session/session-manager.cjs'; import '../types.cjs'; import '../../../../core/database/manager.cjs'; import '../../../../core/shared/types.cjs';