Files
task-69b1a07c67bbf488a1177da4/README.md
T
2026-05-25 22:16:39 +00:00

21 lines
496 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.
# Текстовая игра (LLM + interrupt)
Интерактивная история на LangGraph с `interrupt`, `InMemorySaver` и `questionary`.
## Установка
```bash
pip install -r requirements.txt
```
В `.env` нужен `OPENAI_API_KEY` (OpenRouter: `sk-or-...`).
## Запуск
```bash
python main.py
python main.py "космический кот"
```
Поток: завязка от LLM → меню выбора → концовка с учётом выбора.