Files
brojs-task-69b19fbf67bbf488…/README.md
T
2026-05-18 11:32:16 +00:00

17 lines
390 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Human-in-the-loop (interrupt / resume)
Пример LangGraph-проекта с human-in-the-loop: игра/агент останавливается через `interrupt`,
после чего пользователь может продолжить выполнение через resume.
## Запуск
```bash
python hitl_agent.py
```
## Тесты
```bash
python -m pytest
```