check point

This commit is contained in:
vuongps38770
2025-12-25 18:06:29 +07:00
commit 31de8b0d84
34 changed files with 3209 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
# Game Generator - Dependencies
# LangChain Core
langchain>=0.1.0
langchain-core>=0.1.0
# LLM Providers
langchain-google-genai>=1.0.0
langchain-openai>=0.0.5
langchain-ollama>=0.1.0
# Pydantic
pydantic>=2.0.0
# API Server
fastapi>=0.100.0
uvicorn>=0.23.0
# Utilities
python-dotenv>=1.0.0