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
I randomly browsed some action server code, and eg 'find' and 'hand-over' does a lot more than just simply checking pre-conditions and (failing or) doing the requested thing.
It analyses what is missing, starts queries to get missing information, performs additional actions, etc.
I think it would be useful if a clean split is made between 'stupid' check & do-it code, and the intelligence/reasoning to make that elementary action smarter, so it can deal with more cases. Likely you'll end up with a tree of actions, where higher level actions use lower level actions to test and perform part of the action to perform.
@LoyVanBeek the reasoning code looks like it belongs in the conversation engine eventually.
The text was updated successfully, but these errors were encountered:
I randomly browsed some action server code, and eg 'find' and 'hand-over' does a lot more than just simply checking pre-conditions and (failing or) doing the requested thing.
It analyses what is missing, starts queries to get missing information, performs additional actions, etc.
I think it would be useful if a clean split is made between 'stupid' check & do-it code, and the intelligence/reasoning to make that elementary action smarter, so it can deal with more cases. Likely you'll end up with a tree of actions, where higher level actions use lower level actions to test and perform part of the action to perform.
@LoyVanBeek the reasoning code looks like it belongs in the conversation engine eventually.
The text was updated successfully, but these errors were encountered: