Shangjie Chen and Copybara-Service
d212e50c10
feat:Make VertexAiSessionService true async.
...
PiperOrigin-RevId: 762547133
2025-05-23 13:31:38 -07:00
Google Team Member and Copybara-Service
79681e3513
Write eval results locally from adk eval cli.
...
PiperOrigin-RevId: 762499588
2025-05-23 11:16:00 -07:00
Google Team Member and Copybara-Service
33921d524f
Add click event to the image in chat window.
...
PiperOrigin-RevId: 762473152
2025-05-23 10:12:15 -07:00
Xiang (Sean) Zhou and Copybara-Service
92c37496d3
refactor: simplify toolset cleanup codes and extract common cleanup codes to utils which could be utilized by cli or client codes that directly call runners
...
PiperOrigin-RevId: 762463028
2025-05-23 09:49:19 -07:00
Wei Sun (Jack) and Copybara-Service
b9b2c3fb54
chore: Adds autoformat.sh for formatting codebase.
...
PiperOrigin-RevId: 762301862
2025-05-23 00:41:18 -07:00
Stephen Smith and Copybara-Service
b4c4f88c22
Copybara import of the project:
...
--
aa92081193ccf4710e5aefb93c715791eab2c2ef by Stephen Smith <stephen.smith@newfront.com >:
docs: Fix typos in issue templates.
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/880 from stephensmithnewfront:stephensmithnewfront/address-typos-in-issue-templates-pr 65b7f85e26fca76b3e076ef0b826189353e8ab13
PiperOrigin-RevId: 762259304
2025-05-22 21:57:09 -07:00
sudu and Copybara-Service
68de9adc18
Copybara import of the project:
...
--
004eb36c16b042ba2d8be0cca39b739c0c8ca6c1 by sudu <teric@outlook.com >:
Update tools.yaml
When search hotels with some LLM, the date format shows as bellow
```
**Check-in Date:** April 23, 2024
```
So i update the SQL in tools.yaml to be compatible with following instruction:
```sql
update checkin date to 'April 24,2024' and checkout date to 'April 26,2024' of Best Western Bern
```
--
1300688ee1407212658d57712c1ad6ee61b052fe by qidu <qidu@outlook.com >:
Fix the tools of `ToolboxToolset` initialization bugs for
`samples/toolbox_agent`
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/794 from qidu:main 5b3199da564efdd07915e24e75659055a17dad82
PiperOrigin-RevId: 762259287
2025-05-22 21:56:18 -07:00
Sasha Sobran and Copybara-Service
0026edc1c9
chore: update filtered schema parameters for Gemini API.
...
PiperOrigin-RevId: 762209590
2025-05-22 18:39:58 -07:00
GenkiNoguchi and Copybara-Service
d3910e7b8c
Copybara import of the project:
...
--
3fb305691e0ecc8b75d56d0b9ef43c97cef8f773 by ammmr <m.hoshii777@gmail.com >:
fix: add missing await in runner run_live
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/849 from ammmr:patch-missing-await-in-runner-run-live b75b5d0105f18eaa06a0d7fb7d608b05eb59b3c9
PiperOrigin-RevId: 762113004
2025-05-22 13:55:00 -07:00
Google Team Member and Copybara-Service
30e10c87c5
feat:Integrate audio player component in the chat window.
...
PiperOrigin-RevId: 762105827
2025-05-22 13:37:37 -07:00
Wei Sun (Jack) and Copybara-Service
fe618c3d93
chore: use relative import in google_api_toolsets.py. Adds open source header for base_toolset.py
...
PiperOrigin-RevId: 762042799
2025-05-22 11:13:57 -07:00
Wei Sun (Jack) and Copybara-Service
a63ea2735c
chore: Removes unused import.
...
PiperOrigin-RevId: 762039696
2025-05-22 11:05:45 -07:00
Xiang (Sean) Zhou and Copybara-Service
ff8a3c9b43
chore: reformat the codes using autoformat.sh
...
PiperOrigin-RevId: 762004002
2025-05-22 09:43:54 -07:00
Xiang (Sean) Zhou and Copybara-Service
a2263b1808
refactor: refactor toolset to extract tool_filter logic to base class
...
PiperOrigin-RevId: 761828251
2025-05-21 23:54:33 -07:00
Wei Sun (Jack) and Copybara-Service
e0851a1e57
chore: batch organize imports.
...
PiperOrigin-RevId: 761824628
2025-05-21 23:40:47 -07:00
Liang Wu and Copybara-Service
09f30afe10
fix: failed unit test for Gemini model headers.
...
Root cause is that GenAI SDK updated their logic of adding headers in the latest version.
PiperOrigin-RevId: 761751413
2025-05-21 18:40:16 -07:00
Google Team Member and Copybara-Service
4542af5650
Fix ollama issues with ChatCompletionAssistantToolCall
...
PiperOrigin-RevId: 761732316
2025-05-21 17:27:01 -07:00
Google Team Member and Copybara-Service
505d936007
The saved filename should include the original file name instead of a generated one.
...
PiperOrigin-RevId: 761727488
2025-05-21 17:09:47 -07:00
Hangfei Lin and Copybara-Service
d7af2b2815
Copybara import of the project:
...
--
cd8c580cbd4a2dc1c49c690ea81c4111860aa52c by Hangfei Lin <hangfei@google.com >:
doc: Update README.md
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/842 from google:hangfei-patch-2 aa9842a43d8c464a8999beb2f6f5d491aa63ef6c
PiperOrigin-RevId: 761722188
2025-05-21 16:54:40 -07:00
Selcuk Gun and Copybara-Service
41b33d4a0a
Move public_utils to utils in tests
...
Renamed conflicting utils.py as testing_utils.py
PiperOrigin-RevId: 761715808
2025-05-21 16:35:11 -07:00
Xiang (Sean) Zhou and Copybara-Service
09cb128cf9
fix: fix function tool name parsing
...
to fix https://github.com/google/adk-python/issues/824
PiperOrigin-RevId: 761703269
2025-05-21 16:00:09 -07:00
Xiang (Sean) Zhou and Copybara-Service
b2a2b11776
ADK changes
...
PiperOrigin-RevId: 761650284
2025-05-21 13:39:16 -07:00
Wei Sun (Jack) and Copybara-Service
1773cdab96
chore: Batch organize imports with isort.
...
Command: `isort /src`
PiperOrigin-RevId: 761644934
2025-05-21 13:23:32 -07:00
Google Team Member and Copybara-Service
1807e73472
ADK changes
...
PiperOrigin-RevId: 761640805
2025-05-21 13:13:50 -07:00
Liang Wu and Copybara-Service
98f504cebe
feat!: use BuiltInCodeExecutor in Runner for CFC.
...
The BuiltInCodeExecutionTool is deleted.
PiperOrigin-RevId: 761608273
2025-05-21 11:45:35 -07:00