OverviewProject Summary
Project Summary
๐ Project Summary: Mission Control Gaming Assistant
๐ฏ Core Objective
The Mission Control Gaming Assistant is a high-performance, real-time agentic system that enhances gaming through advanced computer vision, NVIDIA-accelerated reasoning, live web-powered game intelligence, and autonomous co-pilot capabilities โ with zero VRAM impact on gaming performance.
๐ ๏ธ Architectural Pillars
1. ๐๏ธ Vision Pipeline (The Eyes)
- Engine: Pure TensorRT 10.x (YOLOv8). Sub-5ms inference, 0 MB PyTorch VRAM overhead.
- Capture: dxcam (DXGI), D3DShot, or MSS fallback at 60โ120fps.
- Capabilities: Real-time object detection (enemies, items), RapidOCR (dialogue, quests), heuristic + ML scene classification.
2. ๐ง Decision Engine (The Brain)
- Modes: Competitive, Story, Hybrid, Agent โ each with scene-aware routing logic.
- NVIDIA NIM: Cloud reasoning via Llama 3.1 8B (strategic/tactical) and Llama 3.2 11B Vision (multi-modal).
- Auto Model Routing: Task type (wiki / patch / strategy / real_time) auto-selects the fastest and most appropriate NIM model.
- Context Awareness: Tracks game state, process health, and window focus to manage resources adaptively.
3. ๐ Web Search Intelligence (New)
A gaming-optimized, multi-source search engine that enriches AI responses with live web data. Completely free in both development and production โ no credit card ever required.
| Source | Key | Limit | Purpose |
|---|---|---|---|
| Wikipedia API | None | โพ๏ธ Unlimited | Game lore, characters, wiki lookups |
| SteamSpy API | None | โพ๏ธ Unlimited | Steam stats, player counts, tags |
| DuckDuckGo | None | โพ๏ธ Unlimited | Guides, patch notes, community tips |
| RAWG.io | Free key | 20,000/month | Ratings, genres, Metacritic, DLC |
| Tavily AI | User key | 1,000/month | Optional enrichment (richer AI answers) |
Task โ Source โ Model routing:
User Query โ detect_task() โ select providers โ fetch results
โ inject context into NIM prompt โ model_override per task
โ AI response enriched with live game data
4. ๐ฃ๏ธ Voice Engine (The Voice)
- STT: Google Cloud (primary), Sphinx (local/offline fallback).
- TTS: ElevenLabs (premium), Google Cloud TTS (cloud), SAPI5 / pyttsx3 (always-available local).
- Profiles: Named personality profiles (Aero Female / Aero Male / Custom) with distinct rate, pitch, and provider settings per profile.
- Stability: Direct COM integration for zero-crash SAPI5 access. Async queue prevents UI blocking.
5. ๐ฎ Agentic Control (The Hands)
- Autonomous Inputs: Programmatic keyboard, mouse, and controller via pynput/pyautogui.
- Safety Workflows: User-authorized toggles with real-time override detection.
- Agent Personalities: Tactical, Friendly, Immersive, Sarcastic, Aggressive.
6. ๐ง Hardware Telemetry (The Foundation)
- GPU: pynvml (NVML) โ real-time thermals, clocks, VRAM, utilization.
- CPU: psutil + adaptive priming loop (zero-latency startup, no 0% bug).
- Thermal: Multi-stage fallback chain โ WMI (MSAcpi) โ CIM โ PerfData โ LibreHardwareMonitor social sync.
- RAM/Storage: PowerShell CIM for robust hardware identification on Windows 11.
- Network: Real-time WiFi/LAN adapter telemetry.
- Admin Note: Full thermal sensor access (CPU temp) requires running as Administrator on modern motherboards.
7. โจ๏ธ Hotkey System
- Engine: pynput
GlobalHotKeys+ Win32GetAsyncKeyStatefallback. - UI: Click-to-record
HotkeyEditwidget โ no manual<ctrl>+<alt>+otyping. - Display: Clean
Ctrl + Alt + Oformat (no angle brackets). - Configurable: All 4 hotkeys (HUD toggle, Agentic toggle, Font +/-) editable in Settings.
๐ Recent Changes
| Version | Change |
|---|---|
| Latest | Mission Control UI Overhaul โ Premium glassmorphism, neural backgrounds, Lucide icons |
| Latest | Hybrid Connectivity โ Intelligent offline/online switching with Neural Lite local reasoning |
| Latest | Gaming Web Search Engine โ Wikipedia + RAWG + SteamSpy + DuckDuckGo, free dev+prod |
| Latest | Auto Model Router โ Task-based NIM model selection (tactical/strategic/vision) |
| Latest | Hotkey Recorder โ Click-to-record with live visual feedback |
| Latest | CPU Thermal Fallback โ Aggressive multi-stage WMI โ CIM โ LibreHWM chain |
| Latest | System Page Fix โ CPU name no longer renders as raw JSON |
| Latest | Voice Profile System โ Male/female profiles with ElevenLabs + Google + SAPI5 |
| Latest | NVIDIA NIM Multi-Model โ Nemotron/Llama task-mapped model pipeline |
| Latest | OSD Polish โ --- placeholder for missing sensors (no N/A clutter) |
๐ Roadmap Status
| Phase | Description | Status |
|---|---|---|
| 1โ10 | Vision, capture, pipeline, multi-mode brain, memory, input, NVIDIA, TensorRT, Blackwell | โ Done |
| 11 | System & Hardware Dashboard + Full Settings | โ Done |
| 12 | In-App Auto-Update System | โ Done |
| 13 | Agentic AI Assistant (G-Assist interface) | โ Done |
| 14 | NVIDIA NIM full reasoning integration | โ Done |
| 15 | Autonomous co-pilot (input control) | โ Done |
| 16 | Multi-model pipeline optimization | โ Done |
| 17 | Multi-modal vision (VLM) | โ Done |
| 18 | Adaptive Agent Personalities | โ Done |
| 19 | High-Reliability Voice Engine | โ Done |
| 20 | Autonomous Gameplay + Safety Lab | โ Done |
| 21 | Gaming Web Search Intelligence | โ Done |
| 22 | Hotkey Recorder + Auto Model Routing | โ Done |
Last Updated: 2026-05-16