@pellux/goodvibes-sdk 0.27.2 → 0.27.4
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.
- package/dist/_internal/contracts/artifacts/operator-contract.json +845 -4
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +845 -4
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +2 -0
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-route-types.d.ts +1 -0
- package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.js +18 -0
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.js +10 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +20 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +2 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +23 -0
- package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
- package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/home-graph-routes.js +7 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
- package/dist/_internal/platform/knowledge/extractors.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/extractors.js +1 -116
- package/dist/_internal/platform/knowledge/home-graph/ask.d.ts +13 -0
- package/dist/_internal/platform/knowledge/home-graph/ask.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/ask.js +65 -0
- package/dist/_internal/platform/knowledge/home-graph/auto-link.d.ts +27 -0
- package/dist/_internal/platform/knowledge/home-graph/auto-link.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/auto-link.js +236 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts +1 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +24 -8
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts +1 -1
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/pages.d.ts +11 -0
- package/dist/_internal/platform/knowledge/home-graph/pages.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/pages.js +44 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +4 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +215 -4
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +12 -2
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +78 -21
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +31 -1
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/types.js +2 -0
- package/dist/_internal/platform/knowledge/index.d.ts +3 -1
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +1 -0
- package/dist/_internal/platform/knowledge/ingest-compile.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/ingest-compile.js +5 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts +1 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/map.js +15 -1
- package/dist/_internal/platform/knowledge/pdf-extractor.d.ts +3 -0
- package/dist/_internal/platform/knowledge/pdf-extractor.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/pdf-extractor.js +346 -0
- package/dist/_internal/platform/knowledge/scheduling.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/scheduling.js +1 -0
- package/dist/_internal/platform/knowledge/semantic/answer.d.ts +9 -0
- package/dist/_internal/platform/knowledge/semantic/answer.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/answer.js +407 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.d.ts +23 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.js +491 -0
- package/dist/_internal/platform/knowledge/semantic/index.d.ts +5 -0
- package/dist/_internal/platform/knowledge/semantic/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/index.js +2 -0
- package/dist/_internal/platform/knowledge/semantic/llm.d.ts +4 -0
- package/dist/_internal/platform/knowledge/semantic/llm.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/llm.js +34 -0
- package/dist/_internal/platform/knowledge/semantic/service.d.ts +37 -0
- package/dist/_internal/platform/knowledge/semantic/service.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/service.js +55 -0
- package/dist/_internal/platform/knowledge/semantic/types.d.ts +107 -0
- package/dist/_internal/platform/knowledge/semantic/types.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/types.js +1 -0
- package/dist/_internal/platform/knowledge/semantic/utils.d.ts +39 -0
- package/dist/_internal/platform/knowledge/semantic/utils.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/utils.js +189 -0
- package/dist/_internal/platform/knowledge/service.d.ts +12 -0
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/service.js +14 -0
- package/dist/_internal/platform/knowledge/types.d.ts +2 -2
- package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +8 -2
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.27.
|
|
6
|
+
"version": "0.27.4"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -28505,6 +28505,85 @@
|
|
|
28505
28505
|
},
|
|
28506
28506
|
"invokable": true
|
|
28507
28507
|
},
|
|
28508
|
+
{
|
|
28509
|
+
"id": "homeassistant.homeGraph.pages.list",
|
|
28510
|
+
"title": "List Home Graph Pages",
|
|
28511
|
+
"description": "Return generated Home Graph wiki pages with optional markdown content.",
|
|
28512
|
+
"category": "knowledge",
|
|
28513
|
+
"source": "builtin",
|
|
28514
|
+
"access": "authenticated",
|
|
28515
|
+
"transport": [
|
|
28516
|
+
"http",
|
|
28517
|
+
"ws"
|
|
28518
|
+
],
|
|
28519
|
+
"scopes": [
|
|
28520
|
+
"read:knowledge"
|
|
28521
|
+
],
|
|
28522
|
+
"http": {
|
|
28523
|
+
"method": "GET",
|
|
28524
|
+
"path": "/api/homeassistant/home-graph/pages"
|
|
28525
|
+
},
|
|
28526
|
+
"inputSchema": {
|
|
28527
|
+
"type": "object",
|
|
28528
|
+
"properties": {
|
|
28529
|
+
"installationId": {
|
|
28530
|
+
"type": "string"
|
|
28531
|
+
},
|
|
28532
|
+
"knowledgeSpaceId": {
|
|
28533
|
+
"type": "string"
|
|
28534
|
+
},
|
|
28535
|
+
"limit": {
|
|
28536
|
+
"type": "number"
|
|
28537
|
+
},
|
|
28538
|
+
"includeMarkdown": {
|
|
28539
|
+
"type": "boolean"
|
|
28540
|
+
}
|
|
28541
|
+
},
|
|
28542
|
+
"additionalProperties": false
|
|
28543
|
+
},
|
|
28544
|
+
"outputSchema": {
|
|
28545
|
+
"type": "object",
|
|
28546
|
+
"properties": {
|
|
28547
|
+
"ok": {
|
|
28548
|
+
"type": "boolean"
|
|
28549
|
+
},
|
|
28550
|
+
"spaceId": {
|
|
28551
|
+
"type": "string"
|
|
28552
|
+
},
|
|
28553
|
+
"pages": {
|
|
28554
|
+
"type": "array",
|
|
28555
|
+
"items": {
|
|
28556
|
+
"anyOf": [
|
|
28557
|
+
{
|
|
28558
|
+
"type": "string"
|
|
28559
|
+
},
|
|
28560
|
+
{
|
|
28561
|
+
"type": "number"
|
|
28562
|
+
},
|
|
28563
|
+
{
|
|
28564
|
+
"type": "boolean"
|
|
28565
|
+
},
|
|
28566
|
+
{
|
|
28567
|
+
"type": "null"
|
|
28568
|
+
},
|
|
28569
|
+
{
|
|
28570
|
+
"type": "object",
|
|
28571
|
+
"additionalProperties": {}
|
|
28572
|
+
},
|
|
28573
|
+
{}
|
|
28574
|
+
]
|
|
28575
|
+
}
|
|
28576
|
+
}
|
|
28577
|
+
},
|
|
28578
|
+
"required": [
|
|
28579
|
+
"ok",
|
|
28580
|
+
"spaceId",
|
|
28581
|
+
"pages"
|
|
28582
|
+
],
|
|
28583
|
+
"additionalProperties": true
|
|
28584
|
+
},
|
|
28585
|
+
"invokable": true
|
|
28586
|
+
},
|
|
28508
28587
|
{
|
|
28509
28588
|
"id": "homeassistant.homeGraph.refreshDevicePassport",
|
|
28510
28589
|
"title": "Refresh Device Passport",
|
|
@@ -28995,6 +29074,57 @@
|
|
|
28995
29074
|
{}
|
|
28996
29075
|
]
|
|
28997
29076
|
}
|
|
29077
|
+
},
|
|
29078
|
+
"linked": {
|
|
29079
|
+
"type": "array",
|
|
29080
|
+
"items": {
|
|
29081
|
+
"anyOf": [
|
|
29082
|
+
{
|
|
29083
|
+
"type": "string"
|
|
29084
|
+
},
|
|
29085
|
+
{
|
|
29086
|
+
"type": "number"
|
|
29087
|
+
},
|
|
29088
|
+
{
|
|
29089
|
+
"type": "boolean"
|
|
29090
|
+
},
|
|
29091
|
+
{
|
|
29092
|
+
"type": "null"
|
|
29093
|
+
},
|
|
29094
|
+
{
|
|
29095
|
+
"type": "object",
|
|
29096
|
+
"additionalProperties": {}
|
|
29097
|
+
},
|
|
29098
|
+
{}
|
|
29099
|
+
]
|
|
29100
|
+
}
|
|
29101
|
+
},
|
|
29102
|
+
"generated": {
|
|
29103
|
+
"type": "object",
|
|
29104
|
+
"additionalProperties": {
|
|
29105
|
+
"anyOf": [
|
|
29106
|
+
{
|
|
29107
|
+
"type": "string"
|
|
29108
|
+
},
|
|
29109
|
+
{
|
|
29110
|
+
"type": "number"
|
|
29111
|
+
},
|
|
29112
|
+
{
|
|
29113
|
+
"type": "boolean"
|
|
29114
|
+
},
|
|
29115
|
+
{
|
|
29116
|
+
"type": "null"
|
|
29117
|
+
},
|
|
29118
|
+
{
|
|
29119
|
+
"type": "object",
|
|
29120
|
+
"additionalProperties": {}
|
|
29121
|
+
},
|
|
29122
|
+
{
|
|
29123
|
+
"type": "array",
|
|
29124
|
+
"items": {}
|
|
29125
|
+
}
|
|
29126
|
+
]
|
|
29127
|
+
}
|
|
28998
29128
|
}
|
|
28999
29129
|
},
|
|
29000
29130
|
"required": [
|
|
@@ -30462,6 +30592,717 @@
|
|
|
30462
30592
|
},
|
|
30463
30593
|
"invokable": true
|
|
30464
30594
|
},
|
|
30595
|
+
{
|
|
30596
|
+
"id": "knowledge.ask",
|
|
30597
|
+
"title": "Ask Knowledge",
|
|
30598
|
+
"description": "Search, semantically synthesize, and return a source-backed answer from the structured knowledge/wiki store.",
|
|
30599
|
+
"category": "knowledge",
|
|
30600
|
+
"source": "builtin",
|
|
30601
|
+
"access": "authenticated",
|
|
30602
|
+
"transport": [
|
|
30603
|
+
"http",
|
|
30604
|
+
"ws"
|
|
30605
|
+
],
|
|
30606
|
+
"scopes": [
|
|
30607
|
+
"read:knowledge"
|
|
30608
|
+
],
|
|
30609
|
+
"http": {
|
|
30610
|
+
"method": "POST",
|
|
30611
|
+
"path": "/api/knowledge/ask"
|
|
30612
|
+
},
|
|
30613
|
+
"inputSchema": {
|
|
30614
|
+
"type": "object",
|
|
30615
|
+
"properties": {
|
|
30616
|
+
"query": {
|
|
30617
|
+
"type": "string"
|
|
30618
|
+
},
|
|
30619
|
+
"knowledgeSpaceId": {
|
|
30620
|
+
"type": "string"
|
|
30621
|
+
},
|
|
30622
|
+
"limit": {
|
|
30623
|
+
"type": "number"
|
|
30624
|
+
},
|
|
30625
|
+
"mode": {
|
|
30626
|
+
"type": "string"
|
|
30627
|
+
},
|
|
30628
|
+
"includeSources": {
|
|
30629
|
+
"type": "boolean"
|
|
30630
|
+
},
|
|
30631
|
+
"includeConfidence": {
|
|
30632
|
+
"type": "boolean"
|
|
30633
|
+
},
|
|
30634
|
+
"includeLinkedObjects": {
|
|
30635
|
+
"type": "boolean"
|
|
30636
|
+
},
|
|
30637
|
+
"metadata": {
|
|
30638
|
+
"type": "object",
|
|
30639
|
+
"additionalProperties": {
|
|
30640
|
+
"anyOf": [
|
|
30641
|
+
{
|
|
30642
|
+
"type": "string"
|
|
30643
|
+
},
|
|
30644
|
+
{
|
|
30645
|
+
"type": "number"
|
|
30646
|
+
},
|
|
30647
|
+
{
|
|
30648
|
+
"type": "boolean"
|
|
30649
|
+
},
|
|
30650
|
+
{
|
|
30651
|
+
"type": "null"
|
|
30652
|
+
},
|
|
30653
|
+
{
|
|
30654
|
+
"type": "object",
|
|
30655
|
+
"additionalProperties": {}
|
|
30656
|
+
},
|
|
30657
|
+
{
|
|
30658
|
+
"type": "array",
|
|
30659
|
+
"items": {}
|
|
30660
|
+
}
|
|
30661
|
+
]
|
|
30662
|
+
}
|
|
30663
|
+
}
|
|
30664
|
+
},
|
|
30665
|
+
"required": [
|
|
30666
|
+
"query"
|
|
30667
|
+
],
|
|
30668
|
+
"additionalProperties": true
|
|
30669
|
+
},
|
|
30670
|
+
"outputSchema": {
|
|
30671
|
+
"type": "object",
|
|
30672
|
+
"properties": {
|
|
30673
|
+
"ok": {
|
|
30674
|
+
"type": "boolean"
|
|
30675
|
+
},
|
|
30676
|
+
"spaceId": {
|
|
30677
|
+
"type": "string"
|
|
30678
|
+
},
|
|
30679
|
+
"query": {
|
|
30680
|
+
"type": "string"
|
|
30681
|
+
},
|
|
30682
|
+
"answer": {
|
|
30683
|
+
"type": "object",
|
|
30684
|
+
"properties": {
|
|
30685
|
+
"text": {
|
|
30686
|
+
"type": "string"
|
|
30687
|
+
},
|
|
30688
|
+
"mode": {
|
|
30689
|
+
"type": "string"
|
|
30690
|
+
},
|
|
30691
|
+
"confidence": {
|
|
30692
|
+
"type": "number"
|
|
30693
|
+
},
|
|
30694
|
+
"sources": {
|
|
30695
|
+
"type": "array",
|
|
30696
|
+
"items": {
|
|
30697
|
+
"type": "object",
|
|
30698
|
+
"properties": {
|
|
30699
|
+
"id": {
|
|
30700
|
+
"type": "string"
|
|
30701
|
+
},
|
|
30702
|
+
"connectorId": {
|
|
30703
|
+
"type": "string"
|
|
30704
|
+
},
|
|
30705
|
+
"sourceType": {
|
|
30706
|
+
"type": "string",
|
|
30707
|
+
"enum": [
|
|
30708
|
+
"url",
|
|
30709
|
+
"bookmark",
|
|
30710
|
+
"bookmark-list",
|
|
30711
|
+
"history",
|
|
30712
|
+
"document",
|
|
30713
|
+
"repo",
|
|
30714
|
+
"dataset",
|
|
30715
|
+
"image",
|
|
30716
|
+
"manual",
|
|
30717
|
+
"other"
|
|
30718
|
+
]
|
|
30719
|
+
},
|
|
30720
|
+
"title": {
|
|
30721
|
+
"type": "string"
|
|
30722
|
+
},
|
|
30723
|
+
"sourceUri": {
|
|
30724
|
+
"type": "string"
|
|
30725
|
+
},
|
|
30726
|
+
"canonicalUri": {
|
|
30727
|
+
"type": "string"
|
|
30728
|
+
},
|
|
30729
|
+
"summary": {
|
|
30730
|
+
"type": "string"
|
|
30731
|
+
},
|
|
30732
|
+
"description": {
|
|
30733
|
+
"type": "string"
|
|
30734
|
+
},
|
|
30735
|
+
"tags": {
|
|
30736
|
+
"type": "array",
|
|
30737
|
+
"items": {
|
|
30738
|
+
"type": "string"
|
|
30739
|
+
}
|
|
30740
|
+
},
|
|
30741
|
+
"folderPath": {
|
|
30742
|
+
"type": "string"
|
|
30743
|
+
},
|
|
30744
|
+
"status": {
|
|
30745
|
+
"type": "string"
|
|
30746
|
+
},
|
|
30747
|
+
"artifactId": {
|
|
30748
|
+
"type": "string"
|
|
30749
|
+
},
|
|
30750
|
+
"contentHash": {
|
|
30751
|
+
"type": "string"
|
|
30752
|
+
},
|
|
30753
|
+
"lastCrawledAt": {
|
|
30754
|
+
"type": "number"
|
|
30755
|
+
},
|
|
30756
|
+
"crawlError": {
|
|
30757
|
+
"type": "string"
|
|
30758
|
+
},
|
|
30759
|
+
"sessionId": {
|
|
30760
|
+
"type": "string"
|
|
30761
|
+
},
|
|
30762
|
+
"metadata": {
|
|
30763
|
+
"type": "object",
|
|
30764
|
+
"additionalProperties": {
|
|
30765
|
+
"anyOf": [
|
|
30766
|
+
{
|
|
30767
|
+
"type": "string"
|
|
30768
|
+
},
|
|
30769
|
+
{
|
|
30770
|
+
"type": "number"
|
|
30771
|
+
},
|
|
30772
|
+
{
|
|
30773
|
+
"type": "boolean"
|
|
30774
|
+
},
|
|
30775
|
+
{
|
|
30776
|
+
"type": "null"
|
|
30777
|
+
},
|
|
30778
|
+
{
|
|
30779
|
+
"type": "object",
|
|
30780
|
+
"additionalProperties": {}
|
|
30781
|
+
},
|
|
30782
|
+
{
|
|
30783
|
+
"type": "array",
|
|
30784
|
+
"items": {}
|
|
30785
|
+
}
|
|
30786
|
+
]
|
|
30787
|
+
}
|
|
30788
|
+
},
|
|
30789
|
+
"createdAt": {
|
|
30790
|
+
"type": "number"
|
|
30791
|
+
},
|
|
30792
|
+
"updatedAt": {
|
|
30793
|
+
"type": "number"
|
|
30794
|
+
}
|
|
30795
|
+
},
|
|
30796
|
+
"required": [
|
|
30797
|
+
"id",
|
|
30798
|
+
"connectorId",
|
|
30799
|
+
"sourceType",
|
|
30800
|
+
"tags",
|
|
30801
|
+
"status",
|
|
30802
|
+
"metadata",
|
|
30803
|
+
"createdAt",
|
|
30804
|
+
"updatedAt"
|
|
30805
|
+
],
|
|
30806
|
+
"additionalProperties": true
|
|
30807
|
+
}
|
|
30808
|
+
},
|
|
30809
|
+
"linkedObjects": {
|
|
30810
|
+
"type": "array",
|
|
30811
|
+
"items": {
|
|
30812
|
+
"type": "object",
|
|
30813
|
+
"properties": {
|
|
30814
|
+
"id": {
|
|
30815
|
+
"type": "string"
|
|
30816
|
+
},
|
|
30817
|
+
"kind": {
|
|
30818
|
+
"type": "string"
|
|
30819
|
+
},
|
|
30820
|
+
"slug": {
|
|
30821
|
+
"type": "string"
|
|
30822
|
+
},
|
|
30823
|
+
"title": {
|
|
30824
|
+
"type": "string"
|
|
30825
|
+
},
|
|
30826
|
+
"summary": {
|
|
30827
|
+
"type": "string"
|
|
30828
|
+
},
|
|
30829
|
+
"aliases": {
|
|
30830
|
+
"type": "array",
|
|
30831
|
+
"items": {
|
|
30832
|
+
"type": "string"
|
|
30833
|
+
}
|
|
30834
|
+
},
|
|
30835
|
+
"status": {
|
|
30836
|
+
"type": "string"
|
|
30837
|
+
},
|
|
30838
|
+
"confidence": {
|
|
30839
|
+
"type": "number"
|
|
30840
|
+
},
|
|
30841
|
+
"sourceId": {
|
|
30842
|
+
"type": "string"
|
|
30843
|
+
},
|
|
30844
|
+
"metadata": {
|
|
30845
|
+
"type": "object",
|
|
30846
|
+
"additionalProperties": {
|
|
30847
|
+
"anyOf": [
|
|
30848
|
+
{
|
|
30849
|
+
"type": "string"
|
|
30850
|
+
},
|
|
30851
|
+
{
|
|
30852
|
+
"type": "number"
|
|
30853
|
+
},
|
|
30854
|
+
{
|
|
30855
|
+
"type": "boolean"
|
|
30856
|
+
},
|
|
30857
|
+
{
|
|
30858
|
+
"type": "null"
|
|
30859
|
+
},
|
|
30860
|
+
{
|
|
30861
|
+
"type": "object",
|
|
30862
|
+
"additionalProperties": {}
|
|
30863
|
+
},
|
|
30864
|
+
{
|
|
30865
|
+
"type": "array",
|
|
30866
|
+
"items": {}
|
|
30867
|
+
}
|
|
30868
|
+
]
|
|
30869
|
+
}
|
|
30870
|
+
},
|
|
30871
|
+
"createdAt": {
|
|
30872
|
+
"type": "number"
|
|
30873
|
+
},
|
|
30874
|
+
"updatedAt": {
|
|
30875
|
+
"type": "number"
|
|
30876
|
+
}
|
|
30877
|
+
},
|
|
30878
|
+
"required": [
|
|
30879
|
+
"id",
|
|
30880
|
+
"kind",
|
|
30881
|
+
"slug",
|
|
30882
|
+
"title",
|
|
30883
|
+
"aliases",
|
|
30884
|
+
"status",
|
|
30885
|
+
"confidence",
|
|
30886
|
+
"metadata",
|
|
30887
|
+
"createdAt",
|
|
30888
|
+
"updatedAt"
|
|
30889
|
+
],
|
|
30890
|
+
"additionalProperties": true
|
|
30891
|
+
}
|
|
30892
|
+
},
|
|
30893
|
+
"facts": {
|
|
30894
|
+
"type": "array",
|
|
30895
|
+
"items": {
|
|
30896
|
+
"type": "object",
|
|
30897
|
+
"properties": {
|
|
30898
|
+
"id": {
|
|
30899
|
+
"type": "string"
|
|
30900
|
+
},
|
|
30901
|
+
"kind": {
|
|
30902
|
+
"type": "string"
|
|
30903
|
+
},
|
|
30904
|
+
"slug": {
|
|
30905
|
+
"type": "string"
|
|
30906
|
+
},
|
|
30907
|
+
"title": {
|
|
30908
|
+
"type": "string"
|
|
30909
|
+
},
|
|
30910
|
+
"summary": {
|
|
30911
|
+
"type": "string"
|
|
30912
|
+
},
|
|
30913
|
+
"aliases": {
|
|
30914
|
+
"type": "array",
|
|
30915
|
+
"items": {
|
|
30916
|
+
"type": "string"
|
|
30917
|
+
}
|
|
30918
|
+
},
|
|
30919
|
+
"status": {
|
|
30920
|
+
"type": "string"
|
|
30921
|
+
},
|
|
30922
|
+
"confidence": {
|
|
30923
|
+
"type": "number"
|
|
30924
|
+
},
|
|
30925
|
+
"sourceId": {
|
|
30926
|
+
"type": "string"
|
|
30927
|
+
},
|
|
30928
|
+
"metadata": {
|
|
30929
|
+
"type": "object",
|
|
30930
|
+
"additionalProperties": {
|
|
30931
|
+
"anyOf": [
|
|
30932
|
+
{
|
|
30933
|
+
"type": "string"
|
|
30934
|
+
},
|
|
30935
|
+
{
|
|
30936
|
+
"type": "number"
|
|
30937
|
+
},
|
|
30938
|
+
{
|
|
30939
|
+
"type": "boolean"
|
|
30940
|
+
},
|
|
30941
|
+
{
|
|
30942
|
+
"type": "null"
|
|
30943
|
+
},
|
|
30944
|
+
{
|
|
30945
|
+
"type": "object",
|
|
30946
|
+
"additionalProperties": {}
|
|
30947
|
+
},
|
|
30948
|
+
{
|
|
30949
|
+
"type": "array",
|
|
30950
|
+
"items": {}
|
|
30951
|
+
}
|
|
30952
|
+
]
|
|
30953
|
+
}
|
|
30954
|
+
},
|
|
30955
|
+
"createdAt": {
|
|
30956
|
+
"type": "number"
|
|
30957
|
+
},
|
|
30958
|
+
"updatedAt": {
|
|
30959
|
+
"type": "number"
|
|
30960
|
+
}
|
|
30961
|
+
},
|
|
30962
|
+
"required": [
|
|
30963
|
+
"id",
|
|
30964
|
+
"kind",
|
|
30965
|
+
"slug",
|
|
30966
|
+
"title",
|
|
30967
|
+
"aliases",
|
|
30968
|
+
"status",
|
|
30969
|
+
"confidence",
|
|
30970
|
+
"metadata",
|
|
30971
|
+
"createdAt",
|
|
30972
|
+
"updatedAt"
|
|
30973
|
+
],
|
|
30974
|
+
"additionalProperties": true
|
|
30975
|
+
}
|
|
30976
|
+
},
|
|
30977
|
+
"gaps": {
|
|
30978
|
+
"type": "array",
|
|
30979
|
+
"items": {
|
|
30980
|
+
"type": "object",
|
|
30981
|
+
"properties": {
|
|
30982
|
+
"id": {
|
|
30983
|
+
"type": "string"
|
|
30984
|
+
},
|
|
30985
|
+
"kind": {
|
|
30986
|
+
"type": "string"
|
|
30987
|
+
},
|
|
30988
|
+
"slug": {
|
|
30989
|
+
"type": "string"
|
|
30990
|
+
},
|
|
30991
|
+
"title": {
|
|
30992
|
+
"type": "string"
|
|
30993
|
+
},
|
|
30994
|
+
"summary": {
|
|
30995
|
+
"type": "string"
|
|
30996
|
+
},
|
|
30997
|
+
"aliases": {
|
|
30998
|
+
"type": "array",
|
|
30999
|
+
"items": {
|
|
31000
|
+
"type": "string"
|
|
31001
|
+
}
|
|
31002
|
+
},
|
|
31003
|
+
"status": {
|
|
31004
|
+
"type": "string"
|
|
31005
|
+
},
|
|
31006
|
+
"confidence": {
|
|
31007
|
+
"type": "number"
|
|
31008
|
+
},
|
|
31009
|
+
"sourceId": {
|
|
31010
|
+
"type": "string"
|
|
31011
|
+
},
|
|
31012
|
+
"metadata": {
|
|
31013
|
+
"type": "object",
|
|
31014
|
+
"additionalProperties": {
|
|
31015
|
+
"anyOf": [
|
|
31016
|
+
{
|
|
31017
|
+
"type": "string"
|
|
31018
|
+
},
|
|
31019
|
+
{
|
|
31020
|
+
"type": "number"
|
|
31021
|
+
},
|
|
31022
|
+
{
|
|
31023
|
+
"type": "boolean"
|
|
31024
|
+
},
|
|
31025
|
+
{
|
|
31026
|
+
"type": "null"
|
|
31027
|
+
},
|
|
31028
|
+
{
|
|
31029
|
+
"type": "object",
|
|
31030
|
+
"additionalProperties": {}
|
|
31031
|
+
},
|
|
31032
|
+
{
|
|
31033
|
+
"type": "array",
|
|
31034
|
+
"items": {}
|
|
31035
|
+
}
|
|
31036
|
+
]
|
|
31037
|
+
}
|
|
31038
|
+
},
|
|
31039
|
+
"createdAt": {
|
|
31040
|
+
"type": "number"
|
|
31041
|
+
},
|
|
31042
|
+
"updatedAt": {
|
|
31043
|
+
"type": "number"
|
|
31044
|
+
}
|
|
31045
|
+
},
|
|
31046
|
+
"required": [
|
|
31047
|
+
"id",
|
|
31048
|
+
"kind",
|
|
31049
|
+
"slug",
|
|
31050
|
+
"title",
|
|
31051
|
+
"aliases",
|
|
31052
|
+
"status",
|
|
31053
|
+
"confidence",
|
|
31054
|
+
"metadata",
|
|
31055
|
+
"createdAt",
|
|
31056
|
+
"updatedAt"
|
|
31057
|
+
],
|
|
31058
|
+
"additionalProperties": true
|
|
31059
|
+
}
|
|
31060
|
+
},
|
|
31061
|
+
"synthesized": {
|
|
31062
|
+
"type": "boolean"
|
|
31063
|
+
}
|
|
31064
|
+
},
|
|
31065
|
+
"required": [
|
|
31066
|
+
"text",
|
|
31067
|
+
"mode",
|
|
31068
|
+
"confidence",
|
|
31069
|
+
"sources",
|
|
31070
|
+
"linkedObjects"
|
|
31071
|
+
],
|
|
31072
|
+
"additionalProperties": true
|
|
31073
|
+
},
|
|
31074
|
+
"results": {
|
|
31075
|
+
"type": "array",
|
|
31076
|
+
"items": {
|
|
31077
|
+
"type": "object",
|
|
31078
|
+
"properties": {
|
|
31079
|
+
"kind": {
|
|
31080
|
+
"type": "string"
|
|
31081
|
+
},
|
|
31082
|
+
"id": {
|
|
31083
|
+
"type": "string"
|
|
31084
|
+
},
|
|
31085
|
+
"score": {
|
|
31086
|
+
"type": "number"
|
|
31087
|
+
},
|
|
31088
|
+
"reason": {
|
|
31089
|
+
"type": "string"
|
|
31090
|
+
},
|
|
31091
|
+
"source": {
|
|
31092
|
+
"type": "object",
|
|
31093
|
+
"properties": {
|
|
31094
|
+
"id": {
|
|
31095
|
+
"type": "string"
|
|
31096
|
+
},
|
|
31097
|
+
"connectorId": {
|
|
31098
|
+
"type": "string"
|
|
31099
|
+
},
|
|
31100
|
+
"sourceType": {
|
|
31101
|
+
"type": "string",
|
|
31102
|
+
"enum": [
|
|
31103
|
+
"url",
|
|
31104
|
+
"bookmark",
|
|
31105
|
+
"bookmark-list",
|
|
31106
|
+
"history",
|
|
31107
|
+
"document",
|
|
31108
|
+
"repo",
|
|
31109
|
+
"dataset",
|
|
31110
|
+
"image",
|
|
31111
|
+
"manual",
|
|
31112
|
+
"other"
|
|
31113
|
+
]
|
|
31114
|
+
},
|
|
31115
|
+
"title": {
|
|
31116
|
+
"type": "string"
|
|
31117
|
+
},
|
|
31118
|
+
"sourceUri": {
|
|
31119
|
+
"type": "string"
|
|
31120
|
+
},
|
|
31121
|
+
"canonicalUri": {
|
|
31122
|
+
"type": "string"
|
|
31123
|
+
},
|
|
31124
|
+
"summary": {
|
|
31125
|
+
"type": "string"
|
|
31126
|
+
},
|
|
31127
|
+
"description": {
|
|
31128
|
+
"type": "string"
|
|
31129
|
+
},
|
|
31130
|
+
"tags": {
|
|
31131
|
+
"type": "array",
|
|
31132
|
+
"items": {
|
|
31133
|
+
"type": "string"
|
|
31134
|
+
}
|
|
31135
|
+
},
|
|
31136
|
+
"folderPath": {
|
|
31137
|
+
"type": "string"
|
|
31138
|
+
},
|
|
31139
|
+
"status": {
|
|
31140
|
+
"type": "string"
|
|
31141
|
+
},
|
|
31142
|
+
"artifactId": {
|
|
31143
|
+
"type": "string"
|
|
31144
|
+
},
|
|
31145
|
+
"contentHash": {
|
|
31146
|
+
"type": "string"
|
|
31147
|
+
},
|
|
31148
|
+
"lastCrawledAt": {
|
|
31149
|
+
"type": "number"
|
|
31150
|
+
},
|
|
31151
|
+
"crawlError": {
|
|
31152
|
+
"type": "string"
|
|
31153
|
+
},
|
|
31154
|
+
"sessionId": {
|
|
31155
|
+
"type": "string"
|
|
31156
|
+
},
|
|
31157
|
+
"metadata": {
|
|
31158
|
+
"type": "object",
|
|
31159
|
+
"additionalProperties": {
|
|
31160
|
+
"anyOf": [
|
|
31161
|
+
{
|
|
31162
|
+
"type": "string"
|
|
31163
|
+
},
|
|
31164
|
+
{
|
|
31165
|
+
"type": "number"
|
|
31166
|
+
},
|
|
31167
|
+
{
|
|
31168
|
+
"type": "boolean"
|
|
31169
|
+
},
|
|
31170
|
+
{
|
|
31171
|
+
"type": "null"
|
|
31172
|
+
},
|
|
31173
|
+
{
|
|
31174
|
+
"type": "object",
|
|
31175
|
+
"additionalProperties": {}
|
|
31176
|
+
},
|
|
31177
|
+
{
|
|
31178
|
+
"type": "array",
|
|
31179
|
+
"items": {}
|
|
31180
|
+
}
|
|
31181
|
+
]
|
|
31182
|
+
}
|
|
31183
|
+
},
|
|
31184
|
+
"createdAt": {
|
|
31185
|
+
"type": "number"
|
|
31186
|
+
},
|
|
31187
|
+
"updatedAt": {
|
|
31188
|
+
"type": "number"
|
|
31189
|
+
}
|
|
31190
|
+
},
|
|
31191
|
+
"required": [
|
|
31192
|
+
"id",
|
|
31193
|
+
"connectorId",
|
|
31194
|
+
"sourceType",
|
|
31195
|
+
"tags",
|
|
31196
|
+
"status",
|
|
31197
|
+
"metadata",
|
|
31198
|
+
"createdAt",
|
|
31199
|
+
"updatedAt"
|
|
31200
|
+
],
|
|
31201
|
+
"additionalProperties": true
|
|
31202
|
+
},
|
|
31203
|
+
"node": {
|
|
31204
|
+
"type": "object",
|
|
31205
|
+
"properties": {
|
|
31206
|
+
"id": {
|
|
31207
|
+
"type": "string"
|
|
31208
|
+
},
|
|
31209
|
+
"kind": {
|
|
31210
|
+
"type": "string"
|
|
31211
|
+
},
|
|
31212
|
+
"slug": {
|
|
31213
|
+
"type": "string"
|
|
31214
|
+
},
|
|
31215
|
+
"title": {
|
|
31216
|
+
"type": "string"
|
|
31217
|
+
},
|
|
31218
|
+
"summary": {
|
|
31219
|
+
"type": "string"
|
|
31220
|
+
},
|
|
31221
|
+
"aliases": {
|
|
31222
|
+
"type": "array",
|
|
31223
|
+
"items": {
|
|
31224
|
+
"type": "string"
|
|
31225
|
+
}
|
|
31226
|
+
},
|
|
31227
|
+
"status": {
|
|
31228
|
+
"type": "string"
|
|
31229
|
+
},
|
|
31230
|
+
"confidence": {
|
|
31231
|
+
"type": "number"
|
|
31232
|
+
},
|
|
31233
|
+
"sourceId": {
|
|
31234
|
+
"type": "string"
|
|
31235
|
+
},
|
|
31236
|
+
"metadata": {
|
|
31237
|
+
"type": "object",
|
|
31238
|
+
"additionalProperties": {
|
|
31239
|
+
"anyOf": [
|
|
31240
|
+
{
|
|
31241
|
+
"type": "string"
|
|
31242
|
+
},
|
|
31243
|
+
{
|
|
31244
|
+
"type": "number"
|
|
31245
|
+
},
|
|
31246
|
+
{
|
|
31247
|
+
"type": "boolean"
|
|
31248
|
+
},
|
|
31249
|
+
{
|
|
31250
|
+
"type": "null"
|
|
31251
|
+
},
|
|
31252
|
+
{
|
|
31253
|
+
"type": "object",
|
|
31254
|
+
"additionalProperties": {}
|
|
31255
|
+
},
|
|
31256
|
+
{
|
|
31257
|
+
"type": "array",
|
|
31258
|
+
"items": {}
|
|
31259
|
+
}
|
|
31260
|
+
]
|
|
31261
|
+
}
|
|
31262
|
+
},
|
|
31263
|
+
"createdAt": {
|
|
31264
|
+
"type": "number"
|
|
31265
|
+
},
|
|
31266
|
+
"updatedAt": {
|
|
31267
|
+
"type": "number"
|
|
31268
|
+
}
|
|
31269
|
+
},
|
|
31270
|
+
"required": [
|
|
31271
|
+
"id",
|
|
31272
|
+
"kind",
|
|
31273
|
+
"slug",
|
|
31274
|
+
"title",
|
|
31275
|
+
"aliases",
|
|
31276
|
+
"status",
|
|
31277
|
+
"confidence",
|
|
31278
|
+
"metadata",
|
|
31279
|
+
"createdAt",
|
|
31280
|
+
"updatedAt"
|
|
31281
|
+
],
|
|
31282
|
+
"additionalProperties": true
|
|
31283
|
+
}
|
|
31284
|
+
},
|
|
31285
|
+
"required": [
|
|
31286
|
+
"kind",
|
|
31287
|
+
"id",
|
|
31288
|
+
"score",
|
|
31289
|
+
"reason"
|
|
31290
|
+
],
|
|
31291
|
+
"additionalProperties": true
|
|
31292
|
+
}
|
|
31293
|
+
}
|
|
31294
|
+
},
|
|
31295
|
+
"required": [
|
|
31296
|
+
"ok",
|
|
31297
|
+
"spaceId",
|
|
31298
|
+
"query",
|
|
31299
|
+
"answer",
|
|
31300
|
+
"results"
|
|
31301
|
+
],
|
|
31302
|
+
"additionalProperties": true
|
|
31303
|
+
},
|
|
31304
|
+
"invokable": true
|
|
31305
|
+
},
|
|
30465
31306
|
{
|
|
30466
31307
|
"id": "knowledge.candidate.decide",
|
|
30467
31308
|
"title": "Decide Consolidation Candidate",
|
|
@@ -65738,10 +66579,10 @@
|
|
|
65738
66579
|
}
|
|
65739
66580
|
],
|
|
65740
66581
|
"schemaCoverage": {
|
|
65741
|
-
"methods":
|
|
65742
|
-
"typedInputs":
|
|
66582
|
+
"methods": 256,
|
|
66583
|
+
"typedInputs": 256,
|
|
65743
66584
|
"genericInputs": 0,
|
|
65744
|
-
"typedOutputs":
|
|
66585
|
+
"typedOutputs": 256,
|
|
65745
66586
|
"genericOutputs": 0
|
|
65746
66587
|
},
|
|
65747
66588
|
"eventCoverage": {
|