Xuan Yang
b8644ef32c
Make additional_headers kwargs
2025-10-21 12:44:50 -07:00
Xuan Yang
ace3e5a3a5
Merge branch 'main' into feature/google-api-toolset-additional-headers-3105
2025-10-20 09:58:15 -07:00
Xuan Yang
37179a6e1f
Format conditional statement for setting headers
2025-10-20 09:36:25 -07:00
Parham Alizadeh
d8ded07eb3
addressing comments - tidy ups
2025-10-20 10:18:27 +01:00
Shangjie Chen
d327538724
chore: Throw 409 already exist error when trying to create a session with existing id
...
Resolves https://github.com/google/adk-python/issues/2950
PiperOrigin-RevId: 821362008
2025-10-19 11:21:36 -07:00
Google Team Member
a5b742b360
feat: introduces a new AgentEngineSandboxCodeExecutor class that supports executes agent generated code
...
The AgentEngineSandboxCodeExecutor uses the Vertex AI Code Execution Sandbox API to execute code
PiperOrigin-RevId: 821197794
2025-10-18 20:24:04 -07:00
Parham MohammadAlizadeh
a09dd4d31f
Merge branch 'main' into feature/google-api-toolset-additional-headers-3105
2025-10-18 12:09:45 +01:00
Wei Sun (Jack)
af74eba695
test: Skips test_langchain_tool.py temporarily after their new 1.0.0 release breaks existings deps of langchain
...
PiperOrigin-RevId: 820875043
2025-10-17 16:53:11 -07:00
Google Team Member
dbd818be0b
feat: introduces a new AgentEngineSandboxCodeExecutor class that supports executes agent generated code
...
The AgentEngineSandboxCodeExecutor uses the Vertex AI Code Execution Sandbox API to execute code
PiperOrigin-RevId: 820854185
2025-10-17 15:42:24 -07:00
Xiang (Sean) Zhou
a2d9f13fa1
chore: Add span for context caching handling and new cache creation
...
PiperOrigin-RevId: 820852233
2025-10-17 15:37:35 -07:00
Wei Sun (Jack)
0df67599c0
chore: Checks gemini version for 2 and above for gemini-builtin tools
...
PiperOrigin-RevId: 820848897
2025-10-17 15:27:47 -07:00
Shangjie Chen
8b3ed059c2
chore: Refactor and fix state management in the session service
...
Also refactoring the test cases to focus on the expected behaviors
PiperOrigin-RevId: 820734484
2025-10-17 10:04:36 -07:00
Parham MohammadAlizadeh
71999b0ef7
Merge branch 'main' into feature/google-api-toolset-additional-headers-3105
2025-10-17 16:37:23 +01:00
Ankur Sharma
cf3403231d
chore: Fix evaluation test cases to only use pytest features
...
PiperOrigin-RevId: 820700378
2025-10-17 08:25:17 -07:00
Parham MohammadAlizadeh
3d6d6132cd
Merge branch 'main' into feature/google-api-toolset-additional-headers-3105
2025-10-17 16:23:25 +01:00
Parham Alizadeh
78e4d81579
feat(tools): support additional headers for google api toolset #non-breaking
2025-10-17 16:22:55 +01:00
Shangjie Chen
9dce06f9b0
feat: Add rewind_async to support rewinding the session to before a previous invocation
...
PiperOrigin-RevId: 820552460
2025-10-16 23:24:40 -07:00
George Weale
307896aece
fix: Exclude additionalProperties from Gemini schemas
...
PiperOrigin-RevId: 820542466
2025-10-16 22:40:43 -07:00
Kathy Wu
6dcbb5aca6
feat: Support dynamic per-request headers in MCPToolset
...
Add a header_provider param which is a callable[ReadonlyContext, Dict[str, Any]] for users to build headers in MCPToolset
fix: https://github.com/google/adk-python/issues/3156
PiperOrigin-RevId: 820412372
2025-10-16 15:12:43 -07:00
Xiang (Sean) Zhou
2a8fdd94e1
chore: Add computer use sample agent
...
PiperOrigin-RevId: 820407078
2025-10-16 14:59:27 -07:00
Xuan Yang
37a153ef94
ci: Fix the logs importing for PR triaging agent
...
PiperOrigin-RevId: 820395414
2025-10-16 14:27:18 -07:00
Giovanni Galloro
ce4638651f
docs: Bump models in llms and llms-full to Gemini 2.5
...
Merge https://github.com/google/adk-python/pull/3166
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3166 from ggalloro:model-updates e741c8b266ef8cd7def203f94e8d9f8608c06685
PiperOrigin-RevId: 820381464
2025-10-16 13:53:45 -07:00
Doug Gebert
e6e2767c39
chore: Update gemini_llm_connection.py - typo spelling correction
...
Merge https://github.com/google/adk-python/pull/3168
Fixed misspelling on line 228 from:
- logger.info('Redeived session...
To:
- logger.info('Received session...
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3168 from DHHHG:patch-1 90b76d72ba474cd0092b2cc8d955b918c18d05bd
PiperOrigin-RevId: 820369618
2025-10-16 13:23:58 -07:00
Kacper Jawoszek
e50f05a9fc
feat(otel): env variable for disabling llm_request and llm_response in spans
...
The default without the variable set is to keep the content in spans to keep backward compatible behavior for existing users.
This allows to enable tracing without potential PII data from request and response. Google GenAI instrumentation lib requires an explicit opt-in to enable request and response content - see https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-google-genai#enabling-message-content .
PiperOrigin-RevId: 820351154
2025-10-16 13:07:27 -07:00
Xuan Yang
9dc00360e3
ci: Add state info for PR triaging agent
...
PiperOrigin-RevId: 820340584
2025-10-16 13:07:18 -07:00