We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d5f2f commit c08e98bCopy full SHA for c08e98b
typescript-sdk/integrations/langgraph/examples/python/agents/dojo.py
@@ -5,7 +5,7 @@
5
from dotenv import load_dotenv
6
load_dotenv()
7
8
-os.environ["IS_FASTAPI"] = "true"
+os.environ["LANGGRAPH_FAST_API"] = "true"
9
10
from ag_ui_langgraph import LangGraphAgent, add_langgraph_fastapi_endpoint
11
from .human_in_the_loop.agent import graph as human_in_the_loop_graph
0 commit comments