@@ -24,7 +24,10 @@ const coAgentsResearchCanvasUIWithLocalDeps = createUIProjectStack({
2424 dependencies : "Local" ,
2525 selfHostedAgentProject : coAgentsResearchCanvasAgentWithLocalDeps . selfHostedAgent ,
2626 lgcAgentProjectPython : coAgentsResearchCanvasAgentWithLocalDeps . lgcAgentPython ,
27- environmentVariables : { }
27+ environmentVariables : { } ,
28+ customOutputs : {
29+ "LgcJSDeploymentUrl" : `https://coagents-research-canvas-st-08476feebc3a58e5925116da0d3ad635.default.us.langgraph.app`
30+ }
2831} ) ;
2932
3033/*
@@ -45,7 +48,10 @@ const coAgentsRoutingUIWithLocalDeps = createUIProjectStack({
4548 dependencies : "Local" ,
4649 selfHostedAgentProject : coAgentsRoutingAgentWithLocalDeps . selfHostedAgent ,
4750 lgcAgentProjectPython : coAgentsRoutingAgentWithLocalDeps . lgcAgentPython ,
48- environmentVariables : { }
51+ environmentVariables : { } ,
52+ customOutputs : {
53+ "LgcJSDeploymentUrl" : `https://coagents-routing-stg-js-4df4be4cab70578ca535df7e1c0b05cf.default.us.langgraph.app`
54+ }
4955} ) ;
5056
5157/*
@@ -66,7 +72,10 @@ const qaTextUIWithLocalDeps = createUIProjectStack({
6672 dependencies : "Local" ,
6773 selfHostedAgentProject : qaTextAgentWithLocalDeps . selfHostedAgent ,
6874 lgcAgentProjectPython : qaTextAgentWithLocalDeps . lgcAgentPython ,
69- environmentVariables : { }
75+ environmentVariables : { } ,
76+ customOutputs : {
77+ "LgcJSDeploymentUrl" : `https://coagents-qa-text-stg-js-4d74616e480750d0a5d10d0c3c5d44a4.default.us.langgraph.app`
78+ }
7079} ) ;
7180
7281/*
@@ -87,7 +96,10 @@ const qaNativeUIWithLocalDeps = createUIProjectStack({
8796 dependencies : "Local" ,
8897 selfHostedAgentProject : qaNativeAgentWithLocalDeps . selfHostedAgent ,
8998 lgcAgentProjectPython : qaNativeAgentWithLocalDeps . lgcAgentPython ,
90- environmentVariables : { }
99+ environmentVariables : { } ,
100+ customOutputs : {
101+ "LgcJSDeploymentUrl" : `https://coagents-qa-native-stg-js-036615e530e8593286ccf93d3003ffe2.default.us.langgraph.app`
102+ }
91103} ) ;
92104
93105/**
0 commit comments