From 2210a8133ebb1b1d0298fb26462ed67231d44413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B4=D0=B5=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=A1=D0=B0?= =?UTF-8?q?=D1=82=D1=82=D0=B0=D1=80=D0=BE=D0=B2=D0=B0?= Date: Thu, 4 Jun 2026 16:45:50 +0000 Subject: [PATCH] add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2200bc --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# LangGraph Research Brief + +This repository contains a simple LangGraph agent that builds a short research brief for a given topic. + +## How to run +```bash +pip install -r requirements.txt +python main.py --topic "Your topic" +``` +The script will output the outline, step-by-step notes and final brief.