▲ 8 r/crewai+2 crossposts

I built a free drag-and-drop builder for AI agents because I was tired of writing boilerplate code. [Link in comments]

Hey fellow AI builders,

I absolutely love CrewAI, but as my workflows got more complex, managing the relationships between Agents, Tasks, and Tools in raw Python started driving me crazy.

I originally built this to visually map out my own tasks (like setting up agents to verify destination counts from file imports and generate English contact lists), and I just wanted a simple UI that generates standard Python code I can run locally.

So I created AgentGraph Studio. You design your crew on the canvas, set up your LLMs (it supports local models like Ollama too), and it exports a ready-to-run main.py, .env.example, and requirements.txt. It's completely free and runs entirely in the browser (no API keys required on the site).

I attached a quick 30-sec demo of how it works. I’d love to know what other features or tools you guys would want me to add next!

u/Straight_Spinach1284 — 5 days ago
▲ 0 r/ollama

I built a visual node editor for CrewAI that supports Ollama and exports raw Python code.

Hey everyone, I’ve been playing around with CrewAI and local models using Ollama, but writing the boilerplate Python code to connect agents and tasks was getting tedious. Most existing visual builders force you into their cloud platforms or require API keys, which defeats the purpose of running things locally.

So I built a simple, browser-based drag-and-drop editor. You design your crew, select Ollama as your LLM, and it just generates the clean main.py and requirements.txt for you to run on your own machine. No vendor lock-in.

I’m looking for feedback on the code output format and what other local tools I should integrate next. (I'll put the link in the comments so this doesn't get flagged as spam)

reddit.com
u/Straight_Spinach1284 — 8 days ago

Built a 100% free visual node editor for CrewAI that exports executable Python code (Supports Ollama, Groq, Async & Hierarchical processes)

Hi everyone!

As I was building multi-agent workflows with CrewAI, I kept bumping into two big pain points:

  1. Managing complex relationships between agents, tasks, and tools in raw Python code gets messy fast.
  2. Most visual builders out there charge heavy monthly subscriptions or lock your logic into their cloud platform.

So I decided to build AgentGraph Studio—a free, open, web-based visual builder designed specifically for CrewAI.

🚀 Key Features:

  • Zero Vendor Lock-In: Generates 100% clean, executable Python code (main.py, requirements.txt, .env.example). You own the code and run it anywhere (Local PC, VPS, or Cloud).
  • 100% Free & No API Keys Required to Build: Design and prototype your entire crew on the canvas without entering any API keys on the site.
  • Advanced CrewAI Features Supported:
    • Processes: Both Sequential and Hierarchical (with custom Manager LLMs).
    • Async Tasks: Enable parallel task execution with a single toggle for complex branching logic.
    • LLMs & Tools: Built-in support for OpenAI, Claude, Gemini, Groq, and Ollama (for complete local/privacy-first setups), plus tools like Serper, WebScraper, PDFSearch, GitHub, CSVSearch, and YouTube.
  • Save & Share: Export and import your workflows as JSON files to share with the community.
  • DX Features: Starter templates, Undo/Redo, MiniMap, and Snap-to-Grid for clean diagramming.

🔗 Try it here:

https://zero-six-khaki.vercel.app/

I’d love to hear your thoughts and feedback! What other tools, features, or agent templates would you like to see next?

Thanks for checking it out!

zero-six-khaki.vercel.app
u/Straight_Spinach1284 — 15 days ago
▲ 1 r/crewai

Built a 100% free visual node editor for CrewAI that exports executable Python code (Supports Ollama, Groq, Async & Hierarchical processes)

Hi everyone!

As I was building multi-agent workflows with CrewAI, I kept bumping into two big pain points:

  1. Managing complex relationships between agents, tasks, and tools in raw Python code gets messy fast.
  2. Most visual builders out there charge heavy monthly subscriptions or lock your logic into their cloud platform.

So I decided to build AgentGraph Studio—a free, open, web-based visual builder designed specifically for CrewAI.

🚀 Key Features:

  • Zero Vendor Lock-In: Generates 100% clean, executable Python code (main.py, requirements.txt, .env.example). You own the code and run it anywhere (Local PC, VPS, or Cloud).
  • 100% Free & No API Keys Required to Build: Design and prototype your entire crew on the canvas without entering any API keys on the site.
  • Advanced CrewAI Features Supported:
    • Processes: Both Sequential and Hierarchical (with custom Manager LLMs).
    • Async Tasks: Enable parallel task execution with a single toggle for complex branching logic.
    • LLMs & Tools: Built-in support for OpenAI, Claude, Gemini, Groq, and Ollama (for complete local/privacy-first setups), plus tools like Serper, WebScraper, PDFSearch, GitHub, CSVSearch, and YouTube.
  • Save & Share: Export and import your workflows as JSON files to share with the community.
  • DX Features: Starter templates, Undo/Redo, MiniMap, and Snap-to-Grid for clean diagramming.

🔗 Try it here:

https://zero-six-khaki.vercel.app/

I’d love to hear your thoughts and feedback! What other tools, features, or agent templates would you like to see next?

Thanks for checking it out!

reddit.com
u/Straight_Spinach1284 — 15 days ago