⚒️ Decide multi‑agent vs simple workflows using Azure OpenAI GPT‑4o‑mini

22 views · ⚒️ Engineering

Description

📘 Description

This workflow acts as an AI Multi-Agent Architecture Advisor for n8n. It receives a problem statement via webhook, uses Azure OpenAI (gpt-4o-mini) to decide whether the problem needs a multi-agent design or a simple workflow, then returns a styled HTML report showing the decision, recommended agents (if any), and the suggested step flow.

⚙️ Step-by-Step Flow

AI output:

decision

🧩 Prerequisites

💡 Key Benefits

✔ Fast “multi-agent vs simple” decisioning ✔ Outputs an actionable architecture, not generic advice ✔ HTML report is ready to embed in internal tools (Base44/UI) ✔ Structured parsing makes it easy to store or extend later

👥 Perfect For

🔗 Nodes Used

Webhook, AI Agent, Azure OpenAI Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup