Files
2026-06-17 12:27:15 +00:00

16 lines
360 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# LangGraph Reflection Assignment
## Description
This repository contains a LangGraph agent that:
1. Generates a concise answer to a question.
2. Critiques the answer.
3. Rewrites the answer if needed, up to a maximum number of rounds.
## How to run
```bash
pip install -r requirements.txt
python main.py
```
The demo question is hardcoded in `main.py`.