| [ Web Proxy ] |
| Viewing: https://adk.dev/integrations/../../runtime/../../tools-custom/../../community/contributing-guide/ | [Back] [Original] |
[logo]
Thank you for your interest in contributing to Agent Development Kit (ADK)! We welcome contributions to the core frameworks, documentation, and related components, which are listed below.
This guide provides information on how to get involved.
The ADK project is split across several repositories. Find the right one for your contribution:
| Repository | Description | Detailed Guide |
|---|---|---|
google/adk-python |
Contains the core Python library source code | CONTRIBUTING.md |
google/adk-python-community |
Contains community-contributed tools, integrations, and scripts | CONTRIBUTING.md |
google/adk-js |
Contains the core JavaScript library source code | CONTRIBUTING.md |
google/adk-go |
Contains the core Go library source code | CONTRIBUTING.md |
google/adk-java |
Contains the core Java library source code | CONTRIBUTING.md |
google/adk-docs |
Contains the source for the documentation site you are currently reading | CONTRIBUTING.md |
google/adk-samples |
Contains sample agents for ADK | CONTRIBUTING.md |
google/adk-web |
Contains the source for the adk web dev UI |
These repositories typically include a CONTRIBUTING.md file in the root of
their repository with more detailed information on requirements, testing, code
review processes, etc. for that particular component.
Contributions to this project must be accompanied by a Contributor License Agreement (CLA). You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.
If you or your current employer have already signed the Google CLA (even if it was for a different project), you probably don't need to do it again.
Visit https://cla.developers.google.com/ to see your current agreements or to sign a new one.
This project follows Google's Open Source Community Guidelines.
There are several ways you can contribute to ADK:
If you find a bug in the framework or an error in the documentation:
google/adk-python,
google/adk-js,
google/adk-go, or
google/adk-javagoogle/adk-docs (use bug template)Have an idea for a new feature or an improvement to an existing one?
google/adk-python,
google/adk-js,
google/adk-go, or
google/adk-javagoogle/adk-docsFound a typo, unclear explanation, or missing information? Submit your changes directly:
google/adk-docsHelp fix bugs, implement new features or contribute code samples for the documentation:
How: Submit a Pull Request (PR) with your code changes.
google/adk-pythongoogle/adk-jsgoogle/adk-gogoogle/adk-javagoogle/adk-docsAll contributions, including those from project members, undergo a review process.
We use GitHub Pull Requests (PRs) for code submission and review. Please ensure your PR clearly describes the changes you are making.
By contributing, you agree that your contributions will be licensed under the project's Apache 2.0 License.
If you get stuck or have questions, feel free to open an issue on the relevant repository's issue tracker.
| Web Proxy Viewer | New URL | Original Page |