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:
HackWeasel
2025-12-12 17:47:14 -05:00
commit 310491a557
750 changed files with 232701 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
# GT 2.0 Resource Cluster Requirements (Production)
# FastAPI framework and dependencies
fastapi==0.121.2
uvicorn[standard]==0.38.0
python-multipart==0.0.20
# Async and networking
httpx==0.28.1
aiohttp==3.13.2
websockets==12.0
# Security and authentication
python-jose[cryptography]==3.4.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.3
cryptography==44.0.1
PyJWT==2.10.1
# Database
sqlalchemy==2.0.44
asyncpg==0.29.0
# LLM and AI integrations
groq==0.34.1
openai==1.6.1
transformers>=4.35.0 # BGE-M3 tokenizer for accurate embedding token counting
# Document processing
pypdf==6.4.1
python-docx==1.1.0
markdown==3.5.1
beautifulsoup4==4.12.2
langchain-text-splitters==0.3.9
# Vector processing (numpy needed for transformers)
numpy==1.24.4
# Service discovery and load balancing
haproxy-stats==1.5
python-consul==1.1.0
# Monitoring and observability
prometheus-client==0.19.0
# Configuration and utilities
pydantic==2.12.4
pydantic-settings==2.1.0
python-dotenv==1.0.0
pyyaml==6.0.1
aiofiles==23.2.1