This is a simple command-line conversational FAQ bot built using LangGraph. It answers user questions based on a predefined set of FAQs.
- Rule-based FAQ matching
- Built using LangGraph's state machine
- Easy to extend or integrate
- No LLM required
- Python 3.8+
langgraph
langchain-core
Install dependencies:
pip install langgraph langchain-core