commit 2210a8133ebb1b1d0298fb26462ed67231d44413 Author: Аделина Саттарова Date: Thu Jun 4 16:45:50 2026 +0000 add README 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.