/**
 * Text Generator Entry File
 * Provides basic text generation functionality
 */
export { LLM } from './llm/core';
export type { LLMConfig } from './llm/core';
