Skip to content

cli==0.1.47

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:09

langgraph-cli 0.1.47

Summary of Changes

  • Improved CLI feedback and documentation for the langgraph up command, clarifying requirements for both local testing and production use (PR #884)

Detailed Changes

CLI up command

  • Enhanced the help text to clearly differentiate between local testing requirements (LangSmith API key with access to LangGraph Cloud closed beta) and production requirements (license key) (PR #884)
  • Added informative console messages when starting the LangGraph API server:
    • Green status message indicating server startup
    • Red warning message detailing environment variable requirements:
      • LANGSMITH_API_KEY for local development
      • LANGGRAPH_CLOUD_LICENSE_KEY for production use