# LangGraph Reflection Agent This repository contains a simple implementation of a LangGraph agent that writes a short answer to a question, critiques it, and rewrites if necessary. ## Requirements ```bash pip install langgraph langchain-openai ``` ## Usage ```bash python main.py "Объясни студенту разницу между tool и resource в MCP" ```