@nexus-cortex/server 4.68.0 → 4.69.0
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.
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "t1-read-server-version",
|
|
4
|
+
"taskType": "T1",
|
|
5
|
+
"prompt": "Read the file packages/server/package.json in this project and report the exact value of its \"version\" field.",
|
|
6
|
+
"verifier": {
|
|
7
|
+
"type": "contains",
|
|
8
|
+
"all": [
|
|
9
|
+
"4.68.0"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "t2-locate-parsehfcompletion",
|
|
15
|
+
"taskType": "T2",
|
|
16
|
+
"prompt": "Search this project's packages/core/src tree for the file that defines the function parseHFCompletion, then report that file's path.",
|
|
17
|
+
"verifier": {
|
|
18
|
+
"type": "contains",
|
|
19
|
+
"all": [
|
|
20
|
+
"hfSpace",
|
|
21
|
+
"normalize.ts"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "t3-count-hf-cards",
|
|
27
|
+
"taskType": "T3",
|
|
28
|
+
"prompt": "Count the .ts files directly inside packages/core/src/models/cards/huggingface/ in this project and list their filenames.",
|
|
29
|
+
"verifier": {
|
|
30
|
+
"type": "contains",
|
|
31
|
+
"all": [
|
|
32
|
+
"hf-router.ts",
|
|
33
|
+
"hf-space.ts",
|
|
34
|
+
"hf-space-models.ts",
|
|
35
|
+
"index.ts"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
11
38
|
}
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"id": "t2-locate-parsehfcompletion",
|
|
15
|
-
"taskType": "T2",
|
|
16
|
-
"prompt": "Search this project's packages/core/src tree for the file that defines the function parseHFCompletion, then report that file's path.",
|
|
17
|
-
"verifier": {
|
|
18
|
-
"type": "contains",
|
|
19
|
-
"all": [
|
|
20
|
-
"hfSpace",
|
|
21
|
-
"normalize.ts"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"id": "t3-count-hf-cards",
|
|
27
|
-
"taskType": "T3",
|
|
28
|
-
"prompt": "Count the .ts files directly inside packages/core/src/models/cards/huggingface/ in this project and list their filenames.",
|
|
29
|
-
"verifier": {
|
|
30
|
-
"type": "contains",
|
|
31
|
-
"all": [
|
|
32
|
-
"hf-router.ts",
|
|
33
|
-
"hf-space.ts",
|
|
34
|
-
"hf-space-models.ts",
|
|
35
|
-
"index.ts"
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
39
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/server",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.69.0",
|
|
4
4
|
"description": "Thin Express server wrapper for Nexus Cortex core library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"prepack": "node ../../scripts/copy-pkg-cortex-scaffold.mjs"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@nexus-cortex/core": "4.
|
|
24
|
-
"@nexus-cortex/executors": "4.
|
|
23
|
+
"@nexus-cortex/core": "4.69.0",
|
|
24
|
+
"@nexus-cortex/executors": "4.69.0",
|
|
25
25
|
"chalk": "^5.3.0",
|
|
26
26
|
"cors": "^2.8.5",
|
|
27
27
|
"dotenv": "^16.4.5",
|