UNPKG

codecrucible-synth

Version:

Production-Ready AI Development Platform with Multi-Voice Synthesis, Smithery MCP Integration, Enterprise Security, and Zero-Timeout Reliability

6 lines (5 loc) 171 B
export interface REPLInterface { showStatus(): Promise<void>; listModels(): Promise<void>; executePromptProcessing(prompt: string, options: any): Promise<string>; }