You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current flow of low-level and high-level data through the constructs is not how it should be.
Learners do not access high-level data results from Knowledge constructs.
Planners are not currently updated or allowed to render reason.
Complex reasoners are unable to see high-level data from previous complex reasoners.
In addition, Knowledge constructs are having render reason called too many times and in an odd order.
Knowledge constructs will all update, then reason.
Learners will all update, then reason.
Planners will all update, then reason.
Complex reasoners will individually update and reason prior to the next complex reasoner updating and reasoning.
The text was updated successfully, but these errors were encountered:
Has only been in Python since 3.9. Because of the recent decision to provide more backward compatibility for Python versions, this needs reverted to use the dict function update instead of the |= operator
The current flow of low-level and high-level data through the constructs is not how it should be.
Learners do not access high-level data results from Knowledge constructs.
Planners are not currently updated or allowed to render reason.
Complex reasoners are unable to see high-level data from previous complex reasoners.
In addition, Knowledge constructs are having render reason called too many times and in an odd order.
Knowledge constructs will all update, then reason.
Learners will all update, then reason.
Planners will all update, then reason.
Complex reasoners will individually update and reason prior to the next complex reasoner updating and reasoning.
The text was updated successfully, but these errors were encountered: