feat: текстовая игра на основе LLM + interrupt
- GameState (TypedDict) с полями: topic, setup, choices, selected_choice, ending - story_node: генерация завязки → interrupt() → генерация концовки - Цикл обработки __interrupt__ с Command(resume=...) - Поддержка questionary и fallback на input() - requirements.txt, .env.example, README.md
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
langchain-core>=0.3.0
|
||||
langchain-openai>=0.2.0
|
||||
langgraph>=0.2.0
|
||||
questionary>=2.0.0
|
||||
python-dotenv>=1.0.0
|
||||
Reference in New Issue
Block a user