From d83827b315dbcb6acb19358718586ace2228c4aa 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: Mon, 18 May 2026 11:32:16 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a66cfd3..b156d54 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# brojs-task-69b19fbf67bbf488a1177d94 +# Human-in-the-loop (interrupt / resume) -BroJS task solution: Human-in-the-loop (interrupt / resume) \ No newline at end of file +Пример LangGraph-проекта с human-in-the-loop: игра/агент останавливается через `interrupt`, +после чего пользователь может продолжить выполнение через resume. + +## Запуск + +```bash +python hitl_agent.py +``` + +## Тесты + +```bash +python -m pytest +```