feat(M3-002): implement AnthropicAdapter for Claude Sonnet 4.6, Opus 4.6, and Haiku 4.5 (#309)
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #309.
This commit is contained in:
2026-03-21 21:33:55 +00:00
committed by jason.woltje
parent 6c6bcbdb7f
commit 5d4efb467c
5 changed files with 214 additions and 7 deletions

View File

@@ -1 +1,2 @@
export { OllamaAdapter } from './ollama.adapter.js';
export { AnthropicAdapter } from './anthropic.adapter.js';