Selcuk Gun and Copybara-Service
999a7fe69d
Make tool_call one span for telemetry
...
Also renamed tool_call as execute_tool and added attributes as recommended in https://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-spans/#execute-tool-span .
PiperOrigin-RevId: 764594179
2025-05-29 11:47:40 -07:00
Xiang (Sean) Zhou and Copybara-Service
96b36b70dc
chore: fix base_llm_flow ut
...
PiperOrigin-RevId: 764585592
2025-05-29 11:47:31 -07:00
Xiang (Sean) Zhou and Copybara-Service
0250d9e3ac
chore: reformat codes using autoformat.sh
...
PiperOrigin-RevId: 764584699
2025-05-29 11:47:22 -07:00
Xiang (Sean) Zhou and Copybara-Service
2b5c89b3a9
feat: expose more config of VertexAiSearchTool from latest Google GenAI SDK
...
for fixing: https://github.com/google/adk-python/issues/955
PiperOrigin-RevId: 764568728
2025-05-28 22:32:44 -07:00
Xiang (Sean) Zhou and Copybara-Service
b92e068155
chore: fix function tool UT
...
PiperOrigin-RevId: 764567867
2025-05-28 22:30:42 -07:00
Xiang (Sean) Zhou and Copybara-Service
a0714b8afc
ADK changes
...
PiperOrigin-RevId: 764564638
2025-05-28 22:19:24 -07:00
Google Team Member and Copybara-Service
1452dacfeb
Use media type in chat window. Remove isArtifactImage and isArtifactAudio reference.
...
PiperOrigin-RevId: 764563376
2025-05-28 22:15:28 -07:00
Almas Akchabayev and Copybara-Service
795605a37e
fix: separate thinking from text parts in streaming mode
...
Copybara import of the project:
--
79962881ca1c17eb6d7bd9dcf31a44df93c9badd by Almas Akchabayev <almas.akchabayev@gmail.com >:
fix: separate thinking from text parts in streaming mode
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/777 from almeynman:separate-thinking-and-text-parts-in-stream-mode b63dcc7fd0fc3973888dcbb9d4cc7e7e0a66e7f7
PiperOrigin-RevId: 764561932
2025-05-28 22:11:14 -07:00
Google Team Member and Copybara-Service
60ceea72bd
fix: do not convert "false" value to dict
...
This causes information loss, and is unexpected from user.
PiperOrigin-RevId: 764558190
2025-05-28 21:56:52 -07:00
Xiang (Sean) Zhou and Copybara-Service
b70e74c450
chore: auto format mcp tools
...
PiperOrigin-RevId: 764547299
2025-05-28 21:14:42 -07:00
Xiang (Sean) Zhou and Copybara-Service
791ac9eb68
refactor: refactor cli to use agent loader
...
PiperOrigin-RevId: 764546019
2025-05-28 21:09:40 -07:00
Xiang (Sean) Zhou and Copybara-Service
623957c0a8
refactor: refine agent_loader to load the most common folder structure first and don't including unnecessary case
...
PiperOrigin-RevId: 764545194
2025-05-28 21:06:07 -07:00
Arpit R and Copybara-Service
6157db77f2
Copybara import of the project:
...
--
bdb2ddff1336db7fbeae71d3d76b4d294d7c4bea by Arpit Roopchandani <17565234+whoisarpit@users.noreply.github.com >:
Fix: Set output_schema correctly for LiteLllm
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/580 from whoisarpit:fix/lite_llm_response_schema 08bdb5a993fc44adf03e985c820c2083de30ba58
PiperOrigin-RevId: 764524765
2025-05-28 19:56:03 -07:00
Danny Park and Copybara-Service
9d4ca4ed44
fix: Fix filtering by user_id for vertex ai session service listing
...
When the user id contains special characters (i.e. an email), we have added in extra url parsing to address those characters. We have also added an if statement to use the correct url when there is no user_id supplied.
Copybara import of the project:
--
ef8499001afaea40bd037c4e9946b883e23a5854 by Danny Park <dpark@calicolabs.com >:
--
773cd2b50d15b9b056b47b6155df492b0ca8034c by Danny Park <dpark@calicolabs.com >:
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/996 from dpark27:fix/list_vertex_ai_sessions d351d7f6017c03165129adc7d0212f21d1340d88
PiperOrigin-RevId: 764522026
2025-05-28 19:46:39 -07:00
Google Team Member and Copybara-Service
fc3e374c86
Add export to json button in the chat window.
...
PiperOrigin-RevId: 764504072
2025-05-28 18:37:12 -07:00
Yifan Wang and Copybara-Service
fda34ea9ff
chore: bump version number to 1.1.1
...
Include https://github.com/google/adk-python/commit/d6c6bb4b2489a8b7a4713e4747c30d6df0c07961 in addition to 1.1.0
PiperOrigin-RevId: 764478592
v1.1.1
v1.1.0
2025-05-28 17:09:01 -07:00
Selcuk Gun and Copybara-Service
609b3a572c
Provide sample LongRunningFunctionTool runner script and documentation
...
PiperOrigin-RevId: 764475345
2025-05-28 16:59:52 -07:00
Liang Wu and Copybara-Service
2a8ca06c3e
chore: remove reference to genai SDK folder.
...
Added `from __future__ import annotations` to follow the best practice.
PiperOrigin-RevId: 764473253
2025-05-28 16:54:19 -07:00
Google Team Member and Copybara-Service
3489bb598d
Minor typo fix.
...
PiperOrigin-RevId: 764468987
2025-05-28 16:41:40 -07:00
Liang Wu and Copybara-Service
ed63cd86eb
chore: re-format import statements in mcp_session_manager.py.
...
They are causing Kokoro failures.
PiperOrigin-RevId: 764467630
2025-05-28 16:37:56 -07:00
Ankur Sharma and Copybara-Service
447798d573
Accounting for "references" to be absent in eval files in older format.
...
PiperOrigin-RevId: 764454937
2025-05-28 16:04:18 -07:00
Google Team Member and Copybara-Service
958c18db2b
Add download object as json function in the download service.
...
PiperOrigin-RevId: 764421398
2025-05-28 14:37:47 -07:00
Google Team Member and Copybara-Service
83ba6419cd
Allow GOOGLE_AI to support optional args.
...
PiperOrigin-RevId: 764419789
2025-05-28 14:34:11 -07:00
Omar BENHAMID and Copybara-Service
d232e6216d
feat: google/adk-python#479 support for streamable http MCP servers for MCPToolset
...
Copybara import of the project:
--
c5b9d49d7b6d858ff0a93bd690e6d653b7c32221 by Omar BENHAMID <omar.benhamid@smart-gts.com >:
feat: google/adk-python#479 support for streamable http MCP servers for MCPToolset
--
9431bc19e6538c1b814aba0b24ff564acf046075 by Omar BENHAMID <omar.benhamid@smart-gts.com >:
feat: google/adk-python#479 streamable http added to right package
--
8b4aabed45a6f0dc828beb61f12985dc7b14f3d0 by Omar BENHAMID <omar.benhamid@smart-gts.com >:
feat: google/adk-python#479 streamable http : review feedbacks + sample agent
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/650 from omarbenhamid:feature/mcp-streamable-http 625f028784c216401d45cb1b5d4d998535ebcb00
PiperOrigin-RevId: 764419586
2025-05-28 14:33:19 -07:00
Xiang (Sean) Zhou and Copybara-Service
c7ce987676
chore: reformat load_memory_tool
...
PiperOrigin-RevId: 764402270
2025-05-28 13:52:40 -07:00