Skip to content

Commit 81913c8

Browse files
hangfeicopybara-github
authored andcommitted
chore: Update README md with recent ADK features
This CL updates the "What's new" section to include Resumability, ReflectRetryToolPlugin, Context compaction, and Search tool support. It also moves "Agent Config" and "Tool Confirmation" from "What's new" to "Key Features". PiperOrigin-RevId: 817469210
1 parent 9e0b1fb commit 81913c8

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a
2626

2727

2828
---
29-
## 🔥ADK's very first community call on Oct 15
29+
## 🔥 ADK's very first community call on Oct 15
3030

3131
Join our ADK Community Call! Our first virtual community call is on Oct 15!
3232
Meet our team, and talk with us about our roadmap and how to contribute.
@@ -47,9 +47,7 @@ Add to your calendar
4747

4848
Agenda:
4949
[Julia] ADK Roadmap
50-
5150
[ Bo & Hangfei] Eng Deep Dive: Context Caching
52-
5351
[Kris] How to Contribute
5452

5553
[Shubham] Upcoming Events
@@ -58,10 +56,13 @@ Agenda:
5856

5957
## 🔥 What's new
6058

61-
- **Agent Config**: Build agents without code. Check out the
62-
[Agent Config](https://google.github.io/adk-docs/agents/config/) feature.
59+
- **Context compaction**: Supports context compaction to reduce context length. Here is a [sample](https://github.com/google/adk-python/blob/main/contributing/samples/hello_world_app/agent.py#L156) and [compaction config](https://github.com/google/adk-python/blob/main/src/google/adk/apps/app.py#L51).
60+
61+
- **Resumability**: Support pause and resume an invocation in ADK.
6362

64-
- **Tool Confirmation**: A [tool confirmation flow(HITL)](https://google.github.io/adk-docs/tools/confirmation/) that can guard tool execution with explicit confirmation and custom input
63+
- **ReflectRetryToolPlugin**: Add [`ReflectRetryToolPlugin`](https://github.com/google/adk-python/blob/main/src/google/adk/plugins/reflect_retry_tool_plugin.py) to reflect from errors and retry with different arguments when tool errors.
64+
65+
- **Search tool**: Support using Google built-in search and built-in `VertexAiSearchTool` with other tools in the same agent.
6566

6667
## ✨ Key Features
6768

@@ -72,6 +73,11 @@ Agenda:
7273
- **Code-First Development**: Define agent logic, tools, and orchestration
7374
directly in Python for ultimate flexibility, testability, and versioning.
7475

76+
- **Agent Config**: Build agents without code. Check out the
77+
[Agent Config](https://google.github.io/adk-docs/agents/config/) feature.
78+
79+
- **Tool Confirmation**: A [tool confirmation flow(HITL)](https://google.github.io/adk-docs/tools/confirmation/) that can guard tool execution with explicit confirmation and custom input.
80+
7581
- **Modular Multi-Agent Systems**: Design scalable applications by composing
7682
multiple specialized agents into flexible hierarchies.
7783

0 commit comments

Comments
 (0)