ElliotTheRobot / LILACS-mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform - LILACS Fork
https://mycroft.ai
GNU General Public License v3.0
4 stars 1 forks source link

Teach Skill #27

Open JarbasAI opened 7 years ago

JarbasAI commented 7 years ago

A skill will be needed to create user nodes, web scrapped info is only a component, info about relatives and family for example must be provided by user, a config file doesnt make sense for this

Some other skill may vocally request info, but the node update itself can / should be handled by a central skill since the "syntax" will always be the same, so this skill catches learning answers, but doesnt ask any question and is different / a component of ask-user backend #18

We need a skill with intents for :

at first we can assume a "vocal programming" use case, where user gives formated input, much like a programming language

later on we need decent utterance parsing for common-users, so "humans are animals", "milk comes from cows", "cows eat grass" also create nodes

this skill must interact with core LILACS skill to provide the new nodes #28