MindBridge AI is a context-aware mental health chatbot built with LangGraph and LangChain. It provides supportive, goal-oriented, and crisis-aware conversations, using persistent memory to remember your session and goals.
Watch the demo video on YouTube: Mindbridge-AI
- Multi-agent workflow: routes messages to crisis, support, goal, or info agents
- Context-aware: Remembers recent conversation and user goals
- Persistent memory: Saves your session and goals between runs
- Crisis detection and safety resources
- Goal setting and progress tracking
- Powered by Groq API and DeepSeek model
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile with your Groq API key:GROQ_API_KEY=your_groq_api_key_here - Run the chatbot:
python main.py
- Type your message to start a session.
- The bot will remember your conversation and goals.
- Type
quitorexitto end the session.
- Python 3.9+
- LangChain
- LangGraph
- Groq API
- DeepSeek Model
- Python 3.9+
- Groq API key