Compare commits

...

1 Commits

Author SHA1 Message Date
Devin AI
5320960f3f docs: add flow plot visualization example to documentation (#2668)
Co-Authored-By: Joe Moura <joao@crewai.com>
2025-04-22 19:07:38 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -790,6 +790,9 @@ Visualizing your AI workflows can provide valuable insights into the structure a
Plots in CrewAI are graphical representations of your AI workflows. They display the various tasks, their connections, and the flow of data between them. This visualization helps in understanding the sequence of operations, identifying bottlenecks, and ensuring that the workflow logic aligns with your expectations.
![Example of a Flow Plot](/images/flow_plot_example.png)
*An example visualization of a simple flow with start method, sequential steps, and directional execution.*
### How to Generate a Plot
CrewAI provides two convenient methods to generate plots of your flows:

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB