Create autonomy_orchestration_engine.json
Browse files
autonomy_orchestration_engine.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "orchestration-engine",
|
| 3 |
+
"modules": ["planning", "execution", "monitoring"],
|
| 4 |
+
"safety_constraints": true,
|
| 5 |
+
"scalable": true
|
| 6 |
+
}
|