Files
2026-05-18 11:28:49 +00:00

17 lines
413 B
Markdown
Raw Permalink 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.
# текстовая игра на основе llm + interrupt
Пример LangGraph-проекта с human-in-the-loop: игра/агент останавливается через `interrupt`,
после чего пользователь может продолжить выполнение через resume.
## Запуск
```bash
python hitl_agent.py
```
## Тесты
```bash
python -m pytest
```