George Weale and Copybara-Service
9cf7ab11a8
docs: Update agent builder instructions for clarity and best practices for ADK specific requirements
...
PiperOrigin-RevId: 822862453
2025-10-22 21:31:40 -07:00
George Weale and Copybara-Service
4c58b767e5
docs: Update ADK Agent Builder Assistant instructions for workflow tools
...
PiperOrigin-RevId: 822756480
2025-10-22 15:11:16 -07:00
George Weale and Copybara-Service
f1e01ea4b0
docs: Update ADK Agent Builder Assistant instructions and clarified built-in tool naming
...
PiperOrigin-RevId: 822752065
2025-10-22 14:59:50 -07:00
George Weale and Copybara-Service
c9647f3536
docs: Update agent builder instructions to require explicit agent_class
...
PiperOrigin-RevId: 822742468
2025-10-22 14:31:32 -07:00
Luis Pabon and Copybara-Service
409df1378f
feat: Granular Per Agent Speech Configuration
...
Merge https://github.com/google/adk-python/pull/3170
Addresses Feature Request: #3116
This PR adds a `speech_config` to the **LLM Agent configuration** for the **live use case**. When an **asynchronous LLM** call is made to the **Gemini Live API**, it prioritizes the most specific agent configuration's speech_config. If that is null, it then uses the run configuration's speech_config. Unit tests have been added to verify this behavior.
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3170 from qyuo:bidi_agent_speech_config af1bd277d4f95c4a7d9aa0b16828ba3de826ce08
PiperOrigin-RevId: 822305427
2025-10-21 15:44:00 -07:00
Xuan Yang and Copybara-Service
c850da3a07
fix: Fix the broken langchain importing caused their 1.0.0 release
...
PiperOrigin-RevId: 822279014
2025-10-21 14:30:34 -07:00
Wei Sun (Jack) and Copybara-Service
0bdba30263
docs: format README.md for samples
...
PiperOrigin-RevId: 822180731
2025-10-21 10:35:43 -07:00
Google Team Member and Copybara-Service
ee39a89110
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: 821699641
2025-10-20 10:14:34 -07:00
Google Team Member and Copybara-Service
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
Google Team Member and Copybara-Service
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
Shangjie Chen and Copybara-Service
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
Kathy Wu and Copybara-Service
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 and Copybara-Service
2a8fdd94e1
chore: Add computer use sample agent
...
PiperOrigin-RevId: 820407078
2025-10-16 14:59:27 -07:00
Xuan Yang and Copybara-Service
37a153ef94
ci: Fix the logs importing for PR triaging agent
...
PiperOrigin-RevId: 820395414
2025-10-16 14:27:18 -07:00
Xuan Yang and Copybara-Service
9dc00360e3
ci: Add state info for PR triaging agent
...
PiperOrigin-RevId: 820340584
2025-10-16 13:07:18 -07:00
Xuan Yang and Copybara-Service
f51380f9ea
feat: Extend ReflectAndRetryToolPlugin to support hallucinating function calls
...
PiperOrigin-RevId: 820051762
2025-10-16 13:06:51 -07:00
Xuan Yang and Copybara-Service
3734ceaa6c
fix: Use the agent's model when creating Google search agent tool
...
PiperOrigin-RevId: 819980797
2025-10-16 13:06:41 -07:00
Kathy Wu and Copybara-Service
78e74b5bf2
feat: Add require_confirmation param for MCP tool/toolset
...
This allows users to require human approval for using MCP tools.
PiperOrigin-RevId: 819800747
2025-10-15 09:58:31 -07:00
Xuan Yang and Copybara-Service
05aa3fa38b
fix: Remove the PR triaging agent's dependence on "bot triaged" label
...
PiperOrigin-RevId: 819427872
2025-10-14 15:35:59 -07:00
George Weale and Copybara-Service
89344da813
chore: Update agent builder instructions and remove run command details
...
PiperOrigin-RevId: 819299339
2025-10-14 10:46:53 -07:00
Xiang (Sean) Zhou and Copybara-Service
d22b8bf890
chore: Clarify how to use adk built-in tool in instruction
...
PiperOrigin-RevId: 818987709
2025-10-13 21:43:37 -07:00
George Weale and Copybara-Service
dfb8638eae
chore: fix the cleanup_unused_files tool in yaml agent to use the same directory as other tools
...
PiperOrigin-RevId: 818846060
2025-10-13 15:01:36 -07:00
Xiang (Sean) Zhou and Copybara-Service
fa84bcb575
chore: Correct the callback signatures
...
PiperOrigin-RevId: 818781277
2025-10-13 12:30:37 -07:00
Xiang (Sean) Zhou and Copybara-Service
214986ebeb
chore: Adjust the instruction about default model
...
PiperOrigin-RevId: 818765464
2025-10-13 11:52:11 -07:00
Xuan Yang and Copybara-Service
b21d0a50d6
fix: Add more clear instruction to the doc updater agent about one PR for each recommended change
...
PiperOrigin-RevId: 817831087
2025-10-10 16:37:12 -07:00