Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 483 Bytes

File metadata and controls

14 lines (11 loc) · 483 Bytes

Multi-Thread-Chatbot

Chatbot App 🤖

A simple chatbot project with a Streamlit frontend and a LangChain + LangGraph backend.
Conversation history is persisted using SQLite via LangGraph’s checkpointing system.


🚀 Features

  • Streamlit UI for chatting with the bot
  • LangChain + LangGraph for conversation flow
  • SQLite persistence for saving conversation history
  • .env support for API keys and secrets
  • Easy to run locally