Files
gt-ai-os-community/apps/tenant-backend/requirements.txt
HackWeasel 310491a557 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
2025-12-12 17:47:14 -05:00

65 lines
1.7 KiB
Plaintext

# GT 2.0 Tenant Backend Dependencies (Production)
# FastAPI Core
fastapi==0.121.2
uvicorn[standard]==0.38.0
pydantic==2.12.4
pydantic-settings==2.1.0
# Database - PostgreSQL + PGVector (Enterprise Unified Storage)
sqlalchemy==2.0.44
alembic==1.16.2
asyncpg==0.30.0 # High-performance PostgreSQL async driver
psycopg2-binary==2.9.9 # PostgreSQL adapter for SQLAlchemy (binary version)
# Authentication & Security
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.20
bcrypt==4.1.3
PyJWT==2.10.1
# HTTP Client & Requests
httpx==0.28.1
requests==2.32.5
aiohttp==3.13.2
# WebSocket Support
python-socketio==5.15.0
websockets==12.0
# File Handling & Upload
python-magic==0.4.27
aiofiles==23.2.1
# Document Processing for RAG Pipeline
pypdf==6.4.1 # PDF text extraction (migrated from abandoned PyPDF2)
python-docx==1.1.0 # DOCX text extraction
beautifulsoup4==4.12.2 # HTML parsing
lxml==4.9.3 # XML/HTML processing
openpyxl==3.1.2 # Excel file support
markdown==3.5.1 # Markdown processing
pandas==2.0.3 # CSV processing
numpy==1.24.4 # Required by pandas, pin to 1.x to avoid binary incompatibility
# Message Queue
aio_pika==9.3.1 # RabbitMQ async client for GT 2.0 message bus
# Validation & Utilities
email-validator==2.1.0
python-dateutil==2.8.2
# Monitoring & Logging
prometheus-client==0.19.0
structlog==23.2.0
psutil==5.9.6
# Environment & Configuration
python-dotenv==1.0.0
# Vector Database - PGVector Integration
pgvector==0.4.1 # PGVector Python client for vector operations
# Note: Embeddings are generated by the Resource Cluster's BGE-M3 service
# sentence-transformers is NOT needed here - removed to save 2.5GB+