-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: Add DeepWiki badge to README #1143
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added DeepWiki badge linking to https://deepwiki.com/google/adk-python - Badge provides users with access to up-to-date documentation they can interact with
hangfei
approved these changes
Jun 9, 2025
Collaborator
|
This is a common pattern now across other OSS repos. |
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 9, 2025
Merge #1143 ## Summary Added a DeepWiki badge to the README.md file to provide users with easy access to interactive documentation that stays automatically updated. ## Changes Made - Added DeepWiki badge to the existing badge section in README.md - Badge links to: https://deepwiki.com/google/adk-python ## What is DeepWiki? DeepWiki provides up-to-date documentation you can talk to, for every repository in the world. By adding this badge to our repository, we help users find and interact with documentation more easily. Users can ask questions about the codebase and get contextual answers based on the latest repository content. The documentation is automatically updated weekly, ensuring that users always have access to the most current information about the ADK codebase, including new features, API changes, and code examples that reflect the latest development progress. COPYBARA_INTEGRATE_REVIEW=#1143 from takashikik:add-deepwiki-badge d9b8bc6 PiperOrigin-RevId: 769273276
Collaborator
|
Thanks. Merged. |
coder-aditi
pushed a commit
to coder-aditi/adk-python
that referenced
this pull request
Jul 2, 2025
Merge google#1143 ## Summary Added a DeepWiki badge to the README.md file to provide users with easy access to interactive documentation that stays automatically updated. ## Changes Made - Added DeepWiki badge to the existing badge section in README.md - Badge links to: https://deepwiki.com/google/adk-python ## What is DeepWiki? DeepWiki provides up-to-date documentation you can talk to, for every repository in the world. By adding this badge to our repository, we help users find and interact with documentation more easily. Users can ask questions about the codebase and get contextual answers based on the latest repository content. The documentation is automatically updated weekly, ensuring that users always have access to the most current information about the ADK codebase, including new features, API changes, and code examples that reflect the latest development progress. COPYBARA_INTEGRATE_REVIEW=google#1143 from takashikik:add-deepwiki-badge d9b8bc6 PiperOrigin-RevId: 769273276
seanzhou1023
pushed a commit
to soundTricker/adk-python
that referenced
this pull request
Jul 11, 2025
Merge google#1143 ## Summary Added a DeepWiki badge to the README.md file to provide users with easy access to interactive documentation that stays automatically updated. ## Changes Made - Added DeepWiki badge to the existing badge section in README.md - Badge links to: https://deepwiki.com/google/adk-python ## What is DeepWiki? DeepWiki provides up-to-date documentation you can talk to, for every repository in the world. By adding this badge to our repository, we help users find and interact with documentation more easily. Users can ask questions about the codebase and get contextual answers based on the latest repository content. The documentation is automatically updated weekly, ensuring that users always have access to the most current information about the ADK codebase, including new features, API changes, and code examples that reflect the latest development progress. COPYBARA_INTEGRATE_REVIEW=google#1143 from takashikik:add-deepwiki-badge d9b8bc6 PiperOrigin-RevId: 769273276
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Added a DeepWiki badge to the README.md file to provide users with easy access to interactive documentation that stays automatically updated.
Changes Made
What is DeepWiki?
DeepWiki provides up-to-date documentation you can talk to, for every repository in the world. By adding this badge to our repository, we help users find and interact with documentation more easily. Users can ask questions about the codebase and get contextual answers based on the latest repository content.
The documentation is automatically updated weekly, ensuring that users always have access to the most current information about the ADK codebase, including new features, API changes, and code examples that reflect the latest development progress.