feat: add Anthropic client wrapper

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-02-02 20:54:17 -08:00
parent 93f86fe749
commit 75e64b534d
4 changed files with 104 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { AnthropicClient, type AnthropicClientConfig } from './anthropic.js';
export type { Message, ChatRequest, ChatResponse, ModelClient } from './types.js';