Google Team Member and Copybara-Service
6729edd08e
refactor: Rename the Google API based bigquery sample agent
...
This change renames the sample agent based on the Google API based tools to reflect the larger purpose and avoid confusion with the built-in BigQuery tools. In addition, it also renames the root agent in the BigQuery sample agent to "bigquery_agent"
PiperOrigin-RevId: 775655226
2025-06-25 06:05:32 -07:00
Xiang (Sean) Zhou and Copybara-Service
917a8a19f7
chore: Adapt oauth calendar agent to use authenticated tool
...
PiperOrigin-RevId: 775433950
2025-06-24 16:46:20 -07:00
Aditya Mulik and Copybara-Service
ef3c745d65
fix: typo fix in sample agent instruction
...
Merge https://github.com/google/adk-python/pull/1623
fix: minor typo fix in the agent instruction
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1623 from adityamulik:minor_typo_fix 12ea09ae397b5c5e2a9ada48017cd1ca14add72e
PiperOrigin-RevId: 775433411
2025-06-24 16:44:34 -07:00
Genquan Duan and Copybara-Service
f33e0903b2
feat: Add ADK examples for litellm with add_function_to_prompt
...
Add examples for for https://github.com/google/adk-python/issues/1273
PiperOrigin-RevId: 775352677
2025-06-24 13:08:44 -07:00
Google Team Member and Copybara-Service
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 and Copybara-Service
7f8dc8927a
chore: fix the mcp_sse_agent
...
PiperOrigin-RevId: 773140021
2025-06-18 18:32:06 -07:00
Google Team Member and Copybara-Service
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
Xiang (Sean) Zhou and Copybara-Service
4bda245171
chore: fix oauth_calendar_agent example
...
PiperOrigin-RevId: 772214855
2025-06-16 16:26:59 -07:00
Xiang (Sean) Zhou and Copybara-Service
31b81a342d
chore: Update streamable http mcp example agent
...
PiperOrigin-RevId: 772213323
2025-06-16 16:22:09 -07:00
Hangfei Lin and Copybara-Service
8201f9aebd
chore: Added live-streaming sample agent
...
Also added a readme.
PiperOrigin-RevId: 772120698
2025-06-16 12:07:09 -07:00
Xiang (Sean) Zhou and Copybara-Service
8ebf229c47
chore: Add base credential service interface (WIP)
...
PiperOrigin-RevId: 771358480
2025-06-13 23:24:30 -07:00
Selcuk Gun and Copybara-Service
131957c531
chore: Triaging agent improvements & github workflow
...
* modified list issues to only return unlabelled open issues
* added github workflow to run on schedule and issue open/reopen
* interactive/workflow modes
* readme document
PiperOrigin-RevId: 771152306
2025-06-13 10:56:32 -07:00
Wei Sun (Jack) and Copybara-Service
b08bdbcd7f
chore: Fixes the sample of example_tool
...
The `Example` objects should be strong typed.
PiperOrigin-RevId: 770476132
2025-06-11 22:27:25 -07:00
Liang Wu and Copybara-Service
b2f319f440
chore: move README to parent folder contributing/
...
Based on the content, seems like it belongs to contributing/.
PiperOrigin-RevId: 770322600
2025-06-11 14:32:03 -07:00
Liang Wu and Copybara-Service
c9e265551a
test: add assert statements in hello_world agent main.py
...
They will check the states of the agent after each die roll.
PiperOrigin-RevId: 769949096
2025-06-10 21:35:36 -07:00
Google Team Member and Copybara-Service
6c999caa41
feat: Introduce write protected mode to BigQuery tools
...
This allows to protect against any write operations (e.g. update or delete a table), useful for some agents that must only be used in a read-only mode, while the user may have write permissions.
PiperOrigin-RevId: 769803741
2025-06-10 14:37:24 -07:00
Ariz Chang and Copybara-Service
484b33ef10
chore: add rag agent for testing
...
PiperOrigin-RevId: 769683091
2025-06-10 10:10:55 -07:00
Wei Sun (Jack) and Copybara-Service
be7120831a
chore: Adds apache headers for samples
...
PiperOrigin-RevId: 768583464
2025-06-07 15:46:46 -07:00
Google Team Member and Copybara-Service
54367dcc56
feat: support to customize timeout for mcpstdio connections
...
Fixes https://github.com/google/adk-python/issues/643
PiperOrigin-RevId: 767788472
2025-06-05 15:27:23 -07:00
Hangfei Lin and GitHub
1d8d1e0a4e
Update agent.py
2025-06-04 21:38:49 -07:00
Hangfei Lin and GitHub
0d232588e6
chore: Update agent.py
2025-06-04 21:34:33 -07:00
Hangfei Lin and GitHub
cf689fd528
chore: Create agent.py
...
add a ADK triaging agent to help triaging issues.
This is an MVP. We can iterate further.
2025-06-04 21:25:02 -07:00
Hangfei Lin and GitHub
d052e8f13a
chore: Update agent.py
2025-06-04 09:29:33 -07:00
Hangfei Lin and Copybara-Service
e21ea161f5
chore: Update agent.py
...
Merge https://github.com/google/adk-python/pull/1136
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1136 from google:hangfei-patch-1 63ff81eb2f152cf74a8a610562999101a6362ef8
PiperOrigin-RevId: 766913586
2025-06-03 18:59:23 -07:00
Hangfei Lin and Copybara-Service
0724a83aa9
ADK changes
...
PiperOrigin-RevId: 766902914
2025-06-03 18:20:10 -07:00