forked from psi-oss/get-physics-done
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "get-physics-done",
"version": "1.2.2",
"gpdPythonVersion": "1.2.2",
"description": "Open-source agentic AI system for physics research across supported AI runtimes",
"bin": {
"get-physics-done": "bin/install.js"
},
"engines": {
"node": ">=20"
},
"files": [
"bin/install.js",
"src/gpd/bootstrap/installer_metadata.json",
"src/gpd/adapters/runtime_catalog.json",
"src/gpd/adapters/runtime_catalog_schema.json",
"src/gpd/core/public_surface_contract_schema.json",
"src/gpd/core/public_surface_contract.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psi-oss/get-physics-done.git"
},
"homepage": "https://github.com/psi-oss/get-physics-done#readme",
"bugs": {
"url": "https://github.com/psi-oss/get-physics-done/issues"
},
"author": "Physical Superintelligence PBC (PSI)",
"keywords": [
"physical superintelligence",
"psi",
"physics",
"research",
"ai",
"agentic",
"ai runtimes",
"runtime adapters"
],
"license": "Apache-2.0"
}