refactor(anthropic-vertex): move SDK runtime to plugin (#71174)

* refactor(anthropic-vertex): move sdk runtime to plugin

* fix(anthropic-vertex): stage provider runtime deps

* fix(anthropic-vertex): reuse stream factory wrapper
This commit is contained in:
Vincent Koc
2026-04-24 11:52:35 -07:00
committed by GitHub
parent 07f33b2909
commit d795000377
10 changed files with 350 additions and 216 deletions

View File

@@ -6,11 +6,6 @@
"class": "core-runtime",
"risk": ["protocol-client"]
},
"@anthropic-ai/vertex-sdk": {
"owner": "provider:anthropic-vertex",
"class": "default-runtime-initially",
"risk": ["provider-sdk"]
},
"@clack/prompts": {
"owner": "core:cli",
"class": "core-runtime",