360 B
360 B
LangGraph Reflection Assignment
Description
This repository contains a LangGraph agent that:
- Generates a concise answer to a question.
- Critiques the answer.
- Rewrites the answer if needed, up to a maximum number of rounds.
How to run
pip install -r requirements.txt
python main.py
The demo question is hard‑coded in main.py.