feat: solution for 'текстовая игра на основе llm + interrupt'

This commit is contained in:
2026-06-24 14:46:12 +03:00
commit f7e3f2a9fa
4 changed files with 260 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
```
langgraph
langchain==1.2.10
langchain-openai==1.1.9
questionary
python-dotenv
```