AroticMerch commited on
Commit
197a5de
ยท
verified ยท
1 Parent(s): 11ae99b

Create ๐Ÿ“„ model_config.json

Browse files
Files changed (1) hide show
  1. ๐Ÿ“„ 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
+ }