-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "com.neoxider.coreaibenchmark",
"version": "5.9.0",
"displayName": "CoreAI Benchmark",
"unity": "6000.0",
"description": "LLM game-creation benchmark harness and scenarios for CoreAI: drives execute_lua and world_command through real PlayMode scenarios (G1-G8), grades tool correctness, reasoning, instruction adherence, and determinism, and reports suite/role fitness scores. Depends on com.neoxider.coreai / com.neoxider.coreaiunity / com.neoxider.coreaimods.",
"author": {
"name": "Neoxider",
"url": "https://github.com/NeoXider/CoreAI"
},
"license": "PolyForm-Noncommercial-1.0.0",
"licensesUrl": "https://github.com/NeoXider/CoreAI/blob/main/LICENSE",
"dependencies": {
"com.neoxider.coreai": "5.9.0",
"com.neoxider.coreaiunity": "5.9.0",
"com.neoxider.coreaimods": "5.9.0"
}
}