Files
GeneralJerel 1677b7bb2e feat(generative-ui): add AI Deep Research Agent demo
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.
2026-05-18 05:23:54 -07:00

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
}
}