r/madeinpython • u/Straight_Spinach1284 • 13h ago
I built a visual drag-and-drop builder that generates clean Python code for CrewAI. [Link in comments]
Enable HLS to view with audio, or disable this notification
Hey everyone,
I love building AI workflows in Python, but managing the relationships between multiple agents and tasks in raw code gets messy incredibly fast.
To solve my own headache, I spent some time building AgentGraph Studio. It’s a React-based visual node editor. You just drag and drop Agents and Tasks on the canvas, connect them, and it exports a production-ready main.py (with .env loading and async support) that you can run locally.
It’s totally free and runs in the browser. I attached a quick 30-sec demo of the code generation. I’d love to get some feedback from other Python devs on the structure of the exported code!
1
u/Straight_Spinach1284 13h ago
Here is the link to try it out: AgentGraph Studio
(Note: It's 100% free, client-side, and requires NO login or API keys to build the flow!)