Skip to content

anshgagai-dotcom/agentic_ai_platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

πŸš€ Agentic AI Automation Platform

πŸ“Œ Overview

This project is a multi-agent AI system that autonomously plans, executes, and verifies tasks using Large Language Models (LLMs).

It simulates a real-world AI Business Analyst, capable of breaking down complex queries and generating structured outputs.


🧠 Architecture

The system is built using a 3-layer agentic architecture:

  • Planner Agent

    • Breaks user query into actionable steps
  • Executor Agent

    • Executes each step using tools
  • Verifier Agent

    • Validates outputs and retries if incorrect

πŸ”₯ Key Highlight

This project implements a verification loop to reduce hallucinations in LLM outputs.


βš™οΈ Tech Stack

  • LangChain
  • OpenAI
  • FastAPI
  • Streamlit
  • Python

πŸš€ Features

  • Multi-agent workflow
  • Tool-based execution
  • Verification mechanism (retry logic)
  • API + UI integration
  • Modular code structure

πŸ“‚ Project Structure

agentic_ai_platform/ β”‚ β”œβ”€β”€ agents/ β”‚ β”œβ”€β”€ planner.py β”‚ β”œβ”€β”€ executor.py β”‚ β”œβ”€β”€ verifier.py β”‚ β”œβ”€β”€ tools/ β”‚ └── search_tool.py β”‚ β”œβ”€β”€ utils/ β”‚ └── prompts.py β”‚ β”œβ”€β”€ app/ β”‚ └── main.py β”‚ β”œβ”€β”€ frontend/ β”‚ └── streamlit_app.py β”‚ β”œβ”€β”€ requirements.txt └── README.md


▢️ How to Run

git clone https://github.com/yourusername/agentic_ai_platform.git
cd agentic_ai_platform

python -m venv venv
venv\Scripts\activate

pip install -r requirements.txt

uvicorn app.main:app --reload
streamlit run frontend/streamlit_app.py

https://github.com/anshgagai-dotcom/agentic_ai_platform.git


<img width="1365" height="762" alt="screenshot" src="https://github.com/user-attachments/assets/390f0ff2-618e-4b11-843a-e18f81ed1f63" />

About

Multi-agent AI system with planner, executor, and verifier using LangChain, FastAPI, and Streamlit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors