FNP-QNN Gateway demarrage rapide
Prerequis
Utilisez un clone propre, le runtime declare par le depot et ses fichiers de verrouillage valides. Confirmez la branche active avant toute installation.
git status --short --branch
Inspect the shared Education authentication policy without writing state:
python -m fnpqnn_gateway_mvp --json gateway suite-auth-audit --root "<SUITE_ROOT>"
Treat the result as adapter-contract evidence only. Test live login separately in every deployed application.
Installer
python -m venv .venv
.venv\Scripts\python -m pip install -e .
Demarrer
.venv\Scripts\fnpqnn-gateway --help
.venv\Scripts\fnpqnn-gateway-mcp
Verifier
.venv\Scripts\python -m pytest
Acceptation humaine
Inspectez la sortie, les journaux, les resultats de tests et le diff. Acceptez, demandez une correction, placez en quarantaine ou arretez; ne promouvez jamais silencieusement un resultat genere.