15 lines
360 B
Markdown
15 lines
360 B
Markdown
# LangGraph Reflection Assignment
|
|
|
|
## Description
|
|
|
|
This repository contains a LangGraph agent that writes a concise answer to a question, critiques it, and rewrites if needed.
|
|
|
|
## How to run
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python main.py
|
|
```
|
|
|
|
The demo question is *"Объясни студенту разницу между tool и resource в MCP"*.
|