add README

This commit is contained in:
2026-06-04 16:45:50 +00:00
commit 2210a8133e
+10
View File
@@ -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.