feat(server-utils): Migrate Anthropic integration to orchestrion#21902
Merged
Conversation
Contributor
size-limit report 📦
|
1d6fd6c to
0d7ee88
Compare
0d7ee88 to
bea02b1
Compare
93f01d8 to
0d7e903
Compare
e4dc3e2 to
67c5f63
Compare
0d7e903 to
b21fbd0
Compare
andreiborza
approved these changes
Jul 2, 2026
77de8ea to
3f1e52c
Compare
Adds an orchestrion based Anthropic integration to server-utils, covering all the APIs (messages, completions, models, beta messages) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the necessary utils that are needed for the orchestrion integration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3f1e52c to
e56fd89
Compare
JPeer264
approved these changes
Jul 2, 2026
JPeer264
left a comment
Member
There was a problem hiding this comment.
LGTM. Tests are failing, seems like the origin is wrong asserted
logaretm
reviewed
Jul 3, 2026
…strion # Conflicts: # packages/server-utils/src/orchestrion/index.ts
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…pic integration Let errors bubble to the global handlers instead of capturing them as unhandled at the instrumentation level, matching the DB/cache channel subscribers. The default-integration tests branch their error-event expectation since the OTel path still captures it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d58409e. Configure here.
…strion # Conflicts: # packages/server-utils/src/orchestrion/channels.ts # packages/server-utils/src/orchestrion/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds an orchestrion (diagnostics-channel injection) based Anthropic integration to server-utils, covering all APIs (messages, completions, models, beta messages) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the utils the orchestrion integration needs.
Closes #20911