From 220f4e918d6b3621c8694ce2b13e33cf0adef555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Wed, 10 Jun 2026 11:16:42 +0000 Subject: [PATCH] Initial implementation of LangGraph reflection agent: add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 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" +```