You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone interested: the easiest way to implement this would likely be to convert the Structure to a dictionary, and then build a graph from the dictionary fields.
It would be incredibly useful to be able to visualize where your data is going - for example, what data is going to go to gpt-4o vs llama3.1.
Perhaps we could add the ability for
StructureVisualizer
to do this for Agents as well?for example, for this code:
we could display something like:
This should also work for Workflows & Pipelines so you know what drivers various tasks are using.
The text was updated successfully, but these errors were encountered: