Xiang (Sean) Zhou
ca6a4340f4
chore: Move adk knowledge agent out of adk agent builder folder
...
PiperOrigin-RevId: 815771308
2025-10-06 09:57:21 -07:00
George Weale
86de3ef7e3
chore: google.genai instead of `google.generativeai'
...
PiperOrigin-RevId: 815759570
2025-10-06 09:27:13 -07:00
Max Ind
bd76b46ce2
feat(otel): Switch CloudTraceSpanExporter to telemetry.googleapis.com
...
PiperOrigin-RevId: 815675872
2025-10-06 05:14:32 -07:00
Xiang (Sean) Zhou
4b47a0a552
chore: Add instructions for callback signatures
...
PiperOrigin-RevId: 815549924
2025-10-05 21:47:53 -07:00
Xuan Yang
84c1faeeef
chore: Introduce the remote A2A ADK Knowledge Agent to Agent Builder Assistant
...
PiperOrigin-RevId: 815543707
2025-10-05 21:21:19 -07:00
Xiang (Sean) Zhou
c6dd444fc9
fix: Adapt to new computer use tool name in genai sdk 1.41.0
...
1.40.0 has some bug that caused some UT tests failures
PiperOrigin-RevId: 815098429
2025-10-04 08:53:13 -07:00
Google Team Member
d1efc8461e
feat: Migrate vertex_ai_session_service to use Agent Engine SDK
...
PiperOrigin-RevId: 814967790
2025-10-03 22:14:23 -07:00
Shangjie Chen
97b950b36b
feat: Migrate vertex_ai_session_service to use Agent Engine SDK
...
PiperOrigin-RevId: 814948921
2025-10-03 21:00:15 -07:00
Google Team Member
960eda3d1f
feat: Add dry_run functionality to BigQuery execute_sql tool
...
PiperOrigin-RevId: 814854520
2025-10-03 15:36:58 -07:00
Xiang (Sean) Zhou
0b84d3eea7
chore: Show relative path in response if root directory already set in session state
...
PiperOrigin-RevId: 814768273
2025-10-03 11:33:24 -07:00
Xiang (Sean) Zhou
611b604bdc
chore: Emphasize not to ask for root_directory if it's set in the context
...
PiperOrigin-RevId: 814738676
2025-10-03 10:14:44 -07:00
Xiang (Sean) Zhou
33b2d495be
chore: Emphasize "model" property can inherit from parent LlmAgent
...
PiperOrigin-RevId: 814715394
2025-10-03 09:06:33 -07:00
Max Ind
0162898707
ADK changes
...
PiperOrigin-RevId: 814614027
2025-10-03 02:56:51 -07:00
Xuan Yang
42db35111b
chore: fix typo for GenerateContentConfig in Agent Builder Assistant
...
PiperOrigin-RevId: 814495803
2025-10-02 19:56:55 -07:00
George Weale
dd0571ad09
chore: Clarify write_config_files usage for sub-agent YAML files
...
PiperOrigin-RevId: 814489632
2025-10-02 19:36:15 -07:00
George Weale
a4ef7edcbb
chore: add __init__.py prompt for tool imports
...
PiperOrigin-RevId: 814488943
2025-10-02 19:33:58 -07:00
Xiang (Sean) Zhou
c5b976b306
chore: Create the context cache based on the token count of previous request
...
before this change, we estimate the token count of the contents to cache and use it to compare with the threshold user set. but that's not precise , so we use the actual prompt token count of previous llm request.
We won't create cache for the very initial request
PiperOrigin-RevId: 814484840
2025-10-02 19:22:00 -07:00
Xuan Yang
420df25f58
chore: add a remote A2A knowledge agent for Agent Builder Assistant
...
PiperOrigin-RevId: 814484204
2025-10-02 19:20:36 -07:00
Google Team Member
a9b76b9061
ADK changes
...
PiperOrigin-RevId: 814417092
2025-10-02 15:49:48 -07:00
Google Team Member
65d6da081c
ADK changes
...
PiperOrigin-RevId: 814413627
2025-10-02 15:49:35 -07:00
Shangjie Chen
b170a84279
chore: Handle exception in preload_memory_tool to not fail the llm request
...
Resolves https://github.com/google/adk-python/issues/3069
PiperOrigin-RevId: 814391260
2025-10-02 14:41:27 -07:00
Wei Sun (Jack)
5b8d523a4b
ADK changes
...
PiperOrigin-RevId: 814367778
2025-10-02 13:44:16 -07:00
Xuan Yang
d3148dacc9
ADK changes
...
PiperOrigin-RevId: 814319961
2025-10-02 13:44:05 -07:00
George Weale
2e2d61b6fe
fix: Set max_output_tokens for the agent builder
...
PiperOrigin-RevId: 814317909
2025-10-02 13:43:55 -07:00
Ankur Sharma
65554d6621
chore: Update AgentEvaluator to use EvalConfig
...
We updated the one of the public methods on AgentEvaluator to take in eval metric configurations using a more formal EvalConfig data model.
We also mark "criteria" field on the method as deprecated.
Updated some integration test cases.
PiperOrigin-RevId: 814314134
2025-10-02 13:43:44 -07:00