mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-08-28 11:07:19 +08:00
1677b7bb2e
Vendors the deep-agents showcase from CopilotKit/CopilotKit (examples/showcases/deep-agents) into generative_ui_agents/ — self-contained Next.js + LangGraph Python app demonstrating planning, virtual filesystem, and per-tool generative UI cards with Tavily-powered web research.
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "Dockerfile"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "npm start",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 5
|
|
}
|
|
}
|