Konard / LinksPlatform

Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
https://linksplatform.github.io/Documentation/
GNU Lesser General Public License v3.0
57 stars 8 forks source link

Pattern inference for GitHub bot or any automation #646

Open Konard opened 2 years ago

Konard commented 2 years ago

7EFC1868-EE27-49AF-A82A-62CEB85159D5

a, b - are operations, actions or events. a;b;a;b;a;b;a;b; is a sequence of operations. It is possible to infer pattern (ab){4} (regular expressions syntax) using that sequence. It should be possible to record every event/operation/action and by inferring patterns we could make algorithms out of a sequence of steps. When we have missing information about an intermediate process, we could ask the user of the system what actions are missing, how the user was thinking and so on. So it will be possible to collect all missing data to have complete sequence of actions that were performed to solve some task. x y are actions before missing sequence. m n c are actions after missing sequence. d e f is the missing sequence what is asked for after the task solving process is complete.