Initial commit.

Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
Aodhan Collins
2025-08-17 19:31:33 +01:00
commit 912b205699
30 changed files with 2476 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
requests>=2.25.0
python-dotenv>=0.19.0
fastapi>=0.111.0
uvicorn[standard]>=0.30.0
aiofiles>=23.2.1
PyYAML>=6.0.1