Skip to content

cli==0.1.50

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:25

langgraph-cli 0.1.50

Summary of Changes

  • Fixed stream handling in the monitor_stream function to properly handle stream overrun errors

Detailed Changes

monitor_stream

  • Improved stream processing to handle LimitOverrunError and IncompleteReadError exceptions
  • Changed output to write directly to buffer instead of using decoded text
  • Added overrun detection logic to prevent processing incomplete data
  • Implemented custom stream reading logic based on readuntil() instead of using default async iteration