From 80bdb0150472c82cee627793de5f1b0b6f9b93c6 Mon Sep 17 00:00:00 2001 From: Xuwei Tan Date: Fri, 5 Jun 2026 23:53:52 +0000 Subject: [PATCH] chore: add Data Engineering Agent client metadata and requirements --- .github/CODEOWNERS | 1 + geminidataanalytics/dataengineeringagent/requirements.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 geminidataanalytics/dataengineeringagent/requirements.txt diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d43a7b0c072..330069262a2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -87,6 +87,7 @@ /connectgateway/**/* @GoogleCloudPlatform/connectgateway @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers /dlp/**/* @GoogleCloudPlatform/googleapis-dlp @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers /functions/spanner/* @GoogleCloudPlatform/api-spanner-python @GoogleCloudPlatform/functions-framework-google @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers +/geminidataanalytics/**/* @GoogleCloudPlatform/data-engineering-agent-team @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers /healthcare/**/* @GoogleCloudPlatform/healthcare-life-sciences @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers /retail/**/* @GoogleCloudPlatform/cloud-retail-team @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers /billing/**/* @GoogleCloudPlatform/billing-samples-maintainers @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers diff --git a/geminidataanalytics/dataengineeringagent/requirements.txt b/geminidataanalytics/dataengineeringagent/requirements.txt new file mode 100644 index 00000000000..5630fd4ffc7 --- /dev/null +++ b/geminidataanalytics/dataengineeringagent/requirements.txt @@ -0,0 +1,3 @@ +a2a-sdk==1.0.3 +httpx==0.28.1 +google-auth==2.52.0