Replies: 2 comments 3 replies
-
There's nothing built-in to automatically do this for you, but in theory you could stream back all sub-events from the sub-agent back to the caller through tool-streaming: https://strandsagents.com/latest/documentation/docs/user-guide/concepts/tools/python-tools/#tool-streaming |
Beta Was this translation helpful? Give feedback.
-
Hi @zastrowm - thanks for the reply. I have played with this but this doesn't seem to accomplish what I am exactly trying to do. Or maybe I am doing it wrong. Will it stream the whole response back up through my orchestrator? I want to be able to know what tool call was made within the sub-agent and it's output. On the UI side, I want have a custom component based on the tool used and it's output. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to pass tool invocations from sub-agents. I want to pass the tool name and output that was used in the sub-agent down to my chatbot.
Currently, I only get the tool call which is just my sub-agent.
Any way to do this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions