Skip to content

shariar26868/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– LangGraph AI Agent

๐Ÿ–ผ๏ธ UI Preview

Below is a screenshot of the AI Agent Interface:

AI Agent UI Screenshot

A full-stack AI chatbot using FastAPI + Streamlit powered by LangGraph + LangChain. Supports multi-model LLMs from OpenAI and Groq, and integrates optional real-time web search via Tavily.


๐Ÿš€ Features

  • ๐ŸŒ Choose between OpenAI and Groq as model providers
  • ๐Ÿง  Supports multiple models: GPT-4o-mini, GPT-3.5-turbo, LLaMA-3, Mixtral
  • ๐Ÿ” Optional web search using Tavily API
  • ๐Ÿ“œ Custom system prompts
  • ๐Ÿ’ป User-friendly Streamlit interface
  • โšก FastAPI backend with API endpoint

๐Ÿงฉ Tech Stack

  • FastAPI for backend
  • Streamlit for UI
  • LangChain + LangGraph for LLM orchestration
  • OpenAI, Groq, Tavily APIs

How to Run

  • python -m venv venv
  • source venv/Scripts/activate
  • pip install -r requirements.txt
  • uvicorn backend:app --reload (for backend)
  • streamlit run frontend.py (for frontend)

๐Ÿ›  Installation

1. Clone the repository

git clone https://github.com/yourusername/langgraph-ai-agent.git
cd langgraph-ai-agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages