Files
langgraph/libs
Nick Hollon d3a5a6e283 refactor(transformers): drop tool_call_id from LifecyclePayload.cause
Cause now carries spawn intent metadata (subagent_type, description)
mined from the per-call task's ToolCallWithContext input, keyed off
the existing trigger_call_id (pregel task id) which is unique per
spawn. Tool_call_id is no longer needed as a join key — consumers
that want the model-layer id can look it up themselves; this layer
is no longer the indirection point.
2026-05-07 16:54:19 -04:00
..
2026-05-07 17:29:13 +01:00