feat(api): API Server + Discord Bot 구현 #task-191

This commit is contained in:
quantlab
2026-03-06 18:52:11 +09:00
parent 5a931a5480
commit 427763c493
7 changed files with 526 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
# Variet Agent Dependencies
fastapi>=0.115.0
uvicorn>=0.30.0
discord.py>=2.4.0
pydantic>=2.0.0
httpx>=0.27.0