[docs] Update guidance on min bounds for deployment (#2652)

This commit is contained in:
William FH
2024-12-05 17:50:36 +00:00
committed by GitHub
parent b7fd391811
commit b3bf4dd43c
4 changed files with 14 additions and 4 deletions
+5
View File
@@ -33,6 +33,11 @@ The `langgraph build` command builds a Docker image for the [LangGraph API serve
!!! note "New in version 0.1.55"
The `langgraph dev` command was introduced in langgraph-cli version 0.1.55.
!!! note "Python only"
Currently, the CLI only supports Python >= 3.11.
JS support is coming soon.
The `langgraph dev` command starts a lightweight development server that requires no Docker installation. This server is ideal for rapid development and testing, with features like:
- Hot reloading: Changes to your code are automatically detected and reloaded