tpmkms_4wp 7.12.8 → 8.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/common/animals.instance.json +192 -406
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +12 -6
  5. package/common/{pipboyTemplate.instance.json → colors.instance.json} +13784 -8900
  6. package/common/colors.js +71 -0
  7. package/common/colors.test.json +4860 -0
  8. package/common/concept.js +2 -2
  9. package/common/crew.instance.json +3945 -3636
  10. package/common/crew.js +5 -3
  11. package/common/currency.js +0 -2
  12. package/common/dialogues.js +152 -20
  13. package/common/dialogues.test.json +1053 -33
  14. package/common/dimension.instance.json +750 -86
  15. package/common/dimension.js +15 -7
  16. package/common/dimension.test.json +289 -312
  17. package/common/edible.instance.json +446 -578
  18. package/common/edible.js +1 -1
  19. package/common/emotions.instance.json +67 -39
  20. package/common/emotions.js +1 -1
  21. package/common/fastfood.instance.json +1769 -2136
  22. package/common/fastfood.js +2 -2
  23. package/common/fastfood.test.json +7941 -3647
  24. package/common/formulas.instance.json +996 -0
  25. package/common/formulas.js +19 -6
  26. package/common/formulas.test.json +504 -2896
  27. package/common/gdefaults.js +2 -0
  28. package/common/help.js +7 -2
  29. package/common/help.test.json +18 -10
  30. package/common/helpers/concept.js +29 -9
  31. package/common/helpers/dialogues.js +17 -1
  32. package/common/helpers/formulas.js +0 -14
  33. package/common/helpers/meta.js +0 -1
  34. package/common/helpers/properties.js +6 -13
  35. package/common/helpers.js +5 -0
  36. package/common/javascript.js +8 -6
  37. package/common/kirk.instance.json +5 -1
  38. package/common/kirk.js +1 -1
  39. package/common/length.instance.json +417 -811
  40. package/common/length.js +1 -1
  41. package/common/math.instance.json +1938 -1
  42. package/common/math.js +17 -5
  43. package/common/meta.instance.json +1 -1
  44. package/common/meta.js +33 -10
  45. package/common/numbers.js +28 -24
  46. package/common/ordering.instance.json +98 -138
  47. package/common/ordering.js +1 -1
  48. package/common/people.instance.json +68 -121
  49. package/common/people.js +1 -1
  50. package/common/pipboy.instance.json +23411 -1076
  51. package/common/pipboy.js +31 -4
  52. package/common/pipboy.test.json +13 -9
  53. package/common/pokemon.instance.json +172 -223
  54. package/common/pokemon.js +1 -1
  55. package/common/pressure.instance.json +131 -81
  56. package/common/pressure.js +1 -1
  57. package/common/properties.instance.json +25 -49
  58. package/common/properties.js +20 -15
  59. package/common/properties.test.json +17605 -4030
  60. package/common/punctuation.js +8 -0
  61. package/common/punctuation.test.json +233 -5
  62. package/common/reports.instance.json +33 -65
  63. package/common/reports.js +9 -9
  64. package/common/scorekeeper.instance.json +1 -1
  65. package/common/scorekeeper.js +9 -7
  66. package/common/sizeable.js +7 -2
  67. package/common/spock.instance.json +5 -1
  68. package/common/spock.js +1 -1
  69. package/common/stm.js +16 -5
  70. package/common/tell.js +4 -2
  71. package/common/temperature.instance.json +142 -252
  72. package/common/temperature.js +1 -1
  73. package/common/testing.js +0 -1
  74. package/common/time.js +36 -20
  75. package/common/time.test.json +66 -44
  76. package/common/tokenize.js +47 -0
  77. package/common/tokenize.test.json +87 -0
  78. package/common/ui.instance.json +13 -1
  79. package/common/ui.js +0 -1
  80. package/common/weight.instance.json +335 -228
  81. package/common/weight.js +1 -1
  82. package/common/weight.test.json +242 -238
  83. package/main.js +6 -8
  84. package/package.json +10 -18
  85. package/common/dimensionTemplate.instance.json +0 -582
  86. package/common/dimensionTemplate.js +0 -35
  87. package/common/dimensionTemplate.test.json +0 -2
  88. package/common/formulasTemplate.instance.json +0 -483
  89. package/common/formulasTemplate.js +0 -30
  90. package/common/formulasTemplate.test.json +0 -2
  91. package/common/mathTemplate.instance.json +0 -1635
  92. package/common/mathTemplate.js +0 -32
  93. package/common/mathTemplate.test.json +0 -1422
  94. package/common/pipboyTemplate.js +0 -48
  95. package/common/pipboyTemplate.test.json +0 -2
package/common/animals.js CHANGED
@@ -5,7 +5,7 @@ const animals_tests = require('./animals.test.json')
5
5
  const animals_instance = require('./animals.instance.json')
6
6
 
7
7
  const template = {
8
- queries: [
8
+ configs: [
9
9
  "birds and mammals are animals",
10
10
  "mammals have ears",
11
11
  "mammals have hair",
package/common/avatar.js CHANGED
@@ -22,11 +22,13 @@ let configStruct = {
22
22
  ],
23
23
 
24
24
  words: {
25
- // TODO use pronoun
26
- "my": [{ id: 'objectPrefix', initial: "{ variable: true, value: 'other', possessive: true }" }],
27
- "your": [{ id: 'objectPrefix', initial: "{ variable: true, value: 'self', possessive: true }" }],
28
- "you": [{ id: 'self', initial: "{ variable: true, value: 'self' }" }],
29
- "i": [{ id: 'self', initial: "{ variable: true, value: 'speaker' }" }],
25
+ "literals": {
26
+ // TODO use pronoun
27
+ "my": [{ id: 'objectPrefix', initial: "{ variable: true, value: 'other', possessive: true }" }],
28
+ "your": [{ id: 'objectPrefix', initial: "{ variable: true, value: 'self', possessive: true }" }],
29
+ "you": [{ id: 'self', initial: "{ variable: true, value: 'self' }" }],
30
+ "i": [{ id: 'self', initial: "{ variable: true, value: 'speaker' }" }],
31
+ }
30
32
  },
31
33
 
32
34
  generators: [
@@ -1,5 +1,6 @@
1
1
  const { Config, knowledgeModule, where } = require('./runtime').theprogrammablemind
2
2
  const { defaultContextCheck } = require('./helpers')
3
+ const gdefaults = require('./gdefaults.js')
3
4
  const createCurrencyKM = require('./currency.js')
4
5
  const createTimeKM = require('./time.js')
5
6
  const { table } = require('table')
@@ -40,11 +41,13 @@ let configStruct = {
40
41
  { id: 'help', level: 0, bridge: "{ ...next(operator) }" },
41
42
  ],
42
43
  "words": {
43
- "sally": [{"id": "character", development: true, "initial": "{ value: 'sally' }" }],
44
- "bob": [{"id": "character", development: true, "initial": "{ value: 'bob' }" }],
45
- //"product1": [{"id": "reportObject", "initial": "{ value: 'api1' }" }],
46
- //"api2": [{"id": "reportObject", "initial": "{ value: 'api2' }" }],
47
- //" ([0-9]+)": [{"id": "amount", "initial": "{ value: int(group[0]) }" }],
44
+ "literals": {
45
+ "sally": [{"id": "character", development: true, "initial": "{ value: 'sally' }" }],
46
+ "bob": [{"id": "character", development: true, "initial": "{ value: 'bob' }" }],
47
+ //"product1": [{"id": "reportObject", "initial": "{ value: 'api1' }" }],
48
+ //"api2": [{"id": "reportObject", "initial": "{ value: 'api2' }" }],
49
+ //" ([0-9]+)": [{"id": "amount", "initial": "{ value: int(group[0]) }" }],
50
+ },
48
51
  },
49
52
 
50
53
  generators: [
@@ -95,7 +98,6 @@ let configStruct = {
95
98
  const words = context.words.map( (context) => context.word )
96
99
  const utterance = words.join(' ')
97
100
  const config = km('characters')
98
- debugger
99
101
  const api = config._api.apis[context.value]
100
102
  api.process(config, utterance).then( (result) => {
101
103
  if (!api.response) {
@@ -178,6 +180,9 @@ const createConfig = () => {
178
180
  const api2 = new Bob(currencyKM)
179
181
 
180
182
  const config = new Config(configStruct, module)
183
+ config.stop_auto_rebuild()
184
+ config.add(gdefaults())
185
+
181
186
  config.multiApi = initializeApi
182
187
  config.initializer( ({isModule, config, km}) => {
183
188
  if (!isModule) {
@@ -188,6 +193,7 @@ const createConfig = () => {
188
193
  config.api = api
189
194
  }
190
195
  })
196
+ config.restart_auto_rebuild()
191
197
  return config
192
198
  }
193
199