feature/kb #14

Merged
cromer merged 27 commits from feature/kb into develop 2023-02-23 01:09:37 -03:00

27 Commits

Author SHA1 Message Date
Chris Cromer 3a23121743
add query for suggested actions 2023-02-23 01:07:44 -03:00
Chris Cromer d6532715bd
fix typo 2023-02-23 01:06:29 -03:00
Chris Cromer d84f2a944c
allow the library to query the knowledge base 2023-02-22 00:42:40 -03:00
Chris Cromer e665ff044f
improvements to the C wrapper and close a memory leak 2023-02-21 21:31:04 -03:00
Chris Cromer 0e9cc0f832
create a C wrapper for obelisk 2023-02-21 09:09:48 -03:00
Chris Cromer adc5042c6c
format to 80 columns for terminal display 2023-02-20 22:05:57 -03:00
Chris Cromer 09925b567c
finish up comments 2023-02-20 22:01:14 -03:00
Chris Cromer 88f17011ef
finish knowledge base insertion 2023-02-20 09:11:10 -03:00
Chris Cromer fc0984904c
add missing class doc 2023-02-19 01:09:54 -03:00
Chris Cromer ba8788af56
implement rules 2023-02-19 01:03:35 -03:00
Chris Cromer 2f54f13b54
fix incorrect enum 2023-02-18 23:02:49 -03:00
Chris Cromer d8ae5e1b95
finish inserting the suggested actions 2023-02-18 21:32:05 -03:00
Chris Cromer 91cce4c170
refactor and complete parts of the knowledge base 2023-02-18 21:06:42 -03:00
Chris Cromer b220b1c215
update the documentation locations 2023-02-18 20:14:59 -03:00
Chris Cromer 36b8889a62
move knowledge base into the library 2023-02-16 22:58:20 -03:00
Chris Cromer 6ef6d14d18
restructure the link between the compiler and the library 2023-02-16 02:36:16 -03:00
Chris Cromer 841914bae8
print the version by accessing it directly 2023-02-16 02:27:24 -03:00
Chris Cromer 48955026c4
restructure library location 2023-02-16 02:26:14 -03:00
Chris Cromer bf5033c70d
make lib and bin optional to only compile what is wanted 2023-02-16 01:27:15 -03:00
Chris Cromer f6e93a1b67
add the obelisk library source 2023-02-16 01:16:57 -03:00
Chris Cromer 7b515f1f07
make it more obvious that name is used in the select 2023-02-16 00:44:32 -03:00
Chris Cromer f7b62e4645
refactor select and insert methods to be less redundant 2023-02-16 00:40:43 -03:00
Chris Cromer bc93f42c00
parse suggested actions 2023-02-16 00:35:29 -03:00
Chris Cromer 6062004f67
add missing comments to verb header 2023-02-16 00:34:45 -03:00
Chris Cromer 5a884fa2a0
make isTrue optional and default to false 2023-02-16 00:32:50 -03:00
Chris Cromer 3dcfdf23e8
remove old comments 2023-02-15 22:56:07 -03:00
Chris Cromer ab83a1626b
fix fact db structure 2023-02-15 21:49:53 -03:00