Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Split 'do it' from reasoning/fallback #102

Open
alberth opened this issue Oct 2, 2018 · 0 comments
Open

Refactor: Split 'do it' from reasoning/fallback #102

alberth opened this issue Oct 2, 2018 · 0 comments

Comments

@alberth
Copy link

alberth commented Oct 2, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant