Skip to content

Commit b0017ae

Browse files
Shubhamsaboocopybara-github
authored andcommitted
chore: Revise README for clarity and consistency
Merge #3335 Updated terminology in README for clarity and consistency. COPYBARA_INTEGRATE_REVIEW=#3335 from Shubhamsaboo:patch-1 57d574e PiperOrigin-RevId: 826105701
1 parent 1e6a9da commit b0017ae

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="https://raw.githubusercontent.com/google/adk-python/main/assets/agent-development-kit.png" width="256"/>
1212
</h2>
1313
<h3 align="center">
14-
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.
1515
</h3>
1616
<h3 align="center">
1717
Important Links:
@@ -22,7 +22,11 @@
2222
</h3>
2323
</html>
2424

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.
2630

2731
---
2832

@@ -37,7 +41,7 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a
3741
## ✨ Key Features
3842

3943
- **Rich Tool Ecosystem**: Utilize pre-built tools, custom functions,
40-
OpenAPI specs, or integrate existing tools to give agents diverse
44+
OpenAPI specs, MCP tools or integrate existing tools to give agents diverse
4145
capabilities, all for tight integration with the Google ecosystem.
4246

4347
- **Code-First Development**: Define agent logic, tools, and orchestration
@@ -54,13 +58,6 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a
5458
- **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
5559
scale seamlessly with Vertex AI Agent Engine.
5660

57-
## 🤖 Agent2Agent (A2A) Protocol and ADK Integration
58-
59-
For remote agent-to-agent communication, ADK integrates with the
60-
[A2A protocol](https://github.com/google-a2a/A2A/).
61-
See this [example](https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents)
62-
for how they can work together.
63-
6461
## 🚀 Installation
6562

6663
### Stable Release (Recommended)
@@ -84,6 +81,13 @@ pip install git+https://github.com/google/adk-python.git@main
8481

8582
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.
8683

84+
## 🤖 Agent2Agent (A2A) Protocol and ADK Integration
85+
86+
For remote agent-to-agent communication, ADK integrates with the
87+
[A2A protocol](https://github.com/google-a2a/A2A/).
88+
See this [example](https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents)
89+
for how they can work together.
90+
8791
## 📚 Documentation
8892

8993
Explore the full documentation for detailed guides on building, evaluating, and

0 commit comments

Comments
 (0)