Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/adk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: google/adk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 348 files changed
  • 12 contributors

Commits on Mar 18, 2026

  1. feat: ADK 2.0 alpha

    Introduces two major capabilities:
    - Workflow runtime: graph-based execution engine for composing
      deterministic execution flows for agentic apps, with support for
      routing, fan-out/fan-in, loops, retry, state management, dynamic
      nodes, human-in-the-loop, and nested workflows
    - Task API: structured agent-to-agent delegation with multi-turn
      task mode, single-turn controlled output, mixed delegation
      patterns, human-in-the-loop, and task agents as workflow nodes
    
    Co-Authored-By: Bo Yang <[email protected]>
    Co-Authored-By: George Weale <[email protected]>
    Co-Authored-By: Sean Zhou <[email protected]>
    Co-Authored-By: Shangjie Chen <[email protected]>
    Co-Authored-By: Swapnil Agarwal <[email protected]>
    Co-Authored-By: Wei Sun <[email protected]>
    Co-Authored-By: Xuan Yang <[email protected]>
    Co-Authored-By: Yifan Wang <[email protected]>
    Change-Id: I35932c50cfe29ff68559e3781713dbb5eb7b3382
    9 people committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    1c64a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5c39a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d78c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4af7cbb View commit details
    Browse the repository at this point in the history
  5. chore: merge release v2.0.0a1 to v2 (#4882)

    Co-authored-by: sasha-gitg <[email protected]>
    Co-authored-by: Jacksunwei <[email protected]>
    3 people authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    f591429 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. fix: Exclude compromised LiteLLM versions from dependencies pin to 1.…

    …82.6
    
    Versions 1.82.7 and 1.82.8 of LiteLLM were affected by a supply chain attack and are now explicitly excluded from the dependency constraints for both project and dev dependencies.
    
    Co-authored-by: George Weale <[email protected]>
    PiperOrigin-RevId: 888818704
    GWeale authored and sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    79ed953 View commit details
    Browse the repository at this point in the history
  2. fix: add protection for arbitrary module imports

    Close #4947
    
    Co-authored-by: George Weale <[email protected]>
    PiperOrigin-RevId: 888296476
    GWeale authored and sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    0019801 View commit details
    Browse the repository at this point in the history
  3. fix: gate builder endpoints behind web flag

    Co-authored-by: Sasha Sobran <[email protected]>
    PiperOrigin-RevId: 888850792
    sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    584283e View commit details
    Browse the repository at this point in the history
  4. fix: add agent name validation to prevent arbitrary module imports

    Co-authored-by: Sasha Sobran <[email protected]>
    PiperOrigin-RevId: 889890969
    sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    be094f7 View commit details
    Browse the repository at this point in the history
  5. fix: Default to ClusterIP so GKE deployment isn't publicly exposed by…

    … default
    
    Co-authored-by: Sasha Sobran <[email protected]>
    PiperOrigin-RevId: 890025323
    sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    27aed23 View commit details
    Browse the repository at this point in the history
  6. fix: Update eval extras to Vertex SDK package version with constraine…

    …d LiteLLM upperbound
    
    Co-authored-by: Sasha Sobran <[email protected]>
    PiperOrigin-RevId: 889449878
    sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a86d0aa View commit details
    Browse the repository at this point in the history
  7. fix: enforce allowed file extensions for GET requests in the builder API

    Co-authored-by: Sasha Sobran <[email protected]>
    PiperOrigin-RevId: 889912141
    sasha-gitg committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    68ece4e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5013 from google/v2-cherry-pick

    chore: Add fixes to v2
    sasha-gitg authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    c30ec93 View commit details
    Browse the repository at this point in the history
Loading