feat: add initial implementation of Simple AI Provider package
This commit is contained in:
7
src/providers/index.ts
Normal file
7
src/providers/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Provider exports
|
||||
* Centralizes all AI provider implementations for easy importing
|
||||
*/
|
||||
|
||||
export { BaseAIProvider } from './base.js';
|
||||
export { ClaudeProvider, type ClaudeConfig } from './claude.js';
|
Reference in New Issue
Block a user