landvex: Fixar och tester klara för alla komponenter

- Datafabrik: Dockerfile fix, agentorkestrering fungerar
- Vision: Identify-modell, FAISS, OCR alla testade
- API: Alla 7 integrationstester passerade
- Upplösare: Entitetsupplösning verifierad
This commit is contained in:
Bernt
2026-07-05 06:41:32 +00:00
parent f4f853d94b
commit aee0f09db8
19583 changed files with 1450867 additions and 1153 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "microseconds",
"version": "0.2.0",
"description": "microsecond parser",
"keywords": [
"microseconds",
"microtime",
"time parser"
],
"homepage": "https://github.com/kamicane/microseconds#readme",
"bugs": "https://github.com/kamicane/microseconds/issues",
"repository": "github:kamicane/microseconds",
"license": "MIT",
"author": "Valerio Proietti <kamicane@gmail.com>",
"main": "index.js",
"devDependencies": {
"prettier": "^1.19.1",
"prettier-plugin-packagejson": "^2.0.6",
"standard": "^14.3.1"
}
}