Xiang (Sean) Zhou
742478fdb7
chore: Add event converters to convert adk event to a2a event (WIP)
...
PiperOrigin-RevId: 773795427
2025-06-20 12:14:12 -07:00
Xiang (Sean) Zhou
ffcba70686
chore: skip mcp and a2a tests for python 3.9
...
PiperOrigin-RevId: 773785385
2025-06-20 11:46:31 -07:00
Google Team Member
2f716ada7f
fix: Allow more credentials types for BigQuery tools
...
This change accepts the `google.auth.credentials.Credentials` type for `BigQueryCredentialsConfig`, so any subclass of that, including `google.oauth2.credentials.Credentials` would work to integrate with BigQuery service. This opens up a whole range of possibilities, such as using service account credentials to deploy an agent using these tools.
PiperOrigin-RevId: 773190440
2025-06-18 22:02:09 -07:00
Xiang (Sean) Zhou
9a1115c504
chore: Remove service account support
...
given it was not correctly supported.
PiperOrigin-RevId: 773137317
2025-06-18 18:19:05 -07:00
Xiang (Sean) Zhou
157d9be88d
feat: Enable MCP Tool Auth (Experimental)
...
PiperOrigin-RevId: 773002759
2025-06-18 11:44:02 -07:00
Xiang (Sean) Zhou
dcea7767c6
feat: Add Authenticated Tool (Experimental)
...
PiperOrigin-RevId: 772992074
2025-06-18 11:17:01 -07:00
Xiang (Sean) Zhou
2c739ab581
chore: Add Credential Manager for managing tools credential (Experimental)
...
PiperOrigin-RevId: 772986051
2025-06-18 11:01:38 -07:00
Xiang (Sean) Zhou
9a207cb832
refactor: Refactor oauth2_credential_exchanger to exchanger and refresher separately
...
PiperOrigin-RevId: 772979993
2025-06-18 10:46:39 -07:00
Xiang (Sean) Zhou
a17ebe6ebd
chore: Add a credential refresher registry
...
PiperOrigin-RevId: 772747251
2025-06-17 21:12:30 -07:00
Xiang (Sean) Zhou
55201cb6a1
chore: Add credential exchanger registry (Experimentals)
...
PiperOrigin-RevId: 772713412
2025-06-17 19:09:21 -07:00
Xiang (Sean) Zhou
0a9625317a
refactor: Adapt service account credential exchanger to base credential exchanger interface
...
PiperOrigin-RevId: 772710438
2025-06-17 18:55:46 -07:00
Google Team Member
f9fa7841df
chore: add google-adk/{version} to bigquery user agent
...
PiperOrigin-RevId: 772703504
2025-06-17 18:31:34 -07:00
Xiang (Sean) Zhou
5f89a469ec
chore: Add credential service to runner and invocation context
...
PiperOrigin-RevId: 772697298
2025-06-17 18:08:43 -07:00
Google Team Member
6d174eba30
fix: Set explicit project in the BigQuery client
...
This change sets an explicit project id in the BigQuery client from the conversation context. Without this the client was trying to set a project from the environment's application default credentials and running into issues where application default credentials is not available.
PiperOrigin-RevId: 772695883
2025-06-17 18:04:41 -07:00
Xiang (Sean) Zhou
c04adaade1
chore: Add in memory credential service (Experimental)
...
PiperOrigin-RevId: 772534962
2025-06-17 10:45:49 -07:00
Google Team Member
1ae176ad2f
fix: update conversion between Celsius and Fahrenheit
...
#non-breaking
The correct conversion from 25 degrees Celsius is 77 degrees Fahrenheit. The previous value of 41 was wrong.
PiperOrigin-RevId: 772528757
2025-06-17 10:31:36 -07:00
SimonWei
694b71256c
fix: agent generate config error ( #1450 )
2025-06-17 08:48:00 -07:00
Xiang (Sean) Zhou
e1812797ad
chore: Add A2A Part converter (WIP)
...
PiperOrigin-RevId: 772282116
2025-06-16 20:35:09 -07:00
Xiang (Sean) Zhou
94caccc148
refactor: Extract util method from OAuth2 credential fetcher for reuse
...
Context: we'd like to separate fetcher into exchanger and refresher later. This cl help to extract the common utility that will be used by both exchanger and refresher.
PiperOrigin-RevId: 772257995
2025-06-16 19:03:16 -07:00
Liang Wu
e384fa4ad7
chore: fix previously skipped isort issue
...
PiperOrigin-RevId: 772224853
2025-06-16 16:57:46 -07:00
Google Team Member
aafa80bd85
fix: stream in litellm + adk and add corresponding integration tests
...
Fixes https://github.com/google/adk-python/issues/1368
PiperOrigin-RevId: 772218385
2025-06-16 16:37:14 -07:00
Google Team Member
fef8778429
fix: liteLLM test failures
...
Fix liteLLM test failures for function call responses.
PiperOrigin-RevId: 772212629
2025-06-16 16:20:23 -07:00
Xuan Yang
1cfc555e70
ADK changes
...
PiperOrigin-RevId: 772078053
2025-06-16 10:20:23 -07:00
SimonWei
badbcbd7a4
fix: agent generate config err ( #1305 )
...
* fix: agent generate config err
* fix: resovle comment
---------
Co-authored-by: Hangfei Lin <hangfei@google.com >
Co-authored-by: genquan9 <49327371+genquan9@users.noreply.github.com >
2025-06-16 09:40:41 -07:00
Xiang (Sean) Zhou
a4d432a9e6
chore: Add Service Account Credential Exchanger (Experimental)
...
PiperOrigin-RevId: 771507089
2025-06-14 13:39:50 -07:00