Skip to content

cli==0.1.76

Choose a tag to compare

@github-actions github-actions released this 12 Mar 13:49
208cd4d

langgraph-cli 0.1.76

Summary of Changes

  • Added support for Time-to-Live (TTL) configuration in stores, allowing automatic expiration of stored items (PR #3786)

Detailed Changes

TTLConfig and StoreConfig

  • Added a new TTLConfig TypedDict class to configure TTL behavior in stores (PR #3786)
    • refresh_on_read - Controls whether TTLs are refreshed on read operations (defaults to True)
    • default_ttl - Optional setting for default TTL in minutes for new items
  • Enhanced StoreConfig with an optional ttl field to configure TTL settings for stores
  • Updated schema definitions to support the new TTL configuration options in JSON configuration