Skip to content

Commit d20743f

Browse files
committed
Run langgraph fastapi now with new commands
1 parent 6da5393 commit d20743f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

typescript-sdk/apps/dojo/scripts/prep-dojo-everything.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const crewai = {
6161
const langgraphFastapi = {
6262
command: 'poetry install',
6363
name: 'LG FastAPI',
64-
cwd: path.join(integrationsRoot, 'langgraph/python/ag_ui_langgraph/examples'),
64+
cwd: path.join(integrationsRoot, 'langgraph/examples/python'),
6565
}
6666

6767
// Langgraph (Platorm {typescript})
@@ -115,7 +115,7 @@ async function main() {
115115
serverStarterAllFeatures,
116116
agno,
117117
crewai,
118-
// langgraphFastapi, // Disabled until build fixes
118+
langgraphFastapi,
119119
langgraphPlatformTypescript,
120120
llamaIndex,
121121
mastra,

typescript-sdk/apps/dojo/scripts/run-dojo-everything.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const crewai = {
6363
const langgraphFastapi = {
6464
command: 'poetry run dev',
6565
name: 'LG FastAPI',
66-
cwd: path.join(integrationsRoot, 'langgraph/python/ag_ui_langgraph/examples'),
66+
cwd: path.join(integrationsRoot, 'langgraph/examples/python'),
6767
env: {PORT: 8004},
6868
}
6969

@@ -135,7 +135,7 @@ const procs = [
135135
serverStarterAllFeatures,
136136
agno,
137137
crewai,
138-
// langgraphFastapi, // Disabled until it runs
138+
langgraphFastapi,
139139
langgraphPlatformPython,
140140
// TODO: Also run the typescript version of langgraph.
141141
langgraphPlatformTypescript,

0 commit comments

Comments
 (0)