Files
langgraph/libs
Nick Hollon ee9e234da0 rename SubgraphStatus to LifecycleEvent, add per-field/value docs
`SubgraphStatus` was misleading — values like `started` are transitions,
not statuses, and the field on `LifecyclePayload` is already called
`event`. Rename the type alias to `LifecycleEvent` so the type and the
field agree. Add a block docstring on the alias enumerating each value's
trigger condition, and add per-field docstrings on `LifecyclePayload`
(`event` / `namespace` / `graph_name` / `trigger_call_id` / `error`),
matching the style already used for `cause`. No behaviour change.
2026-05-08 10:42:39 -04:00
..
2026-05-07 17:29:13 +01:00