Assumptions
- The project is used as a library/framework — users control their own
application code, model selection, and deployment.
- Checkpoint storage backends (databases) are deployed with proper
access controls by the user.
- LLM providers return well-formed responses per their documented API
contracts.
- The
langgraph.json configuration file is
developer-controlled and not user-supplied at runtime.
- The CLI runs in a developer environment with Docker access.
- The SDK connects to trusted LangGraph Server endpoints chosen by the
user.
- SDK Encryption handlers are developer-authored server-side code with
application-level trust.