-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathagent_engine.yaml
More file actions
40 lines (35 loc) · 788 Bytes
/
agent_engine.yaml
File metadata and controls
40 lines (35 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: agent-engine.google.com/v1
kind: Agent
metadata:
name: adk-sql-agent
description: "Multi-agent SQL system with iterative query refinement"
spec:
# The main agent entry point
agent:
module: sql_agent.agent
name: root_agent
# Runtime configuration
runtime:
python_version: "3.11"
# Environment variables
env:
- name: GOOGLE_GENAI_USE_VERTEXAI
value: "TRUE"
- name: GOOGLE_CLOUD_PROJECT
valueFrom:
projectId: true
- name: GOOGLE_CLOUD_LOCATION
valueFrom:
region: true
# Resource requirements
resources:
cpu: "2"
memory: "4Gi"
# Scaling configuration
scaling:
minInstances: 1
maxInstances: 10
# Health check
healthCheck:
enabled: true
path: /health