Sean Zhou
6f016609e8
fix: support path level parameters for open_api_spec_parser
...
autoformat the changes
2025-07-17 18:09:40 -07:00
Hangfei Lin and GitHub
bb1b1c695f
Merge branch 'main' into fix/missing-path-level-parameters
2025-07-17 17:46:27 -07:00
Wei Sun (Jack) and Copybara-Service
bb4ff2cc3d
chore: fixes formatting in adk_project_overview_and_architecture.md
...
PiperOrigin-RevId: 784371131
2025-07-17 17:21:14 -07:00
Wei Sun (Jack) and Copybara-Service
b1f4aebb25
chore: lint fixings in vertex_ai_memory_bank.py
...
* Adds type hints;
* Switches to lazy evaluation in logs.
PiperOrigin-RevId: 784353566
2025-07-17 16:21:49 -07:00
Shangjie Chen and Copybara-Service
2e778049d0
feat: Support passing fully qualified agent engine resource name when constructing session service and memory service
...
Resolves https://github.com/google/adk-python/issues/1760
PiperOrigin-RevId: 784353411
2025-07-17 16:19:55 -07:00
Ankur Sharma and Copybara-Service
36e45cdab3
feat: Enable FinalResponseMatchV2 metric as an experiment
...
PiperOrigin-RevId: 784346859
2025-07-17 15:59:47 -07:00
Xuan Yang and Copybara-Service
35de210d4e
chore: add a script to upload ADK docs for the ADK Answering Agent
...
PiperOrigin-RevId: 784343501
2025-07-17 15:49:44 -07:00
Xuan Yang and Copybara-Service
bbe1c9dc66
fix: specify version into the uv installation action to bypass the setup-uv bug
...
https://github.com/astral-sh/setup-uv/issues/489
PiperOrigin-RevId: 784339143
2025-07-17 15:35:15 -07:00
Thiago Salvatore
9ad4350c88
Merge branch 'main' of github.com:thiagosalvatore/adk-python
2025-07-17 18:21:59 -03:00
Thiago Salvatore
2f8bb91e6b
add docstring
2025-07-17 18:21:40 -03:00
Thiago Salvatore and GitHub
3f01c8c999
Merge branch 'main' into main
2025-07-17 18:20:37 -03:00
Thiago Salvatore
b5850e0757
reformat file structure
2025-07-17 18:17:09 -03:00
Thiago Salvatore
53df35ee58
fix(schema to dict): fix serialization of tools with nested schema
2025-07-17 18:16:17 -03:00
Xuan Yang and Copybara-Service
6e68c2d7f3
chore: update ADK Triage Agent to set issue type
...
It will change bug report to "Bug" type and feature request to "Feature" type.
PiperOrigin-RevId: 784280674
2025-07-17 12:51:41 -07:00
Xuan Yang and Copybara-Service
8ada46a18e
chore: remove the redundant service.bucket setting in mock_gcs_artifact_service
...
PiperOrigin-RevId: 784253138
2025-07-17 11:29:32 -07:00
Xuan Yang and Copybara-Service
1c4c887bec
fix: use the same word extractor for query and event contents in InMemoryMemoryService
...
PiperOrigin-RevId: 784236637
2025-07-17 10:43:01 -07:00
Xuan Yang and Copybara-Service
78697aa6af
chore: add to_session method in StorageSession for readability
...
PiperOrigin-RevId: 784232578
2025-07-17 10:32:18 -07:00
Ankur Sharma and Copybara-Service
b17d8b6e36
fix: Raise NotFoundError in list_eval_sets function when app_name doesn't exist
...
PiperOrigin-RevId: 784216832
2025-07-17 09:53:26 -07:00
Xiang (Sean) Zhou and Copybara-Service
377b5a9b78
fix: Add response schema for agent tool function declaration even when it's return None
...
PiperOrigin-RevId: 784216811
2025-07-17 09:51:34 -07:00
Xiang (Sean) Zhou and Copybara-Service
33ac8380ad
fix: Set response schema for function that returns None
...
PiperOrigin-RevId: 784053725
2025-07-16 23:59:45 -07:00
Jianfeng Zeng and Copybara-Service
31fa5d91bd
feat: Update builder/save endpoint to accept files as input. Write the agent yaml file to the agent folder
...
PiperOrigin-RevId: 783963934
2025-07-16 17:55:55 -07:00
Xuan Yang and Copybara-Service
b705b35977
fix: update documentation owner's Github username for the ADK Triage Agent
...
PiperOrigin-RevId: 783951115
2025-07-16 17:10:25 -07:00
Shangjie Chen and Copybara-Service
eccb484985
chore: Update label name for bot triaged issues
...
Also assign agent engine related issue to yeesian as poc
PiperOrigin-RevId: 783941809
2025-07-16 16:39:25 -07:00
Yifan Wang and Copybara-Service
2f6ab08580
chore: Release 1.7.0
...
PiperOrigin-RevId: 783918022
v1.7.0
2025-07-16 15:29:19 -07:00
Hangfei Lin and Copybara-Service
7415f2c094
feat: Add tool callback chaining support for live streaming
...
**Highlights:**
- **Callback Chaining:** Now supports a list of before and after callbacks, as in the non-live version. Callbacks are executed in order, stopping when one returns a response.
- **Unit Tests:** Added new unit tests for before and after callbacks, async and sync versions, callback chains and mixed callbacks.
- **Sample Agent:** Introduced a new example agent with multiple callbacks showing various behaviors: audit, security, validation, and enhancement. This provides practical usage examples.
PiperOrigin-RevId: 783884562
2025-07-16 13:56:06 -07:00