feat(aep): carte AEP — push Gitea 2026-04-28

This commit is contained in:
Jules Neny
2026-04-28 14:00:05 +02:00
commit 21c44d8193
86 changed files with 31855 additions and 0 deletions

13
worker/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "nav-worker",
"version": "1.0.0",
"type": "module",
"description": "NAV V2 — Worker enrichissement IA (Mistral Nemo + crawl4ai)",
"main": "enrich.js",
"scripts": {
"start": "node -r dotenv/config enrich.js"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}