docs(readme): add Google ADK integration section #187
Open
shashi-stackone wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the README’s “Integration Examples” by adding a new collapsible section documenting how to integrate StackOne with Google’s Agent Development Kit (ADK) via the stackone-adk plugin.
Changes:
- Adds a “Google ADK Integration”
<details>block under Integration Examples. - Provides installation and a minimal async example using
StackOnePluginwith an ADKAgent/AppandInMemoryRunner. - Links to the
stackone-adkintegration page and the plugin repository for configuration details.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| asyncio.run(main()) | ||
| ``` | ||
|
|
||
| For configuration details and the `search_and_execute` mode, see the [stackone-adk repository](https://github.com/StackOneHQ/stackone-adk-plugin). |
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
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
section.
stackone-adkplugin, which is the first-party ADKintegration listed at https://adk.dev/integrations/stackone/ and compatible with
ADK 2.0.
Summary by cubic
Adds a collapsible Google ADK integration example to the README, showing how to use StackOne with ADK 2.0 via the
stackone-adkplugin. Includes a runnable snippet and an install command.stackone-adk.uv add stackone-adkand a link to the plugin docs for configuration andsearch_and_executemode.Written for commit 534eccf. Summary will update on new commits.