tl;dr - subagent behaviour
working on adding multi chat and subagents to the agents starter (yay!) and I have a curious product direction/question. our subagents can be full fledged chats themselves. which means they could not only be async while they work on their thing and you continue, but you could continue "talking" with them after they've "returned" a result. so what should the default behaviour in the starter be?
- readonly, no input. this is what most (all?) products/devtools like this do atm
- have chat, but it's only followups, doesn't affect the main chat
- add a "send back/summarize to main chat" this feels powerful and underexplored
I'll probably ship option 1 for now, but there's something here... anyway, multichat/subagents in starter template coming this week