docs: clarify LangGraph compatibility entrypoints (#2914)

This commit is contained in:
AochenShen99
2026-05-12 23:15:11 +08:00
committed by GitHub
parent f734e14d8b
commit 506be8bffd
3 changed files with 14 additions and 5 deletions
+4
View File
@@ -242,6 +242,10 @@ backend/
└── Dockerfile # Container build
```
`langgraph.json` is not the default service entrypoint. The scripts and Docker
deployments run the Gateway embedded runtime; the file is kept for LangGraph
tooling, Studio, or direct LangGraph Server compatibility.
---
## Configuration