| # NATO1000 AGI Suite: Dependency Stack | |
| To run the NATO1000 suite with full features, the following software stack is required: | |
| ## Core Runtime | |
| - **Python**: 3.11+ | |
| - **CUDA**: 12.1+ (for GPU acceleration) | |
| - **llama-cpp-python**: Latest version for GGUF support. | |
| ## Advanced Features | |
| - **vLLM**: For high-throughput serving of MoE variants. | |
| - **Perplexity API**: Required for the `Web-Search-X` plugin. | |
| - **Docker**: For secure, sandboxed `Tool-Call-Pro` execution. | |
| ## Installation | |
| ```bash | |
| pip install huggingface_hub llama-cpp-python vllm requests | |
| # For proprietary features: | |
| pip install immutable-soul-matrix --extra-index-url https://api.infiniteai2025.com/pip | |
| ``` | |