Skip to content

AIAgentFlow is a full-stack visual AI workflow builder that lets users create autonomous pipelines by connecting agents like researchers, summarizers, and writers. Built with React.js, FastAPI, ReactFlow, and OpenRouter API, it supports multi-step prompt execution, real-time LLM responses, and drag-and-drop UI for seamless agent orchestration.

Notifications You must be signed in to change notification settings

Aditi305/AIAgentFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 AgentForge – Visual AI Agent Workflow Builder

AgentForge is a full-stack web application that lets users visually create, chain, and run AI agents like researchers, summarizers, and writers using a drag-and-drop interface.

πŸš€ Features

  • ⚑ Drag-and-drop interface using ReactFlow
  • πŸ” Chain multiple AI agents into autonomous workflows
  • 🧠 Uses OpenRouter API to run LLMs like GPT, Mixtral, Claude
  • πŸ“¦ FastAPI backend with modular prompt handling
  • πŸ›‘οΈ Secure .env setup for API keys

πŸ“Έ Preview

AgentForge Screenshot

πŸ› οΈ Tech Stack

  • Frontend: React, Zustand, ReactFlow
  • Backend: FastAPI, Python
  • AI/LLM: OpenRouter API (GPT-3.5, Mixtral, etc.)

πŸ“¦ Setup

Backend:

cd backend
pip install -r requirements.txt
pip install uvicorn
uvicorn main:app --reload


### Frontend:
cd frontend
npm install
npm run dev

About

AIAgentFlow is a full-stack visual AI workflow builder that lets users create autonomous pipelines by connecting agents like researchers, summarizers, and writers. Built with React.js, FastAPI, ReactFlow, and OpenRouter API, it supports multi-step prompt execution, real-time LLM responses, and drag-and-drop UI for seamless agent orchestration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published