agent run from workflow should automatically pick up tracing context
Issue: When creating a workflow step from an agent using createStep(myAgent), the tracing context is not automatically passed down through the workflow chain.
Expected: Tracing context should automatically propagate without manual wiring.
Given snippet should just work without need manually wire up tracing context:
Not sure if there is same issue for step created from tool. Worth to check that too.
1 Reply
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8965
GitHub
[DISCORD:1428665862532894732] agent run from workflow should automa...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1428665862532894732 Issue: When creating a workflow step from an agent using createStep(myAgent), the trac...