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
7f8dc8927a
chore: fix the mcp_sse_agent
...
PiperOrigin-RevId: 773140021
2025-06-18 18:32:06 -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
Xiang (Sean) Zhou
4bda245171
chore: fix oauth_calendar_agent example
...
PiperOrigin-RevId: 772214855
2025-06-16 16:26:59 -07:00
Xiang (Sean) Zhou
31b81a342d
chore: Update streamable http mcp example agent
...
PiperOrigin-RevId: 772213323
2025-06-16 16:22:09 -07:00
Hangfei Lin
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
8ebf229c47
chore: Add base credential service interface (WIP)
...
PiperOrigin-RevId: 771358480
2025-06-13 23:24:30 -07:00
Selcuk Gun
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)
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
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
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
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
484b33ef10
chore: add rag agent for testing
...
PiperOrigin-RevId: 769683091
2025-06-10 10:10:55 -07:00
Wei Sun (Jack)
be7120831a
chore: Adds apache headers for samples
...
PiperOrigin-RevId: 768583464
2025-06-07 15:46:46 -07:00
Google Team Member
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
1d8d1e0a4e
Update agent.py
2025-06-04 21:38:49 -07:00
Hangfei Lin
0d232588e6
chore: Update agent.py
2025-06-04 21:34:33 -07:00
Hangfei Lin
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
d052e8f13a
chore: Update agent.py
2025-06-04 09:29:33 -07:00
Hangfei Lin
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
0724a83aa9
ADK changes
...
PiperOrigin-RevId: 766902914
2025-06-03 18:20:10 -07:00
Liang Wu
433c423d35
chore: include contributing/ folder in autoformat.sh
...
Also formatted the files in that folder in this same commit.
PiperOrigin-RevId: 766885306
2025-06-03 17:20:52 -07:00
Hangfei Lin
349a414120
chore:ADK: add section comment
...
PiperOrigin-RevId: 766877814
2025-06-03 16:57:49 -07:00
Google Team Member
16f7d98acf
feat: Update for anthropic models
...
Enable parallel tools for anthropic models, and add agent examples, and also added functional test for anthropic models.
PiperOrigin-RevId: 766703018
2025-06-03 16:55:34 -07:00
Xiang (Sean) Zhou
821f751b5a
chore: add agent for testing Notion MCP server
...
PiperOrigin-RevId: 766325293
2025-06-02 13:41:56 -07:00