forked from ag-ui-protocol/ag-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
456 lines (456 loc) · 13.6 KB
/
render.yaml
File metadata and controls
456 lines (456 loc) · 13.6 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
# Exported from Render on 2026-03-19T22:30:30Z
version: "1"
projects:
- name: AG-UI Dojo
environments:
- name: Production
services:
- type: web
name: ag-ui-dojo-langgraph-fastapi
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: PYTHON_VERSION
sync: false
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/langgraph/python/examples
- type: web
name: ag-ui-dojo-crewai
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: poetry install
startCommand: poetry run dev
autoDeployTrigger: commit
rootDir: integrations/crew-ai/python
- type: web
name: ag-ui-dojo-pydantic-ai
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: UVICORN_HOST
sync: false
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/pydantic-ai/python/examples
- type: web
name: ag-ui-dojo-mastra
runtime: node
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: npm install
startCommand: npm run dev
autoDeployTrigger: commit
rootDir: integrations/mastra/typescript/examples
- type: web
name: ag-ui-dojo-ag2
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/ag2/python/examples
- type: web
name: ag-ui-dojo-server-starter-all-features
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: poetry install
startCommand: poetry run dev
autoDeployTrigger: commit
rootDir: integrations/server-starter-all-features/python/examples
- type: web
name: ag-ui-dojo-strands-python
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: standard
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: poetry install
startCommand: poetry run dev
autoDeployTrigger: commit
rootDir: integrations/aws-strands/python/examples
- type: web
name: ag-ui-dojo-agno
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
- key: PORT
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/agno/python/examples
- type: web
name: ag-ui-dojo-a2a-middleware-finance
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run finance.py
autoDeployTrigger: commit
rootDir: middlewares/a2a-middleware/examples
- type: web
name: ag-ui-dojo-a2a-middleware-orchestrator
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run orchestrator.py
autoDeployTrigger: commit
rootDir: middlewares/a2a-middleware/examples
- type: web
name: ag-ui-dojo-a2a-middleware-businesses_management
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run buildings_management.py
autoDeployTrigger: commit
rootDir: middlewares/a2a-middleware/examples
- type: web
name: ag-ui-dojo-server-starter
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
region: virginia
buildCommand: poetry install
startCommand: poetry run dev
autoDeployTrigger: commit
rootDir: integrations/server-starter/python/examples
- type: web
name: ag-ui-dojo-llamaindex
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/llama-index/python/examples
- type: web
name: ag-ui-dojo-open-agent-spec
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_MODEL
sync: false
- key: OPENAI_BASE_URL
sync: false
- key: OPENAI_API_KEY
sync: false
region: virginia
buildCommand: uv sync --extra langgraph --extra wayflow
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/agent-spec/python/examples
- type: web
name: ag-ui-dojo-maf-dotnet
runtime: docker
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: AZURE_CLIENT_ID
sync: false
- key: AZURE_CLIENT_SECRET
sync: false
- key: AZURE_TENANT_ID
sync: false
- key: AZURE_OPENAI_DEPLOYMENT_NAME
sync: false
- key: AZURE_OPENAI_ENDPOINT
sync: false
region: virginia
dockerContext: .
dockerfilePath: ./Dockerfile
autoDeployTrigger: commit
rootDir: integrations/microsoft-agent-framework/dotnet/examples/AGUIDojoServer
- type: web
name: ag-ui-dojo-maf-python
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
- key: AZURE_TENANT_ID
sync: false
- key: AZURE_OPENAI_ENDPOINT
sync: false
- key: AZURE_OPENAI_CHAT_DEPLOYMENT_NAME
sync: false
- key: AZURE_CLIENT_SECRET
sync: false
- key: AZURE_CLIENT_ID
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/microsoft-agent-framework/python/examples
- type: web
name: ag-ui-dojo-a2a-middleware-it
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run it.py
autoDeployTrigger: commit
rootDir: middlewares/a2a-middleware/examples
- type: web
name: ag-ui-adk
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: GOOGLE_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/adk-middleware/python/examples
- type: web
name: ag-ui-dojo-claude-agent-sdk-python
runtime: python
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: ANTHROPIC_API_KEY
sync: false
region: virginia
buildCommand: uv sync
startCommand: uv run dev
autoDeployTrigger: commit
rootDir: integrations/claude-agent-sdk/python/examples
- type: web
name: ag-ui-dojo-claude-agent-sdk-typescript
runtime: node
repo: https://github.com/ag-ui-protocol/ag-ui
plan: starter
scaling:
minInstances: 1
maxInstances: 3
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: ANTHROPIC_API_KEY
sync: false
region: virginia
buildCommand: cd ../../.. && npm install -g pnpm && pnpm install && npx nx run @ag-ui/claude-agent-sdk:build
startCommand: npx tsx examples/server.ts
autoDeployTrigger: commit
rootDir: integrations/claude-agent-sdk/typescript
- type: web
name: ag-ui-dojo-app
runtime: node
repo: https://github.com/ag-ui-protocol/ag-ui
plan: standard
scaling:
minInstances: 1
maxInstances: 5
targetMemoryPercent: 70
targetCPUPercent: 70
envVars:
- key: OPENAI_API_KEY
sync: false
- key: LANGSMITH_API_KEY
sync: false
- key: AG2_URL
value: https://ag-ui-dojo-ag2.onrender.com
- key: SERVER_STARTER_URL
value: https://ag-ui-dojo-server-starter.onrender.com
- key: SERVER_STARTER_ALL_FEATURES_URL
value: https://ag-ui-dojo-server-starter-all-features.onrender.com
- key: MASTRA_URL
value: https://ag-ui-dojo-mastra.onrender.com
- key: LANGGRAPH_PYTHON_URL
value: https://ag-ui-dojo-langgraph-a3e8cf6dfca35b3e85fa7667419dc1cb.us.langgraph.app
- key: LANGGRAPH_FAST_API_URL
value: https://ag-ui-dojo-langgraph-fastapi.onrender.com
- key: LANGGRAPH_TYPESCRIPT_URL
value: https://ag-ui-dojo-langgraph-typesc-d24705783cdd5e189135a5844e5e7a75.us.langgraph.app
- key: AGNO_URL
value: https://ag-ui-dojo-agno.onrender.com
- key: LLAMA_INDEX_URL
value: https://ag-ui-dojo-llamaindex.onrender.com
- key: CREW_AI_URL
value: https://ag-ui-dojo-crewai.onrender.com
- key: AGENT_SPEC_URL
value: https://ag-ui-dojo-open-agent-spec.onrender.com
- key: PYDANTIC_AI_URL
value: https://ag-ui-dojo-pydantic-ai.onrender.com
- key: ADK_MIDDLEWARE_URL
value: https://ag-ui-adk.onrender.com
- key: AGENT_FRAMEWORK_PYTHON_URL
value: https://ag-ui-dojo-maf-python.onrender.com
- key: AGENT_FRAMEWORK_DOTNET_URL
value: https://ag-ui-dojo-maf-dotnet.onrender.com
- key: A2A_MIDDLEWARE_BUILDINGS_MANAGEMENT_URL
value: https://ag-ui-dojo-a2a-middleware-businesses-management.onrender.com
- key: A2A_MIDDLEWARE_FINANCE_URL
value: https://ag-ui-dojo-a2a-middleware-finance.onrender.com
- key: A2A_MIDDLEWARE_IT_URL
value: https://ag-ui-dojo-a2a-middleware-it.onrender.com
- key: A2A_MIDDLEWARE_ORCHESTRATOR_URL
value: https://ag-ui-dojo-a2a-middleware-orchestrator.onrender.com
- key: AWS_STRANDS_URL
value: https://ag-ui-dojo-strands-python.onrender.com
- key: CLAUDE_AGENT_SDK_PYTHON_URL
value: https://ag-ui-dojo-claude-agent-sdk-python.onrender.com
- key: CLAUDE_AGENT_SDK_TYPESCRIPT_URL
value: https://ag-ui-dojo-claude-agent-sdk-typescript.onrender.com
region: virginia
buildCommand: cd ../.. && pnpm install && npx nx run demo-viewer:build
startCommand: pnpm start
autoDeployTrigger: commit
rootDir: apps/dojo