Core Operations Manual
Technical guide for deploying the Moset engine.
⚠️ Security Alert
Do not run deep inference operations (cargo run --features llm_heavy) if the Local Host or Inference Node exceeds 85°C. The Rust daemon does not have a thermal kill-switch by default.
Environment Requirements
- Operating System: Windows 10/11 (Local Host) or Linux Ubuntu 22.04 (Remote Nodes).
- Frameworks: Rust (Tauri), Node.js (Vite), Python 3.10+ (Torch).
- Secure Network: Tailscale or Cloudflare Tunnels for inter-node communication.
1. Orchestrator Deployment
The Orchestrator must be activated first on the Local Host. It contains the assignment and routing logic.
cd moset-ecosystem/orquestador
cargo run --release
cargo run --release
2. External API Connection
If you require fast network intelligence, start the remote cluster and enter your Private Tunnel IP in the global settings.
ssh remote-cluster
docker-compose -f llm-musculo.yml up -d
docker-compose -f llm-musculo.yml up -d
3. Monitoring
To track resources between the Gateway and the Local Host in a unified manner:
npm run dev:monitor -- --network local