Contributing to Awesome A2A Libraries
December 19, 2025 Β· View on GitHub
Thank you for considering contributing! π Your help is essential for keeping this list accurate, focused, and useful for developers building Agent-to-Agent (A2A) systems.
This document outlines the guidelines for contributing to Awesome A2A Libraries.
Table of Contents
Code of Conduct
This project is governed by the Code of Conduct. By participating, you agree to uphold this code and help maintain a respectful community.
How Can I Contribute?
Suggesting Libraries
If you know of an A2A-compatible library or SDK but donβt want to open a PR yourself, feel free to open an Issue with:
- a link to the repository
- the programming language
- a short explanation of how it supports A2A
Please ensure the suggestion meets the Contribution Guidelines.
Adding Libraries (Pull Requests)
Pull Requests are the preferred way to contribute.
Before submitting, make sure your addition:
- strictly relates to A2A
- is a library or SDK, not a product or platform
- is added under the correct programming language
Reporting Issues
Please open an Issue if you find:
- broken or outdated links
- incorrect classifications
- libraries that no longer support A2A
- structural or organizational problems
Suggestions for improving the list structure are also welcome.
Contribution Guidelines
What to Add
We accept only code libraries that implement or directly support the Agent2Agent (A2A) protocol, including:
- SDKs & Client Libraries β Language-native A2A clients or SDKs
- Servers & Infrastructure β A2A-compatible servers, registries, discovery services, or transports
- Utilities β Message schemas, validation tools, adapters, or helpers directly enabling A2A
Libraries must be usable programmatically and publicly accessible.
What NOT to Add
Please do NOT add:
- General agent or AI frameworks without A2A support
- Tutorials, blog posts, or conceptual articles
- Example apps or demos that are not reusable libraries
- SaaS platforms or hosted products
- Prompt collections or templates
- Vague, promotional, or abandoned repositories
If a resource does not clearly support A2A, it does not belong in this list.
Quality Standards
All submissions should meet the following criteria:
- Relevance β Explicit A2A support or implementation
- Clarity β Clear purpose and documentation
- Maintenance β Actively maintained or reasonably complete
- Accuracy β Correct classification and description
Maintainers may reject or remove entries that do not meet these standards.
Formatting
Use the following format for entries:
-
Library Name Short, objective description
- Role: sdk | client | server | utility
- Model: peer-to-peer | hybrid
- Maturity: experimental | stable | production
Guidelines:
- Keep descriptions concise and factual
- Place the entry under the correct language section
- Avoid marketing language
- Do not add emojis to list items
Commit Message Guidelines
Please use clear, consistent commit messages.
Format: [Emoji] [Action]: [Short description]
Examples:
- π¦ Add A2A SDK for Rust
- π Fix broken link in Python section
- π Improve contribution guidelines
- π₯ Remove unmaintained A2A library
Common Emojis:
- π¦ New library or SDK
- π Fix or correction
- π Documentation update
- π₯ Removal of outdated entries
- π¨ Formatting or structural changes
Pull Request Process
- Fork the repository
- Clone your fork: git clone https://github.com/YOUR_USERNAME/awesome-a2a-libraries.git
- Create a branch: git checkout -b add-a2a-library
- Add your entry to README.md following the formatting rules
- Commit your changes using the guidelines above
- Push your branch and open a Pull Request
- Clearly explain what you added and why it belongs
Maintainers may request changes before merging.
Questions?
If youβre unsure whether a library belongs in this list, open an Issue with the label question and weβll discuss it.
Thank you for helping keep Awesome A2A Libraries focused and high-quality β€οΈ
Why this adaptation works
- β Zero ambiguity about scope
- β Prevents list dilution
- β Reinforces libraries only
- β Easy to maintain long-term
- β Complements (not competes with) other awesome lists
If you want next, I can:
- tighten it further (more strict)
- align it with the exact README structure
- add a PR checklist
- or make a minimal version if you prefer less process
Just tell me.