Design and prototype AI agent workflows with natural language
A web application that enables rapid design and prototyping of multi-agent AI systems. Generate agent definitions and workflows from natural language scenarios using the Google Gemini API.
- Natural Language Input - Describe your workflow in plain text
- Agent Generation - Auto-create agent definitions
- Workflow Design - Visual workflow prototyping
- Gemini AI Powered - Google Gemini API integration
- Export Ready - Generate deployable configurations
- Multi-agent system design
- AI workflow prototyping
- Agent architecture planning
- Team simulation design
git clone https://github.com/fracabu/agentic-workflow-architect.git
cd agentic-workflow-architect
npm install
# Create .env.local
GEMINI_API_KEY=your_key
npm run devApplicazione web per design e prototipazione rapida di sistemi AI multi-agent. Genera definizioni agent e workflow da scenari in linguaggio naturale usando Google Gemini API.
- Input Linguaggio Naturale - Descrivi il workflow in testo semplice
- Generazione Agent - Crea definizioni agent automaticamente
- Design Workflow - Prototipazione workflow visuale
- Gemini AI Powered - Integrazione Google Gemini API
- Export Ready - Genera configurazioni deployabili
- Design sistemi multi-agent
- Prototipazione workflow AI
- Pianificazione architettura agent
- Design simulazione team
git clone https://github.com/fracabu/agentic-workflow-architect.git
cd agentic-workflow-architect
npm install
# Crea .env.local
GEMINI_API_KEY=tua_chiave
npm run dev- TypeScript, React
- Google Gemini API
MIT