Chunks in Agent.network()
Is there any way to know what agent publishes a delta-chunk to network?
I catch 'agent-execution-event-text-delta' and stream it to frontend. But I don't want to show in my UI all agents, only chosen
Why I'm not publishing 'routing-agent-text-delta'?
Because, inner agents - show nice markdown, but routing agent - shows something real bad looking mess((
4 Replies
๐ Created GitHub issue: https://github.com/mastra-ai/mastra/issues/9567
GitHub
[DISCORD:1433526558903238686] Chunks in Agent.network() ยท Issue #9...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1433526558903238686 Is there any way to know what agent publishes a delta-chunk to network? I catch 'a...
Hey @Tony Burns ! You're saying you're not seeing
routing-agent-text-delta?I see it, but response throws broken markdown. Inner agents make beautiful headers and lists, but routing - something strange
Would you mind sharing a repro example with us? THanks ๐