Spaces:
Sleeping
Sleeping
Update agireasoning.py
Browse files- agireasoning.py +4 -1
agireasoning.py
CHANGED
|
@@ -21,7 +21,10 @@ class AgileAGIFunctionality:
|
|
| 21 |
self.learning_capabilities = learning_capabilities
|
| 22 |
self.action_execution = action_execution
|
| 23 |
self.ethical_alignment = ethical_alignment
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
def analyze_learning_capabilities(self):
|
| 27 |
return {
|
|
|
|
| 21 |
self.learning_capabilities = learning_capabilities
|
| 22 |
self.action_execution = action_execution
|
| 23 |
self.ethical_alignment = ethical_alignment
|
| 24 |
+
try:
|
| 25 |
+
self.cognitive_processor = CognitiveProcessor(modes=cognitive_modes)
|
| 26 |
+
except TypeError:
|
| 27 |
+
self.cognitive_processor = CognitiveProcessor()
|
| 28 |
|
| 29 |
def analyze_learning_capabilities(self):
|
| 30 |
return {
|