mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 19:59:40 +02:00
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.