From f63ec37153d609928c655941c91819d7feebc6f3 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Wed, 9 Apr 2025 09:10:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bf467..22c9da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ ### Features * Initial release of the Agent Development Kit (ADK). -* Multi-agent support +* Multi-agent, agent-as-workflow, and custom agent support * Tool authentication support -* Rich tool support(including MCP) +* Rich tool support, e.g. bult-in tools, google-cloud tools, thir-party tools, and MCP tools * Rich callback support * Built-in code execution capability * Asynchronous runtime and execution -* (Experimental) Live(Bidi) agent support and Compositional Function Calling(CFC) support +* Session, and memory support +* Built-in evaluation support +* Development UI that makes local devlopment easy +* Deploy to Google Cloud Run, Agent Engine +* (Experimental) Live(Bidi) auido/video agent support and Compositional Function Calling(CFC) support