You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Agents.asTools, the parent agent only receives the child’s final output. It would be highly valuable if the parent could also access the child agent’s streamed reasoning, intermediate items, and tool calls. This would enable meta-agents, improve debugging and logging, and allow building UIs that display step-by-step execution, turning asTools into a transparent and controllable orchestration layer rather than a black box.
(I am aware that instead of using asTools we can get that functionality by manually creating agent runs in the tool calls, but this will make it more convenient if it's optional).