UNPKG

codecrucible-synth

Version:

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

6 lines 221 B
export interface REPLInterface { showStatus(): Promise<void>; listModels(): Promise<void>; executePromptProcessing(prompt: string, options: any): Promise<string>; } //# sourceMappingURL=repl-interface.d.ts.map