@larkup/tool-video-intelligence 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/runtime/app/__pycache__/__init__.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/__init__.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/__main__.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/cloud_worker.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/config.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/config.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/deepgram_transcribe.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/deepgram_transcribe.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/ffmpeg_extract.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/gateway_vision.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/gateway_vision.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/main.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/main.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/model_configuration.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/model_configuration.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/motion_sampling.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/pipeline.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/pipeline.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/progress.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/progress.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/ranges.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/ranges.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/sampling.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/sampling.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/scene_clipping.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/scene_clipping.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/schemas.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/semantic_vision.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/semantic_vision.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/service.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/store.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/store.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/timeline.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/timeline.cpython-312.pyc +0 -0
- package/runtime/app/__pycache__/video_embedding.cpython-311.pyc +0 -0
- package/runtime/app/__pycache__/worker.cpython-311.pyc +0 -0
- package/runtime/app/api/__pycache__/__init__.cpython-311.pyc +0 -0
- package/runtime/app/api/__pycache__/__init__.cpython-312.pyc +0 -0
- package/runtime/app/api/__pycache__/deps.cpython-311.pyc +0 -0
- package/runtime/app/api/__pycache__/deps.cpython-312.pyc +0 -0
- package/runtime/app/api/__pycache__/v1.cpython-311.pyc +0 -0
- package/runtime/app/api/__pycache__/v1.cpython-312.pyc +0 -0
- package/runtime/app/db/__pycache__/__init__.cpython-311.pyc +0 -0
- package/runtime/app/db/__pycache__/__init__.cpython-312.pyc +0 -0
- package/runtime/app/db/__pycache__/schemas.cpython-311.pyc +0 -0
- package/runtime/app/db/__pycache__/schemas.cpython-312.pyc +0 -0
- package/runtime/app/db/__pycache__/store.cpython-311.pyc +0 -0
- package/runtime/app/db/__pycache__/store.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/__init__.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/__init__.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/brain.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/brain.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/embedding.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/embedding.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/jobs.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/jobs.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/motion.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/motion.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/pipeline.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/pipeline.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/scene.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/scene.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/storage.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/storage.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/transcription.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/transcription.cpython-312.pyc +0 -0
- package/runtime/app/services/__pycache__/vision.cpython-311.pyc +0 -0
- package/runtime/app/services/__pycache__/vision.cpython-312.pyc +0 -0
- package/runtime/app/utils/__pycache__/__init__.cpython-311.pyc +0 -0
- package/runtime/app/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/runtime/app/utils/__pycache__/timing.cpython-311.pyc +0 -0
- package/runtime/app/utils/__pycache__/timing.cpython-312.pyc +0 -0
- package/tool.manifest.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@larkup/tool-video-intelligence",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Installable local and cloud video intelligence with evidence-first indexing.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@larkup/core": "0.5.
|
|
58
|
+
"@larkup/core": "0.5.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/node": "^26",
|
|
62
62
|
"typescript": "^7.0.2",
|
|
63
63
|
"vitest": "^4.1.10",
|
|
64
|
-
"@larkup/marketplace": "0.2.
|
|
64
|
+
"@larkup/marketplace": "0.2.1"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/tool.manifest.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"description": "Help your AI understand your videos, so you can ask questions and get answers from the right moments.",
|
|
8
8
|
"longDescription": "Turn videos into knowledge your AI can understand. It listens to what is said, reads what appears on screen, and helps you find the moments that matter.",
|
|
9
9
|
"category": "media",
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.2",
|
|
11
11
|
"pricing": "free",
|
|
12
12
|
"emoji": "🎥",
|
|
13
13
|
"icon": "Film",
|