Skip to content

cli==0.1.71

Choose a tag to compare

@github-actions github-actions released this 06 Feb 22:58
a6b8098

langgraph-cli 0.1.71

Summary of Changes

  • Enhanced documentation throughout the codebase with detailed docstrings for configuration options and functions (#3318)
  • Improved cross-platform compatibility with better path handling for Windows environments (#3318)
  • Added comprehensive type hints to provide better development experience (#3318)
  • Restructured Dockerfile generation for better readability and maintainability (#3318)

Detailed Changes

Config Class

  • Added detailed docstrings to all configuration options, making it easier to understand the available settings (#3318)
  • Improved documentation for environment variables handling, clarifying how dictionaries and file paths are processed (#3318)

LocalDeps

  • Enhanced with comprehensive documentation explaining how local dependencies are detected and managed (#3318)
  • Clarified distinction between "real packages" (with pyproject.toml/setup.py) and "faux packages" (#3318)

Path Handling

  • Added support for both forward slashes and backslashes in import paths for cross-platform compatibility (#3318)
  • Improved path resolution to ensure consistent behavior across operating systems (#3318)
  • Standardized on POSIX-style paths inside Docker containers regardless of host OS (#3318)

Docker Configuration

  • Restructured Dockerfile generation for better readability and easier maintenance (#3318)
  • Improved environment variable handling in generated Dockerfiles (#3318)