Skip to content

Conversation

@amithad
Copy link
Member

@amithad amithad commented Oct 2, 2025

No description provided.

@amithad amithad requested a review from Copilot October 2, 2025 11:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces Google ADK (Agent Development Kit) support for the Agent Kernel framework, enabling integration of Google ADK-based agents into the Agent Kernel ecosystem.

  • Adds GoogleADK module implementation with session management and agent wrapping
  • Creates CLI, serverless (AWS Lambda), and containerized (AWS ECS) example implementations
  • Updates project configuration to include ADK dependencies and build scripts

Reviewed Changes

Copilot reviewed 36 out of 42 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ak-py/src/ak/adk/ Core GoogleADK module implementation with agent wrapper and session management
ak-py/pyproject.toml Adds ADK dependencies and new optional dependency groups
examples/cli/adk/ CLI example demonstrating GoogleADK agents with test coverage
examples/aws-serverless/adk/ AWS Lambda deployment example for GoogleADK agents
examples/aws-containerized/adk/ AWS ECS deployment example for GoogleADK agents
ak-deployment/ak-aws/containered/ Infrastructure improvements for containerized deployments
examples/aws-serverless/openai/config.yaml Redis URL configuration update
ak-py/src/ak/crewai/init.py Documentation formatting fix
Files not reviewed (2)
  • examples/aws-containerized/adk/deploy/.terraform.lock.hcl: Language not supported
  • examples/aws-serverless/adk/deploy/.terraform.lock.hcl: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@amithad amithad merged commit 229cbea into develop Oct 2, 2025
4 checks passed
@amithad amithad deleted the feature/google-adk-support branch October 2, 2025 11:51
@amithad amithad linked an issue Oct 2, 2025 that may be closed by this pull request
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.

Google ADK (Google Agent Development Kit) Support

3 participants