You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-**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.
63
62
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.
65
66
66
67
## ✨ Key Features
67
68
@@ -72,6 +73,11 @@ Agenda:
72
73
-**Code-First Development**: Define agent logic, tools, and orchestration
73
74
directly in Python for ultimate flexibility, testability, and versioning.
74
75
76
+
-**Agent Config**: Build agents without code. Check out the
-**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
+
75
81
-**Modular Multi-Agent Systems**: Design scalable applications by composing
76
82
multiple specialized agents into flexible hierarchies.
0 commit comments