From b1f30cc5c21c10ade5bb3a81f0991e73e7bf6c80 Mon Sep 17 00:00:00 2001 From: Danil Parunin 5f1b81b8-4f5d-11e8-9c2d-fa7ae01bbebc Date: Wed, 17 Jun 2026 12:27:15 +0000 Subject: [PATCH] Add README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9c3a70..5931701 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # LangGraph Reflection Assignment ## Description - -This repository contains a LangGraph agent that writes a concise answer to a question, critiques it, and rewrites if needed. +This repository contains a LangGraph agent that: +1. Generates a concise answer to a question. +2. Critiques the answer. +3. Rewrites the answer if needed, up to a maximum number of rounds. ## How to run - ```bash pip install -r requirements.txt python main.py ``` -The demo question is *"Объясни студенту разницу между tool и resource в MCP"*. +The demo question is hard‑coded in `main.py`.