@vfarcic/dot-ai
Version:
AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance
15 lines (14 loc) • 541 B
JavaScript
;
/**
* AI Provider Interface
*
* Provider-agnostic abstraction for AI services supporting multiple providers
* through Vercel AI SDK (19+ providers supported).
*
* This interface is extracted from actual ClaudeIntegration usage patterns
* across the codebase, ensuring backward compatibility and minimal migration effort.
*
* Phase 1 Implementation (PRD 73): Anthropic, OpenAI, Google
* Additional: AWS Bedrock, xAI Grok, OpenRouter, Custom endpoints
*/
Object.defineProperty(exports, "__esModule", { value: true });