mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 17:42:24 +02:00
Replace 8+ individual ENV lines (LANGGRAPH_STORE, LANGGRAPH_AUTH, LANGGRAPH_HTTP, LANGSERVE_GRAPHS, etc.) with a single AGENT_SERVER_CONFIG env var in generated Dockerfiles. Companion server PR: langchain-ai/langgraph-api#2826 Release Notes: - CLI now emits a single `AGENT_SERVER_CONFIG` environment variable in generated Dockerfiles instead of 8+ individual `LANGGRAPH_*` env vars. Requires langgraph-api >= 0.7.56. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>