Add README

This commit is contained in:
+5 -4
View File
@@ -1,14 +1,15 @@
# LangGraph Reflection Assignment # LangGraph Reflection Assignment
## Description ## Description
This repository contains a LangGraph agent that:
This repository contains a LangGraph agent that writes a concise answer to a question, critiques it, and rewrites if needed. 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 ## How to run
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
python main.py python main.py
``` ```
The demo question is *"Объясни студенту разницу между tool и resource в MCP"*. The demo question is hardcoded in `main.py`.