Streamlit Agentic Chatbot Application designed with a modular LangGraph workflow for structured reasoning and contextual awareness.
• Workflow Orchestration : Powered by LangGraph with integrated memory and session tracking for coherent multi-turn conversations.
• Inference & LLM : Backed by Groq Inference Engine, utilizing the GROQ model for fast and reliable responses.
• User Experience : Streamlit-based interactive UI with session history, clean design, and secure API key management.
cd streamlit_langgraph_chatbot-main
py -m venv .venv
.\.venv\Scripts\Activate
source .venv/bin/activate
python -m pip install --upgrade pip
pip install streamlit langgraph langchain_groq
streamlit run main.py
