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

16 lines (15 loc) 1.45 kB
export { AdvancedSessionOperations } from './actions/advanced-operations.cjs'; export { startChatSession } from './actions/chat-session.cjs'; export { startEnhancedChatSession } from './actions/enhanced-chat-session.cjs'; export { streamChatResponse } from './actions/response-handler.cjs'; export { SessionActionChoice, SessionSelectionOptions, SessionSelector } from './actions/session-selector.cjs'; export { chatCommandOptions } from './options/index.cjs'; export { ChatMessage, ChatOptions, ChatSession, CommandOption, DatabaseConnectionError, DeleteSessionOptions, EnhancedChatSession, ExportSessionsOptions, ListSessionsOptions, MessageMetadata, ProfileMismatchError, SessionDisplayInfo, SessionError, SessionManager, SessionNotFoundError, SessionSelectionResult, SessionStats } from './types.cjs'; export { actOption } from './options/act.cjs'; export { profileOption } from './options/profile.cjs'; export { verboseOption } from './options/verbose.cjs'; export { archiveOption, backupOption, batchDeleteOption, formatOption, fromDateOption, limitOption, restoreOption, statsOption, toDateOption } from './options/advanced.cjs'; export { deleteSessionOption, exportSessionsOption, listSessionsOption, newSessionOption, newTitleOption, renameSessionOption, sessionOption } from './options/session.cjs'; import '../../../core/session/session-manager.cjs'; import '../../../core/database/manager.cjs'; import '../../../core/shared/types.cjs';