UNPKG

codecrucible-synth

Version:

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

10 lines 581 B
/** * Core client module - Re-exports from refactored unified model client * This file bridges the old import structure with the new refactored system */ export { UnifiedModelClient } from '../refactor/unified-model-client.js'; import type { UnifiedClientConfig } from './types.js'; export type { UnifiedClientConfig } from './types.js'; export declare function createDefaultUnifiedClientConfig(): UnifiedClientConfig; export type { ProjectContext, ModelRequest, ModelResponse, MetricsData, ComplexityAnalysis, TaskType, } from './types.js'; //# sourceMappingURL=client.d.ts.map