Skip to content

Commit 81421c6

Browse files
Merge branch 'google:main' into main
2 parents e9ac173 + 0c6974c commit 81421c6

107 files changed

Lines changed: 4167 additions & 1418 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/analyze-releases-for-adk-docs-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
pip install requests google-adk
48+
pip install requests "google-adk[db]"
4949
5050
- name: Restore session DB from cache
5151
if: ${{ github.event.inputs.resume == 'true' }}

.github/workflows/issue-analyze.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/issue-fix.yml

Lines changed: 0 additions & 129 deletions
This file was deleted.

.github/workflows/pr-analyze.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

.github/workflows/release-update-adk-web.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release: Update ADk Web
1+
name: "Release: Update ADk Web"
22

33
on:
44
workflow_dispatch:
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
TARGET_DIR="src/google/adk/cli/browser"
2929
REPO="${{ github.event.inputs.adk_web_repo }}"
30-
TAG="${{ github.event.inputs.adk_web_tag }}"
30+
TAG="${{ github.event.inputs.adk_web_tag }}"
3131
# Clean target directory
3232
rm -rf "$TARGET_DIR"/*
3333
mkdir -p "$TARGET_DIR"

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
exclude: ^(src/google/adk/cli/browser/|src/google/adk/v1/|v1_tests/)
12
repos:
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.6.0

CHANGELOG-v2.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

contributing/samples/adk_team/adk_documentation/adk_release_analyzer/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
http_status_codes=[429, 503],
7373
)
7474

75-
# Use gemini-3-pro-preview for planning and summary (better quality)
75+
# Use gemini-3.1-pro-preview for planning and summary (better quality)
7676
GEMINI_PRO_WITH_RETRY = Gemini(
77-
model="gemini-3-pro-preview",
77+
model="gemini-3.1-pro-preview",
7878
retry_options=_RETRY_OPTIONS,
7979
)
8080

0 commit comments

Comments
 (0)