Skip to content

Commit 40f4b2f

Browse files
authored
refactor: Move SDK to New Repository (#518)
Python SDK codebase is now in https://github.com/google/a2a-python
1 parent 51cfe6f commit 40f4b2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+169
-9847
lines changed

.github/actions/spelling/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AError
1010
ARequest
1111
ASED
1212
AServer
13+
AStarlette
1314
Autogen
1415
CAs
1516
Camry

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ As AI agents become more prevalent, their ability to interoperate is crucial for
3939

4040
- 📚 **Explore the Documentation:** Visit the [Agent2Agent Protocol Documentation Site](https://google.github.io/A2A/) for a complete overview, the full protocol specification, tutorials, and guides.
4141
- 📝 **View the Specification:** [A2A Protocol Specification](https://google.github.io/A2A/specification/)
42+
- 🐍 Use the [A2A Python SDK](https://github.com/google/a2a-python)
4243
- 🎬 Use our [samples](/samples) to see A2A in action
43-
- Sample A2A Client/Server ([Python](/samples/python/common), [JS](/samples/js/src))
4444
- [Multi-Agent Web App](/demo/README.md)
4545
- CLI ([Python](/samples/python/hosts/cli/README.md), [JS](/samples/js/README.md))
4646
- 🤖 Use our [sample agents](/samples/python/agents/README.md) to see how to bring A2A to agent frameworks
@@ -53,11 +53,6 @@ As AI agents become more prevalent, their ability to interoperate is crucial for
5353
- [Marvin](/samples/python/agents/marvin/README.md)
5454
- [Semantic Kernel](/samples/python/agents/semantickernel/README.md)
5555
- [AG2 + MCP](/samples/python/agents/ag2/README.md)
56-
- 📑 Review key topics to understand protocol details
57-
- [A2A and MCP](https://google.github.io/A2A/topics/a2a-and-mcp/)
58-
- [Agent Discovery](https://google.github.io/A2A/topics/agent-discovery/)
59-
- [Enterprise Ready](https://google.github.io/A2A/topics/enterprise-ready/)
60-
- [Push Notifications](https://google.github.io/A2A/topics/streaming-and-async/#2-push-notifications-for-disconnected-scenarios)
6156

6257
## Contributing
6358

a2a-python-sdk/.gitignore

-10
This file was deleted.

a2a-python-sdk/.ruff.toml

-140
This file was deleted.

a2a-python-sdk/.vscode/launch.json

-41
This file was deleted.

a2a-python-sdk/.vscode/settings.json

-16
This file was deleted.

0 commit comments

Comments
 (0)