DEV Community

Cover image for I built an AI Agent that builds n8n workflows
Gama
Gama

Posted on

I built an AI Agent that builds n8n workflows

I built an AI agent that builds n8n workflows

I’ve been working on a project called Flow Agent, and I’d love for the community to check it out.

The core idea was to put my skills to the test as I continue to sharpen my AI agent development,

What is it?

Flow Agent is an AI-powered companion for n8n developers.
Instead of dragging and dropping every node manually, you can just chat with it.

  • Create: Describe a process, and it generates the workflow.
  • Refine: Ask it to add logic or change a node.
  • Update: Modify existing workflows via simple conversation.

Check it out on GitHub: https://github.com/gama2219/flowagent

Top comments (0)