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

45
.env.template Normal file
View File

@@ -0,0 +1,45 @@
# GT AI OS Environment Configuration Template
# Copy to .env - secrets are auto-generated on install if empty
# === SECURITY CONFIGURATION (Auto-generated if empty) ===
JWT_SECRET=
CONTROL_PANEL_JWT_SECRET=
RESOURCE_CLUSTER_SECRET_KEY=
# === ENVIRONMENT SETTINGS ===
ENVIRONMENT=production
DEBUG=false
LOG_LEVEL=INFO
# === DATABASE PASSWORDS (Auto-generated if empty) ===
ADMIN_POSTGRES_PASSWORD=
TENANT_POSTGRES_PASSWORD=
TENANT_USER_PASSWORD=
TENANT_REPLICATOR_PASSWORD=
RABBITMQ_PASSWORD=
# === CORS CONFIGURATION ===
CORS_ORIGINS=http://localhost:3000,http://localhost:8001,http://localhost:8002,http://localhost:8003
# === TENANT CONFIGURATION ===
TENANT_ID=test
TENANT_DOMAIN=test-company
# === API KEY ENCRYPTION (Auto-generated if empty) ===
API_KEY_ENCRYPTION_KEY=
# === TWO-FACTOR AUTHENTICATION (Auto-generated if empty) ===
TFA_ENCRYPTION_KEY=
TFA_ISSUER_NAME=GT Edge AI
TFA_TEMP_TOKEN_EXPIRY_MINUTES=5
TFA_RATE_LIMIT_ATTEMPTS=5
TFA_RATE_LIMIT_WINDOW_MINUTES=1
# === SMTP (Enterprise Only - Password Reset) ===
# SMTP_HOST=smtp-relay.brevo.com
# SMTP_PORT=587
# SMTP_USERNAME=
# SMTP_PASSWORD=
# SMTP_FROM_EMAIL=
# SMTP_FROM_NAME=GT AI OS
# SMTP_USE_TLS=true