Loading video player...
š Agentic AI Debate System This project demonstrates an advanced AI system where multiple intelligent agents simulate a real-world debate and make decisions collaboratively. š¤ Agents Used: - Optimist ā Gives advantages - Pessimist ā Gives disadvantages - Analyst ā Compares both sides - Judge ā Gives final decision āļø Technologies Used: - Python - Streamlit (UI) - CrewAI (Agent orchestration) - Groq API (LLaMA 3.1) - Matplotlib (Graph) - ReportLab (PDF generation) š§ Features: - Multi-agent debate system - Structured responses - Rebuttal mechanism - Memory-based reasoning - Final decision by Judge agent - Confidence graph visualization - PDF report generation - Retry & fallback handling š Workflow: 1. User enters a topic 2. Optimist & Pessimist debate 3. Rebuttal round 4. Analyst evaluates 5. Judge decides winner š GitHub Repository: https://github.com/6361671803/agentic-ai-debate.git š Run the project: pip install -r requirements.txt streamlit run app.py šØāš» Created by: Your Name #AI #AgenticAI #CrewAI #Streamlit #PythonProject #FinalYearProject