File tree Expand file tree Collapse file tree
python/agents/ai-security-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ The starter pack will prompt you to select deployment options and provides addit
261261 ` ` ` bash
262262 export GOOGLE_GENAI_USE_VERTEXAI=1
263263 export GOOGLE_CLOUD_PROJECT=my-project
264- export GOOGLE_CLOUD_LOCATION=us-central1
264+ export GOOGLE_CLOUD_LOCATION=us-east1
265265 ` ` `
266266
2672675. Run the agent:
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ name = "ai-security-agent"
33version = " 0.1.0"
44description = " A sophisticated multi-agent system for comprehensive AI safety testing and vulnerability assessment"
55authors = [
6- { name = " Google LLC" }
6+ { name = " Google LLC" },
7+ { name = " Ankul Jain" , email = " ankuljain@google.com" }
78]
89license = {text = " Apache License 2.0" }
910readme = " README.md"
1011requires-python = " >=3.12"
1112
1213dependencies = [
13- " google-adk>=1.18 .0" ,
14+ " google-adk>=1.31 .0" ,
1415 " google-genai>=1.9.0" ,
1516 " google-cloud-aiplatform>=1.127.0" ,
1617 " python-dotenv>=1.2.1" ,
@@ -22,7 +23,7 @@ dependencies = [
2223dev = [
2324 " pytest>=8.3.5" ,
2425 " pytest-asyncio>=0.26.0" ,
25- " google-adk[eval]>=1.0 .0" ,
26+ " google-adk[eval]>=1.31 .0" ,
2627 " ruff>=0.4.6" ,
2728 " mypy>=1.18.2" ,
2829 " agent-starter-pack>=0.32.0" ,
@@ -51,3 +52,9 @@ deployment_targets = ["agent_engine", "cloud_run"]
5152[build-system ]
5253requires = [" hatchling" ]
5354build-backend = " hatchling.build"
55+
56+ [[tool .uv .index ]]
57+ name = " pypi"
58+ url = " https://pypi.org/simple"
59+ default = true
60+
You can’t perform that action at this time.
0 commit comments