Add LiteLlm + TemporalModel integration test#1431
Merged
tconley1428 merged 4 commits intomainfrom Apr 10, 2026
Merged
Conversation
tconley1428
reviewed
Apr 9, 2026
50f99e2 to
654c80e
Compare
tconley1428
reviewed
Apr 9, 2026
tconley1428
reviewed
Apr 9, 2026
654c80e to
ffe8223
Compare
Add litellm and httpx to the GoogleAdkPlugin sandbox passthrough modules. Without this, any LiteLlm-backed model crashes inside the workflow sandbox because litellm transitively imports httpx which fails sandbox restrictions. Add an integration test proving LiteLlm works with TemporalModel through the full Temporal workflow path, using a fake litellm custom provider that requires no API key. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4362000 to
316bf50
Compare
tconley1428
approved these changes
Apr 10, 2026
Contributor
tconley1428
left a comment
There was a problem hiding this comment.
Update the PR description and title first.
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.
Summary
test_litellm_model) that runs a LiteLlm-backed agent through a full Temporal workflow using a fake litellm custom provider (no API key needed).litellmto dev dependencies.