From 553bede77eb7e96a8b0474de71658871b30822fd Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Wed, 9 Apr 2025 08:53:35 -0700 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..62bf467 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 + +### Features +* Initial release of the Agent Development Kit (ADK). +* Multi-agent support +* Tool authentication support +* Rich tool support(including MCP) +* Rich callback support +* Built-in code execution capability +* Asynchronous runtime and execution +* (Experimental) Live(Bidi) agent support and Compositional Function Calling(CFC) support