18 lines
422 B
Markdown
18 lines
422 B
Markdown
# Human-in-the-loop (interrupt / resume)
|
||
|
||
Пример LangGraph-проекта с human-in-the-loop: игра/агент останавливается через `interrupt`,
|
||
после чего пользователь может продолжить выполнение через resume.
|
||
|
||
## Запуск
|
||
|
||
```bash
|
||
pip install -r requirements.txt
|
||
python hitl_agent.py
|
||
```
|
||
|
||
## Тесты
|
||
|
||
```bash
|
||
python -m pytest
|
||
```
|