-
Notifications
You must be signed in to change notification settings - Fork 8
Feature/google adk support #64
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
Conversation
# Conflicts: # ak-py/uv.lock Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
There was a problem hiding this 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.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.