Skip to content

ref(adk): migrate ADK wrapper to integrations API#122

Merged
Abhijeet Prasad (AbhiPrasad) merged 5 commits intomainfrom
abhi-refactor-adk-to-integrations-api
Mar 24, 2026
Merged

ref(adk): migrate ADK wrapper to integrations API#122
Abhijeet Prasad (AbhiPrasad) merged 5 commits intomainfrom
abhi-refactor-adk-to-integrations-api

Conversation

@AbhiPrasad
Copy link
Copy Markdown
Member

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) commented Mar 24, 2026

ref #116

Convert the Google ADK (Agent Development Kit) instrumentation from the legacy wrappers pattern to the new integrations API introduced in #118.

  • Extract tracing helpers into integrations/adk/tracing.py
  • Create ADK patchers (agent, runner, flow, mcp_tool) in patchers.py
  • Add AdkIntegration class with proper registration
  • Move tests and cassettes from wrappers/adk/ to integrations/adk/
  • Move auto_instrument test script to integrations/auto_test_scripts/
  • Slim down wrappers/adk/init.py to delegate to integrations
  • Update noxfile.py with ADK integration test sessions
  • Update integrations base and registry for ADK support

I also updated the sdk integration skill, and added a new skill for migrating older wrappers to the new integrations.

Convert the Google ADK (Agent Development Kit) instrumentation from the
legacy wrappers pattern to the new integrations API introduced in #118.

- Extract tracing helpers into integrations/adk/tracing.py
- Create ADK patchers (agent, runner, flow, mcp_tool) in patchers.py
- Add AdkIntegration class with proper registration
- Move tests and cassettes from wrappers/adk/ to integrations/adk/
- Move auto_instrument test script to integrations/auto_test_scripts/
- Slim down wrappers/adk/__init__.py to delegate to integrations
- Update noxfile.py with ADK integration test sessions
- Update integrations base and registry for ADK support
@AbhiPrasad Abhijeet Prasad (AbhiPrasad) force-pushed the abhi-refactor-adk-to-integrations-api branch from 5b2338c to 65a3be9 Compare March 24, 2026 00:38
@AbhiPrasad
Copy link
Copy Markdown
Member Author

after this merges in, I'll tackle #126 to fix!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) merged commit 4252662 into main Mar 24, 2026
32 checks passed
@AbhiPrasad Abhijeet Prasad (AbhiPrasad) deleted the abhi-refactor-adk-to-integrations-api branch March 24, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants