Skip to content

feat: move anthropic ADK integration in-repo#11

Merged
apzuk3 merged 2 commits intomainfrom
feat/inrepo-anthropic-model
Mar 17, 2026
Merged

feat: move anthropic ADK integration in-repo#11
apzuk3 merged 2 commits intomainfrom
feat/inrepo-anthropic-model

Conversation

@apzuk3
Copy link
Copy Markdown
Owner

@apzuk3 apzuk3 commented Mar 17, 2026

Summary

  • replace the external github.com/Alcova-AI/adk-anthropic-go dependency with an in-repo Anthropic model implementation under model/anthropic
  • port request/response/stream translation logic for Anthropic messages and tool calls into local code
  • update createModel to route claude-* models through the new local package using direct Anthropic provider config

Testing

  • go test ./...

apzuk3 added 2 commits March 17, 2026 16:44
Replace the external adk-anthropic wrapper with a local model/anthropic implementation and wire claude-* model creation to use it directly.
Port key request builder and streaming/response mapping tests from the reference PR into the in-repo model/anthropic implementation.
@apzuk3 apzuk3 merged commit f70d39f into main Mar 17, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant