- Notifications
You must be signed in to change notification settings - Fork3k
Comparing changes
Open a pull request
base repository:google/adk-python
Uh oh!
There was an error while loading.Please reload this page.
base:v1.24.0
head repository:google/adk-python
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.24.1
- 9commits
- 39files changed
- 6contributors
Commits on Feb 5, 2026
chore: Remove unused tzlocal dependency and logging
The `tzlocal` library and the logging of the local timezone were not used in the `DatabaseSessionService` logic.Co-authored-by: Liang Wu <wuliang@google.com>PiperOrigin-RevId: 865677320
feat(otel): add extra attributes to span generated with `opentelemetr…
…y-instrumentation-google-genai`PiperOrigin-RevId: 865825792
fix: Refactor context filtering to better handle multi-turn invocations
The definition of an "invocation" for context filtering has been updated. An invocation now starts with a user message and can include multiple model turns (like the tool calls and responses) until the next user message. The filtering logic has been rewritten to identify invocation start points based on human user messagesClose#4296Co-authored-by: George Weale <gweale@google.com>PiperOrigin-RevId: 866023290
feat: Add progress_callback support to MCPTool and MCPToolset
Fixes:#3811Co-authored-by: Xuan Yang <xygoogle@google.com>PiperOrigin-RevId: 866025995
chore: Improve type hints and handle None values in ADK utils
Co-authored-by: George Weale <gweale@google.com>PiperOrigin-RevId: 866025998
fix: adding back deprecated eval endpoint for web until we migrate
Co-authored-by: Yifan Wang <wanyif@google.com>PiperOrigin-RevId: 866049699
chore: update adk web files, updated eval dialog colors, and fixed a2…
…ui component typesCo-authored-by: Yifan Wang <wanyif@google.com>PiperOrigin-RevId: 866057812
feat: Add experimental agent tool simulator
PiperOrigin-RevId: 866100611
chore(version): Bumps version to 1.24.1 patch
Co-authored-by: Wei Sun (Jack) <weisun@google.com>PiperOrigin-RevId: 866107525
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.24.0...v1.24.1
Uh oh!
There was an error while loading.Please reload this page.