Create modular_skill_engine.json
Browse files
modular_skill_engine.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "skill-engine",
|
| 3 |
+
"skill_registry": true,
|
| 4 |
+
"dynamic_loading": true,
|
| 5 |
+
"execution_modes": ["manual", "autonomous"],
|
| 6 |
+
"fallback_strategy": "safe_abort"
|
| 7 |
+
}
|