Here is what I'm trying to do and would love some assistance.
I want to have our orchestrator agent delegate tasks to sub-agents and be able to access those sub-agent conversations in a first class way. In order to preserve context in the orchestrator agent, each sub-agent should have it's own conversation with it's own context. We have a number of sub-agents that run complex tasks with many tool calls and I want to be able to dive into them and chat with them directly.
I thought
network()
network()
did this, but it doesn't appear to. It still creates spans and such within the main thread.