Skip to content

refactor: Move SDK to New Repository #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AError
ARequest
ASED
AServer
AStarlette
Autogen
CAs
Camry
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ As AI agents become more prevalent, their ability to interoperate is crucial for

- 📚 **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.
- 📝 **View the Specification:** [A2A Protocol Specification](https://google.github.io/A2A/specification/)
- 🐍 Use the [A2A Python SDK](https://github.com/google/a2a-python)
- 🎬 Use our [samples](/samples) to see A2A in action
- Sample A2A Client/Server ([Python](/samples/python/common), [JS](/samples/js/src))
- [Multi-Agent Web App](/demo/README.md)
- CLI ([Python](/samples/python/hosts/cli/README.md), [JS](/samples/js/README.md))
- 🤖 Use our [sample agents](/samples/python/agents/README.md) to see how to bring A2A to agent frameworks
Expand All @@ -53,11 +53,6 @@ As AI agents become more prevalent, their ability to interoperate is crucial for
- [Marvin](/samples/python/agents/marvin/README.md)
- [Semantic Kernel](/samples/python/agents/semantickernel/README.md)
- [AG2 + MCP](/samples/python/agents/ag2/README.md)
- 📑 Review key topics to understand protocol details
- [A2A and MCP](https://google.github.io/A2A/topics/a2a-and-mcp/)
- [Agent Discovery](https://google.github.io/A2A/topics/agent-discovery/)
- [Enterprise Ready](https://google.github.io/A2A/topics/enterprise-ready/)
- [Push Notifications](https://google.github.io/A2A/topics/streaming-and-async/#2-push-notifications-for-disconnected-scenarios)

## Contributing

Expand Down
10 changes: 0 additions & 10 deletions a2a-python-sdk/.gitignore

This file was deleted.

140 changes: 0 additions & 140 deletions a2a-python-sdk/.ruff.toml

This file was deleted.

41 changes: 0 additions & 41 deletions a2a-python-sdk/.vscode/launch.json

This file was deleted.

16 changes: 0 additions & 16 deletions a2a-python-sdk/.vscode/settings.json

This file was deleted.

Loading
Loading