- Step1: Download and install the appropriate CrewAI GUI Qt package for your OS from the GitHub releases page.
- Step2: Launch the application and create a new project from the File menu.
- Step3: Drag and drop nodes onto the canvas to represent data inputs, LLM models, processing, and outputs.
- Step4: Configure each node’s parameters such as API keys, model settings, and execution options.
- Step5: Connect nodes by drawing links to define the data flow and execution sequence.
- Step6: Click the Run button to execute the workflow and observe outputs in the console panel.
- Step7: Debug any errors using the real-time logs and adjust node settings as needed.
- Step8: Save or export the project in JSON or XML for sharing or automated deployments.