-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmanifest.yaml
More file actions
58 lines (52 loc) · 1.26 KB
/
manifest.yaml
File metadata and controls
58 lines (52 loc) · 1.26 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
build:
context:
root: ../../
include_paths:
- 00_sync/030_langgraph
- test_utils
dockerfile: 00_sync/030_langgraph/Dockerfile
dockerignore: 00_sync/030_langgraph/.dockerignore
local_development:
agent:
port: 8718
host_address: host.docker.internal
paths:
acp: project/acp.py
agent:
acp_type: sync
name: s030-langgraph
description: A sync LangGraph agent with tool calling and streaming
temporal:
enabled: false
credentials:
- env_var_name: OPENAI_API_KEY
secret_name: openai-api-key
secret_key: api-key
- env_var_name: REDIS_URL
secret_name: redis-url-secret
secret_key: url
- env_var_name: SGP_API_KEY
secret_name: sgp-api-key
secret_key: api-key
- env_var_name: SGP_ACCOUNT_ID
secret_name: sgp-account-id
secret_key: account-id
- env_var_name: SGP_CLIENT_BASE_URL
secret_name: sgp-client-base-url
secret_key: url
deployment:
image:
repository: ""
tag: "latest"
global:
agent:
name: "s030-langgraph"
description: "A sync LangGraph agent with tool calling and streaming"
replicaCount: 1
resources:
requests:
cpu: "500m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "2Gi"