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
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
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
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
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
Xuan Yang and Copybara-Service
f52df2bdb6
chore: update ADK Answering Agent to label the discussion with "bot_responded" after responding
...
PiperOrigin-RevId: 783109120
2025-07-14 17:47:29 -07:00
Holt Skinner and Copybara-Service
a6716a5514
fix: Import A2A well known path from A2A sdk
...
PiperOrigin-RevId: 783036797
2025-07-14 14:11:01 -07:00
Che Liu and Copybara-Service
a4baa35b84
feat: Add a sample for how to use plugins
...
PiperOrigin-RevId: 782616659
2025-07-13 10:47:11 -07:00
Xiang (Sean) Zhou and Copybara-Service
a57d629bb9
chore: Update the README of a2a sample agent
...
PiperOrigin-RevId: 782153753
2025-07-11 16:44:58 -07:00
Xuan Yang and Copybara-Service
fb2415395f
chore: create an initial prototype agent to answer Github discussion questions
...
This agent will post a comment to answer questions or provide more information according to the knowledge base.
PiperOrigin-RevId: 781651937
2025-07-10 13:09:56 -07:00
Liang Wu and Copybara-Service
2034fbb8f1
chore: remove unused line for Client()
...
PiperOrigin-RevId: 781617898
2025-07-10 11:41:27 -07:00
Xuan Yang and Copybara-Service
149c5fe4ff
chore: update triage agent to assign the issue to owner after labeling it
...
PiperOrigin-RevId: 781604031
2025-07-10 11:06:45 -07:00
Genquan Duan and Copybara-Service
adef7b297a
feat: Create PR agent for ADK github repo
...
Automatically generate reasonable PR descriptions.
PiperOrigin-RevId: 781078962
2025-07-09 09:06:28 -07:00
Xiang (Sean) Zhou and Copybara-Service
b5d9f8f3e3
chore: Update gemini model to 2.0 for a2a samples
...
PiperOrigin-RevId: 780657476
2025-07-08 11:56:28 -07:00
Hangfei Lin and Copybara-Service
28d0ea876f
feat: Add adk project overview and architecture
...
This explains the high-level architecture and philosophy of the ADK project.
It can also be feed into LLMs for vibe-coding.
PiperOrigin-RevId: 780178125
2025-07-07 11:00:15 -07:00
Hangfei Lin and Copybara-Service
4ca77bc056
fix: Use inspect.signature() instead of typing.get_type_hints
...
fix: Use `inspect.signature()` instead of `typing.get_type_hints()` to find the LiveRequestQueue.
Motivation: `typing.get_type_hints()` may raise errors in complex scenarios where type annotation is not available.
Add live_bidi_streaming_tools_agent example to show how to use the live streaming feature.
PiperOrigin-RevId: 780160921
2025-07-07 10:16:13 -07:00
hangfei
a903c54bac
chore: Add util to build our llms.txt and llms-full.txt files
2025-07-01 16:21:12 -07:00
Hangfei Lin and Copybara-Service
a58cc3d882
chore: Create an example for multi agent live streaming
...
This example include multi agents:
- Root agent.
- Sub agent for Rolling Dice.
- Sub agent for checking primes.
Added README.md to demonstrate how to use it.
PiperOrigin-RevId: 777599625
2025-06-30 09:21:15 -07:00
Xuan Yang and Copybara-Service
b6c7b5b64f
chore: refactor the ADK Triaging Agent to make the code easier to read
...
PiperOrigin-RevId: 776763061
2025-06-27 16:45:38 -07:00
Google Team Member and Copybara-Service
dc43d518c9
feat: Support protected write in BigQuery execute_sql tool
...
This change adds a new enum value which the agent builder can pass in the `BigQueryToolConfig` to allow limited writes to the `execute_sql` tool.
PiperOrigin-RevId: 776661744
2025-06-27 11:44:30 -07:00
Xiang (Sean) Zhou and Copybara-Service
e2748b3ed5
chore: Add an a2a agent to demo oauth flow
...
PiperOrigin-RevId: 776661038
2025-06-27 11:43:05 -07:00
Xiang (Sean) Zhou and Copybara-Service
379810dd6a
chore: Add a human in the loop a2a agent demo sample
...
PiperOrigin-RevId: 776660876
2025-06-27 11:41:47 -07:00
Xiang (Sean) Zhou and Copybara-Service
1cf5cf0d0a
chore: Add a basic a2a agent demo sample
...
PiperOrigin-RevId: 776660703
2025-06-27 11:40:26 -07:00
Xuan Yang and Copybara-Service
738d1a8b84
chore: create an agent to check issue format and content for bugs and feature requests
...
This agent will pose a comment to ask for more information according to the template if necessary.
PiperOrigin-RevId: 775742256
2025-06-25 10:20:45 -07:00