@pellux/goodvibes-sdk 0.26.6 → 0.26.8

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 (69) hide show
  1. package/dist/_internal/contracts/artifacts/operator-contract.json +400 -4
  2. package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
  3. package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
  4. package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
  5. package/dist/_internal/contracts/generated/operator-contract.js +400 -4
  6. package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
  7. package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
  8. package/dist/_internal/contracts/generated/operator-method-ids.js +1 -0
  9. package/dist/_internal/daemon/context.d.ts +1 -0
  10. package/dist/_internal/daemon/context.d.ts.map +1 -1
  11. package/dist/_internal/daemon/knowledge-route-types.d.ts +1 -0
  12. package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -1
  13. package/dist/_internal/daemon/knowledge-routes.d.ts +1 -1
  14. package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
  15. package/dist/_internal/daemon/knowledge-routes.js +27 -0
  16. package/dist/_internal/daemon/operator.d.ts +1 -1
  17. package/dist/_internal/daemon/operator.d.ts.map +1 -1
  18. package/dist/_internal/daemon/operator.js +3 -0
  19. package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
  20. package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +18 -2
  21. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +1 -0
  22. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -1
  23. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +8 -0
  24. package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
  25. package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
  26. package/dist/_internal/platform/control-plane/routes/operator.js +3 -0
  27. package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
  28. package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
  29. package/dist/_internal/platform/knowledge/extractors.d.ts.map +1 -1
  30. package/dist/_internal/platform/knowledge/extractors.js +26 -2
  31. package/dist/_internal/platform/knowledge/home-graph/documentation.d.ts +5 -0
  32. package/dist/_internal/platform/knowledge/home-graph/documentation.d.ts.map +1 -0
  33. package/dist/_internal/platform/knowledge/home-graph/documentation.js +80 -0
  34. package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts +2 -7
  35. package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -1
  36. package/dist/_internal/platform/knowledge/home-graph/helpers.js +0 -54
  37. package/dist/_internal/platform/knowledge/home-graph/quality.d.ts +5 -0
  38. package/dist/_internal/platform/knowledge/home-graph/quality.d.ts.map +1 -0
  39. package/dist/_internal/platform/knowledge/home-graph/quality.js +278 -0
  40. package/dist/_internal/platform/knowledge/home-graph/review.d.ts +14 -0
  41. package/dist/_internal/platform/knowledge/home-graph/review.d.ts.map +1 -0
  42. package/dist/_internal/platform/knowledge/home-graph/review.js +183 -0
  43. package/dist/_internal/platform/knowledge/home-graph/search.d.ts +13 -0
  44. package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -0
  45. package/dist/_internal/platform/knowledge/home-graph/search.js +136 -0
  46. package/dist/_internal/platform/knowledge/home-graph/service.d.ts +2 -7
  47. package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
  48. package/dist/_internal/platform/knowledge/home-graph/service.js +13 -84
  49. package/dist/_internal/platform/knowledge/home-graph/state.d.ts +4 -1
  50. package/dist/_internal/platform/knowledge/home-graph/state.d.ts.map +1 -1
  51. package/dist/_internal/platform/knowledge/home-graph/types.d.ts +1 -1
  52. package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
  53. package/dist/_internal/platform/knowledge/home-graph/types.js +17 -1
  54. package/dist/_internal/platform/knowledge/knowledge-api.d.ts +2 -0
  55. package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -1
  56. package/dist/_internal/platform/knowledge/knowledge-api.js +1 -0
  57. package/dist/_internal/platform/knowledge/review.d.ts +19 -0
  58. package/dist/_internal/platform/knowledge/review.d.ts.map +1 -0
  59. package/dist/_internal/platform/knowledge/review.js +117 -0
  60. package/dist/_internal/platform/knowledge/service.d.ts +2 -0
  61. package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
  62. package/dist/_internal/platform/knowledge/service.js +4 -0
  63. package/dist/_internal/platform/knowledge/store-schema.d.ts +2 -1
  64. package/dist/_internal/platform/knowledge/store-schema.d.ts.map +1 -1
  65. package/dist/_internal/platform/knowledge/store-schema.js +9 -0
  66. package/dist/_internal/platform/knowledge/store.d.ts.map +1 -1
  67. package/dist/_internal/platform/knowledge/store.js +14 -10
  68. package/dist/_internal/platform/version.js +1 -1
  69. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.26.3"
6
+ "version": "0.26.8"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -32145,6 +32145,402 @@
32145
32145
  },
32146
32146
  "invokable": true
32147
32147
  },
32148
+ {
32149
+ "id": "knowledge.issue.review",
32150
+ "title": "Review Knowledge Issue",
32151
+ "description": "Record an LLM or user review decision for a knowledge issue and optionally apply semantic facts to the linked source or node.",
32152
+ "category": "knowledge",
32153
+ "source": "builtin",
32154
+ "access": "admin",
32155
+ "transport": [
32156
+ "http",
32157
+ "ws"
32158
+ ],
32159
+ "scopes": [
32160
+ "write:knowledge"
32161
+ ],
32162
+ "http": {
32163
+ "method": "POST",
32164
+ "path": "/api/knowledge/issues/{id}/review"
32165
+ },
32166
+ "inputSchema": {
32167
+ "type": "object",
32168
+ "properties": {
32169
+ "id": {
32170
+ "type": "string"
32171
+ },
32172
+ "action": {
32173
+ "type": "string"
32174
+ },
32175
+ "reviewer": {
32176
+ "type": "string"
32177
+ },
32178
+ "value": {
32179
+ "type": "object",
32180
+ "additionalProperties": {
32181
+ "anyOf": [
32182
+ {
32183
+ "type": "string"
32184
+ },
32185
+ {
32186
+ "type": "number"
32187
+ },
32188
+ {
32189
+ "type": "boolean"
32190
+ },
32191
+ {
32192
+ "type": "null"
32193
+ },
32194
+ {
32195
+ "type": "object",
32196
+ "additionalProperties": {}
32197
+ },
32198
+ {
32199
+ "type": "array",
32200
+ "items": {}
32201
+ }
32202
+ ]
32203
+ }
32204
+ }
32205
+ },
32206
+ "required": [
32207
+ "id",
32208
+ "action"
32209
+ ],
32210
+ "additionalProperties": false
32211
+ },
32212
+ "outputSchema": {
32213
+ "type": "object",
32214
+ "properties": {
32215
+ "ok": {
32216
+ "type": "boolean"
32217
+ },
32218
+ "issue": {
32219
+ "type": "object",
32220
+ "properties": {
32221
+ "id": {
32222
+ "type": "string"
32223
+ },
32224
+ "severity": {
32225
+ "type": "string"
32226
+ },
32227
+ "code": {
32228
+ "type": "string"
32229
+ },
32230
+ "message": {
32231
+ "type": "string"
32232
+ },
32233
+ "status": {
32234
+ "type": "string"
32235
+ },
32236
+ "sourceId": {
32237
+ "type": "string"
32238
+ },
32239
+ "nodeId": {
32240
+ "type": "string"
32241
+ },
32242
+ "metadata": {
32243
+ "type": "object",
32244
+ "additionalProperties": {
32245
+ "anyOf": [
32246
+ {
32247
+ "type": "string"
32248
+ },
32249
+ {
32250
+ "type": "number"
32251
+ },
32252
+ {
32253
+ "type": "boolean"
32254
+ },
32255
+ {
32256
+ "type": "null"
32257
+ },
32258
+ {
32259
+ "type": "object",
32260
+ "additionalProperties": {}
32261
+ },
32262
+ {
32263
+ "type": "array",
32264
+ "items": {}
32265
+ }
32266
+ ]
32267
+ }
32268
+ },
32269
+ "createdAt": {
32270
+ "type": "number"
32271
+ },
32272
+ "updatedAt": {
32273
+ "type": "number"
32274
+ }
32275
+ },
32276
+ "required": [
32277
+ "id",
32278
+ "severity",
32279
+ "code",
32280
+ "message",
32281
+ "status",
32282
+ "metadata",
32283
+ "createdAt",
32284
+ "updatedAt"
32285
+ ],
32286
+ "additionalProperties": true
32287
+ },
32288
+ "node": {
32289
+ "type": "object",
32290
+ "properties": {
32291
+ "id": {
32292
+ "type": "string"
32293
+ },
32294
+ "kind": {
32295
+ "type": "string"
32296
+ },
32297
+ "slug": {
32298
+ "type": "string"
32299
+ },
32300
+ "title": {
32301
+ "type": "string"
32302
+ },
32303
+ "summary": {
32304
+ "type": "string"
32305
+ },
32306
+ "aliases": {
32307
+ "type": "array",
32308
+ "items": {
32309
+ "type": "string"
32310
+ }
32311
+ },
32312
+ "status": {
32313
+ "type": "string"
32314
+ },
32315
+ "confidence": {
32316
+ "type": "number"
32317
+ },
32318
+ "sourceId": {
32319
+ "type": "string"
32320
+ },
32321
+ "metadata": {
32322
+ "type": "object",
32323
+ "additionalProperties": {
32324
+ "anyOf": [
32325
+ {
32326
+ "type": "string"
32327
+ },
32328
+ {
32329
+ "type": "number"
32330
+ },
32331
+ {
32332
+ "type": "boolean"
32333
+ },
32334
+ {
32335
+ "type": "null"
32336
+ },
32337
+ {
32338
+ "type": "object",
32339
+ "additionalProperties": {}
32340
+ },
32341
+ {
32342
+ "type": "array",
32343
+ "items": {}
32344
+ }
32345
+ ]
32346
+ }
32347
+ },
32348
+ "createdAt": {
32349
+ "type": "number"
32350
+ },
32351
+ "updatedAt": {
32352
+ "type": "number"
32353
+ }
32354
+ },
32355
+ "required": [
32356
+ "id",
32357
+ "kind",
32358
+ "slug",
32359
+ "title",
32360
+ "aliases",
32361
+ "status",
32362
+ "confidence",
32363
+ "metadata",
32364
+ "createdAt",
32365
+ "updatedAt"
32366
+ ],
32367
+ "additionalProperties": true
32368
+ },
32369
+ "source": {
32370
+ "type": "object",
32371
+ "properties": {
32372
+ "id": {
32373
+ "type": "string"
32374
+ },
32375
+ "connectorId": {
32376
+ "type": "string"
32377
+ },
32378
+ "sourceType": {
32379
+ "type": "string",
32380
+ "enum": [
32381
+ "url",
32382
+ "bookmark",
32383
+ "bookmark-list",
32384
+ "history",
32385
+ "document",
32386
+ "repo",
32387
+ "dataset",
32388
+ "image",
32389
+ "manual",
32390
+ "other"
32391
+ ]
32392
+ },
32393
+ "title": {
32394
+ "type": "string"
32395
+ },
32396
+ "sourceUri": {
32397
+ "type": "string"
32398
+ },
32399
+ "canonicalUri": {
32400
+ "type": "string"
32401
+ },
32402
+ "summary": {
32403
+ "type": "string"
32404
+ },
32405
+ "description": {
32406
+ "type": "string"
32407
+ },
32408
+ "tags": {
32409
+ "type": "array",
32410
+ "items": {
32411
+ "type": "string"
32412
+ }
32413
+ },
32414
+ "folderPath": {
32415
+ "type": "string"
32416
+ },
32417
+ "status": {
32418
+ "type": "string"
32419
+ },
32420
+ "artifactId": {
32421
+ "type": "string"
32422
+ },
32423
+ "contentHash": {
32424
+ "type": "string"
32425
+ },
32426
+ "lastCrawledAt": {
32427
+ "type": "number"
32428
+ },
32429
+ "crawlError": {
32430
+ "type": "string"
32431
+ },
32432
+ "sessionId": {
32433
+ "type": "string"
32434
+ },
32435
+ "metadata": {
32436
+ "type": "object",
32437
+ "additionalProperties": {
32438
+ "anyOf": [
32439
+ {
32440
+ "type": "string"
32441
+ },
32442
+ {
32443
+ "type": "number"
32444
+ },
32445
+ {
32446
+ "type": "boolean"
32447
+ },
32448
+ {
32449
+ "type": "null"
32450
+ },
32451
+ {
32452
+ "type": "object",
32453
+ "additionalProperties": {}
32454
+ },
32455
+ {
32456
+ "type": "array",
32457
+ "items": {}
32458
+ }
32459
+ ]
32460
+ }
32461
+ },
32462
+ "createdAt": {
32463
+ "type": "number"
32464
+ },
32465
+ "updatedAt": {
32466
+ "type": "number"
32467
+ }
32468
+ },
32469
+ "required": [
32470
+ "id",
32471
+ "connectorId",
32472
+ "sourceType",
32473
+ "tags",
32474
+ "status",
32475
+ "metadata",
32476
+ "createdAt",
32477
+ "updatedAt"
32478
+ ],
32479
+ "additionalProperties": true
32480
+ },
32481
+ "suppression": {
32482
+ "type": "object",
32483
+ "additionalProperties": {
32484
+ "anyOf": [
32485
+ {
32486
+ "type": "string"
32487
+ },
32488
+ {
32489
+ "type": "number"
32490
+ },
32491
+ {
32492
+ "type": "boolean"
32493
+ },
32494
+ {
32495
+ "type": "null"
32496
+ },
32497
+ {
32498
+ "type": "object",
32499
+ "additionalProperties": {}
32500
+ },
32501
+ {
32502
+ "type": "array",
32503
+ "items": {}
32504
+ }
32505
+ ]
32506
+ }
32507
+ },
32508
+ "appliedFacts": {
32509
+ "type": "object",
32510
+ "additionalProperties": {
32511
+ "anyOf": [
32512
+ {
32513
+ "type": "string"
32514
+ },
32515
+ {
32516
+ "type": "number"
32517
+ },
32518
+ {
32519
+ "type": "boolean"
32520
+ },
32521
+ {
32522
+ "type": "null"
32523
+ },
32524
+ {
32525
+ "type": "object",
32526
+ "additionalProperties": {}
32527
+ },
32528
+ {
32529
+ "type": "array",
32530
+ "items": {}
32531
+ }
32532
+ ]
32533
+ }
32534
+ }
32535
+ },
32536
+ "required": [
32537
+ "ok",
32538
+ "issue"
32539
+ ],
32540
+ "additionalProperties": true
32541
+ },
32542
+ "invokable": true
32543
+ },
32148
32544
  {
32149
32545
  "id": "knowledge.issues.list",
32150
32546
  "title": "List Knowledge Issues",
@@ -60055,10 +60451,10 @@
60055
60451
  }
60056
60452
  ],
60057
60453
  "schemaCoverage": {
60058
- "methods": 242,
60059
- "typedInputs": 242,
60454
+ "methods": 243,
60455
+ "typedInputs": 243,
60060
60456
  "genericInputs": 0,
60061
- "typedOutputs": 242,
60457
+ "typedOutputs": 243,
60062
60458
  "genericOutputs": 0
60063
60459
  },
60064
60460
  "eventCoverage": {
@@ -1,7 +1,7 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "0.26.3";
4
- readonly operatorMethodCount: 242;
3
+ readonly productVersion: "0.26.8";
4
+ readonly operatorMethodCount: 243;
5
5
  readonly operatorEventCount: 30;
6
6
  readonly peerEndpointCount: 6;
7
7
  };
@@ -1,8 +1,8 @@
1
1
  // Synced from packages/contracts/src/generated/foundation-metadata.ts
2
2
  export const FOUNDATION_METADATA = {
3
3
  "productId": "goodvibes",
4
- "productVersion": "0.26.3",
5
- "operatorMethodCount": 242,
4
+ "productVersion": "0.26.8",
5
+ "operatorMethodCount": 243,
6
6
  "operatorEventCount": 30,
7
7
  "peerEndpointCount": 6
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../../../src/_internal/contracts/generated/operator-contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA4q1DtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../../../src/_internal/contracts/generated/operator-contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAwj2DtB,CAAC"}