Initial implementation of LangGraph reflection agent: add README.md

This commit is contained in:
2026-06-10 11:16:42 +00:00
commit 220f4e918d
+15
View File
@@ -0,0 +1,15 @@
# 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"
```