Conversation
…orwarded down to target (BerriAI#19524) * test_vertex_passthrough_forwards_anthropic_beta_header * add_incoming_headers
…ed down to LLM API (BerriAI#19542) * fix ALLOWED_VERTEX_AI_PASSTHROUGH_HEADERS * test_vertex_passthrough_forwards_anthropic_beta_header * fix test_vertex_passthrough_forwards_anthropic_beta_header * test_vertex_passthrough_does_not_forward_litellm_auth_token * fix utils * Using Anthropic Beta Features on Vertex AI * test_forward_headers_from_request_x_pass_prefix
…n a separate process (BerriAI#19427)
These were temporary debugging scripts with hardcoded credentials that should not be part of the codebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
What
This is the stable v1.81.0-agentcore release branch containing 401 commits and 290K+ lines of new features, fixes, and documentation. Major changes include A2A (agent-to-agent) protocol implementation, lazy import system refactoring for performance, comprehensive proxy server updates with enhanced team/key management, 8+ LLM provider integrations, extensive dashboard component refactoring, and 1026+ bug fixes across the codebase.
Key Architectural Improvements
Core SDK Enhancements
_lazy_imports.py,_lazy_imports_registry.py) for faster module initializationa2a_protocol/) with streaming and cost calculationARCHITECTURE.md) for contributor guidanceAI Gateway (Proxy) Improvements
Provider Ecosystem
/messagesAPIPerformance & Reliability
Testing & Quality
Documentation
/docs/my-website/Files Modified
Core Changes:
litellm/__init__.py,litellm/proxy/proxy_server.py,litellm/proxy/management_endpoints/team_endpoints.pyNew Modules:
litellm/_lazy_imports.py,litellm/_lazy_imports_registry.py,litellm/a2a_protocol/(8 files)UI/Dashboard: 453 files in
ui/litellm-dashboard/with test coverage expansionTests: 692 test files across
tests/directory with 12,153 insertionsDocumentation: 335+ files including architecture guide, provider docs, troubleshooting guides
Total Impact: 2,433 files changed, +290,524 lines added, -48,770 lines removed
Testing
This release includes:
make test-unitshould pass with all 85+ test suitesGenerated with Claude Code