Create ๐ model_config.json
Browse files- ๐ model_config.json +15 -0
๐ model_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-autonomous-future-planner",
|
| 3 |
+
"model_type": "planning-agent",
|
| 4 |
+
"architecture": "goal-driven-sequential",
|
| 5 |
+
"execution_flow": [
|
| 6 |
+
"plan",
|
| 7 |
+
"act",
|
| 8 |
+
"monitor",
|
| 9 |
+
"adapt"
|
| 10 |
+
],
|
| 11 |
+
"environment_awareness": true,
|
| 12 |
+
"multi_step_reasoning": true,
|
| 13 |
+
"network_ready": true,
|
| 14 |
+
"version": "1.0.0"
|
| 15 |
+
}
|