commit 220f4e918d6b3621c8694ce2b13e33cf0adef555 Author: Ринар Мирзагитов Date: Wed Jun 10 11:16:42 2026 +0000 Initial implementation of LangGraph reflection agent: add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..606e61f --- /dev/null +++ b/README.md @@ -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" +```