| { | |
| "dev_7-3": { | |
| "description": "Development engine 7-3 for mathematical expression simplification.", | |
| "type": "engine", | |
| "repo_id": "psaegert/simplipy-assets-test", | |
| "directory": "engines/dev_7-3", | |
| "files": [ | |
| "config.yaml", | |
| "rules.json" | |
| ], | |
| "entrypoint": "config.yaml" | |
| }, | |
| "dev_7-2": { | |
| "description": "Development engine 7-2 for mathematical expression simplification.", | |
| "type": "engine", | |
| "repo_id": "psaegert/simplipy-assets-test", | |
| "directory": "engines/dev_7-2", | |
| "files": [ | |
| "config.yaml", | |
| "rules.json" | |
| ], | |
| "entrypoint": "config.yaml" | |
| }, | |
| "expressions_10k": { | |
| "description": "10,000 test expressions for SimpliPy validation.", | |
| "type": "test-data", | |
| "repo_id": "psaegert/simplipy-assets-test", | |
| "directory": "test-data", | |
| "files": [ | |
| "expressions_10k.json" | |
| ], | |
| "entrypoint": "expressions_10k.json" | |
| } | |
| } |