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 d7a6df6 commit 98ac9d0Copy full SHA for 98ac9d0
typescript-sdk/integrations/langgraph/examples/python/README.md
@@ -4,5 +4,16 @@
4
5
First, make sure to create a new .env file from the .env.example and include the required keys.
6
7
-For python, run:
8
-`pnpx @langchain/langgraph-cli@latest dev`
+To run the Python examples for langgraph platform, run:
+```
9
+cd typescript-sdk/integrations/langgraph/examples/python
10
+pnpx @langchain/langgraph-cli@latest dev
11
12
+
13
+To run the python examples using FastAPI, run:
14
15
16
+poetry install
17
+poetry run dev
18
19
0 commit comments