GT AI OS Community v2.0.33 - Add NVIDIA NIM and Nemotron agents
- Updated python_coding_microproject.csv to use NVIDIA NIM Kimi K2 - Updated kali_linux_shell_simulator.csv to use NVIDIA NIM Kimi K2 - Made more general-purpose (flexible targets, expanded tools) - Added nemotron-mini-agent.csv for fast local inference via Ollama - Added nemotron-agent.csv for advanced reasoning via Ollama - Added wiki page: Projects for NVIDIA NIMs and Nemotron
This commit is contained in:
38
apps/control-panel-backend/requirements.txt
Normal file
38
apps/control-panel-backend/requirements.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
# GT 2.0 Control Panel Backend Dependencies (Production)
|
||||
|
||||
# FastAPI Core
|
||||
fastapi==0.121.2
|
||||
uvicorn[standard]==0.38.0
|
||||
pydantic[email]==2.12.4
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# Database - PostgreSQL
|
||||
sqlalchemy==2.0.44
|
||||
alembic==1.16.2
|
||||
asyncpg==0.30.0
|
||||
psycopg2-binary==2.9.9
|
||||
|
||||
# Authentication & Security
|
||||
python-multipart==0.0.20
|
||||
python-jose[cryptography]==3.4.0
|
||||
PyJWT==2.10.1
|
||||
passlib[bcrypt]==1.7.4
|
||||
bcrypt==4.1.3
|
||||
|
||||
# Two-Factor Authentication
|
||||
pyotp==2.9.0
|
||||
qrcode==7.4.2
|
||||
pillow==11.1.0
|
||||
|
||||
# Logging
|
||||
structlog==23.2.0
|
||||
|
||||
# HTTP Client
|
||||
httpx==0.28.1
|
||||
|
||||
# Message Queue
|
||||
aio-pika==9.3.1
|
||||
|
||||
# Note: kubernetes removed - only used by resource-cluster
|
||||
# Note: apscheduler removed - not currently imported/used
|
||||
# Note: celery removed - not currently imported/used
|
||||
Reference in New Issue
Block a user