Skip to content

cli==0.1.51

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:40

langgraph-cli 0.1.51

Summary of Changes

  • Improved application startup detection in the CLI
  • Added Redis service to the Docker Compose configuration for improved caching and message queuing

Detailed Changes

Docker Compose Configuration

  • Added Redis 6 as a new service with appropriate health check configuration
  • Made langgraph-api service depend on Redis service being healthy
  • Added REDIS_URI environment variable (redis://langgraph-redis:6379) to langgraph-api service

CLI Startup Detection

  • Changed application startup detection from "GET /ok" to "Application startup complete" for more reliable startup recognition