Files
langgraph/libs
Nick Hollon 30b0ebe5bf fix(transformers): also mine spawn metadata from list-shape per-call input
langchain v1 create_agent dispatches tool calls via Send("tools",
[tool_call]) — a single-element list of tool-call dicts, not the
ToolCallWithContext dict envelope used by langgraph prebuilt's
create_agent. Both shapes need to feed _record_spawn_metadata so
lifecycle.started.cause carries subagent_type / description
regardless of which agent factory drove the dispatch.
2026-05-07 16:54:19 -04:00
..
2026-05-07 17:29:13 +01:00