Multi_agent / README.md
spandana30's picture
Upload README.md
177522e verified
---
title: Multi-Agent UI Generator
emoji: 🀝
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: "1.32.0"
app_file: app.py
pinned: false
---
# Multi-Agent UI Generator πŸš€
This is a Streamlit-based collaborative system where agents (Designer, Software Engineer, QA) work together to generate production-ready UI code.
## Features
- Natural language prompt β†’ Design specs
- Generate complete HTML/CSS UI from specs
- QA feedback loop until UI is approved
- Live preview and downloads for HTML + logs
## Instructions
1. Create a Hugging Face Space (Streamlit SDK)
2. Upload `app.py`, `requirements.txt`, and this `README.md`
3. Set your Hugging Face token in Space Secrets as `HF_TOKEN`
## Powered by
- LangGraph 🧠
- Hugging Face Inference API πŸ’¬
- Streamlit πŸš€