An autonomous customer support pipeline built using LangGraph and Google Gemini 2.0 Flash.
- Multi-stage State Management: Separates intent classification, sentiment analysis, and response generation into discrete nodes.
- Health-Tech Ready: Designed to integrate with EHR platforms for automated patient coordination.
- Deterministic Scaling: Uses a compiled state graph to ensure predictable execution flows.
- Clone the repo and install dependencies:
pip install -r requirements.txt - Add your
GOOGLE_API_KEYto a.envfile. - Run the agent:
python main.py