Skip to content

cli==0.1.77

Choose a tag to compare

@github-actions github-actions released this 14 Mar 21:32
4c6d80a

langgraph-cli 0.1.77

Summary of Changes

  • Added support for automatic TTL sweeping via a new configuration option sweep_interval_minutes in TTL settings #3849

Detailed Changes

TTLConfig

  • Added new sweep_interval_minutes configuration option that allows setting an interval in minutes between automatic TTL sweep operations #3849
    • When configured, the store will periodically delete expired items based on their TTL
    • If omitted, no automatic sweeping will occur, maintaining the previous behavior