Align Google ADK extension with tooling extension conventions#158
Merged
JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom Feb 3, 2026
Merged
Align Google ADK extension with tooling extension conventions#158JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom
JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom
Conversation
Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new Google ADK tooling extension to Agent365
Align Google ADK extension with tooling extension conventions
Feb 3, 2026
JesuTerraz
approved these changes
Feb 3, 2026
JesuTerraz
added a commit
that referenced
this pull request
Feb 6, 2026
* initial commit * update pyproject.toml * test additions * remove non-central versioning * format * format x2 * ignore E402 * remove duplicate folder * remove extra newline * Fix Google ADK extension documentation and linting config (#157) * Initial plan * Fix design.md and add ruff copyright config per review comments Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Align Google ADK extension with tooling extension conventions (#158) * Initial plan * Fix setup.py consistency and add @pytest.mark.unit decorators Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Modify agent instead of creating a new instance * Fix Google ADK extension documentation and log messages (#160) * Initial plan * Fix documentation and log message for in-place agent modification Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Remove redundant comment from documentation example Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
Addresses inconsistencies in the Google ADK tooling extension identified during code review.
Changes
use_exact_match=Trueto enforce identical versions across all SDK packages, matching openai/semantickernel/agentframework extensions@pytest.mark.unitdecorator to all 11 test methods per codebase conventionBoth changes align the Google extension with established patterns across other tooling extensions.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.