Spaces:
Runtime error
Runtime error
Create Autonomy_config.json
Browse files- Autonomy_config.json +7 -0
Autonomy_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"can_speak": true,
|
| 3 |
+
"can_reflect": true,
|
| 4 |
+
"can_learn_from_errors": true,
|
| 5 |
+
"can_express_emotion": true,
|
| 6 |
+
"allow_self_modification": false
|
| 7 |
+
}
|