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!