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
Merge #3335
Updated terminology in README for clarity and consistency.
COPYBARA_INTEGRATE_REVIEW=#3335 from Shubhamsaboo:patch-1 57d574e
PiperOrigin-RevId: 826105701
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
14
+
An open-source, code-first Python framework for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
15
15
</h3>
16
16
<h3 align="center">
17
17
Important Links:
@@ -22,7 +22,11 @@
22
22
</h3>
23
23
</html>
24
24
25
-
Agent Development Kit (ADK) is a flexible and modular framework for developing and deploying AI agents. While optimized for Gemini and the Google ecosystem, ADK is model-agnostic, deployment-agnostic, and is built for compatibility with other frameworks. ADK was designed to make agent development feel more like software development, to make it easier for developers to create, deploy, and orchestrate agentic architectures that range from simple tasks to complex workflows.
25
+
Agent Development Kit (ADK) is a flexible and modular framework that applies
26
+
software development principles to AI agent creation. It is designed to
27
+
simplify building, deploying, and orchestrating agent workflows, from simple
28
+
tasks to complex systems. While optimized for Gemini, ADK is model-agnostic,
29
+
deployment-agnostic, and compatible with other frameworks.
26
30
27
31
---
28
32
@@ -37,7 +41,7 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a
Note: The development version is built directly from the latest code commits. While it includes the newest fixes and features, it may also contain experimental changes or bugs not present in the stable release. Use it primarily for testing upcoming changes or accessing critical fixes before they are officially released.
86
83
84
+
## 🤖 Agent2Agent (A2A) Protocol and ADK Integration
85
+
86
+
For remote agent-to-agent communication, ADK integrates with the
0 commit comments