@pellux/goodvibes-sdk 0.26.10 → 0.27.0
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 +4351 -5
- 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 +4351 -5
- 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 +10 -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 +2 -1
- 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 +19 -3
- 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 +12 -2
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +117 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +3 -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 +48 -3
- package/dist/_internal/platform/control-plane/operator-contract-schemas-project-planning.d.ts +8 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-project-planning.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-project-planning.js +135 -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/facade-composition.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/facade-composition.js +2 -0
- package/dist/_internal/platform/daemon/facade-types.d.ts +2 -1
- package/dist/_internal/platform/daemon/facade-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/home-graph-routes.js +21 -0
- package/dist/_internal/platform/daemon/http/project-planning-routes.d.ts +18 -0
- package/dist/_internal/platform/daemon/http/project-planning-routes.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/project-planning-routes.js +68 -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/daemon/http/router.d.ts +4 -1
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router.js +18 -0
- package/dist/_internal/platform/daemon/types.d.ts +2 -1
- package/dist/_internal/platform/daemon/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/generated-projections.d.ts +38 -0
- package/dist/_internal/platform/knowledge/generated-projections.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/generated-projections.js +106 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts +29 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +296 -0
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts +4 -1
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/helpers.js +21 -2
- 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/rendering.d.ts +5 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +32 -11
- package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/search.js +95 -11
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +2 -2
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +46 -93
- package/dist/_internal/platform/knowledge/home-graph/space-selection.d.ts +7 -0
- package/dist/_internal/platform/knowledge/home-graph/space-selection.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/space-selection.js +36 -0
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +33 -2
- 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 +9 -3
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +4 -1
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts +2 -0
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/knowledge-api.js +1 -0
- package/dist/_internal/platform/knowledge/map.d.ts +18 -0
- package/dist/_internal/platform/knowledge/map.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/map.js +235 -0
- package/dist/_internal/platform/knowledge/project-planning/helpers.d.ts +17 -0
- package/dist/_internal/platform/knowledge/project-planning/helpers.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/project-planning/helpers.js +65 -0
- package/dist/_internal/platform/knowledge/project-planning/index.d.ts +6 -0
- package/dist/_internal/platform/knowledge/project-planning/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/project-planning/index.js +3 -0
- package/dist/_internal/platform/knowledge/project-planning/readiness.d.ts +3 -0
- package/dist/_internal/platform/knowledge/project-planning/readiness.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/project-planning/readiness.js +124 -0
- package/dist/_internal/platform/knowledge/project-planning/service.d.ts +25 -0
- package/dist/_internal/platform/knowledge/project-planning/service.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/project-planning/service.js +259 -0
- package/dist/_internal/platform/knowledge/project-planning/types.d.ts +203 -0
- package/dist/_internal/platform/knowledge/project-planning/types.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/project-planning/types.js +1 -0
- package/dist/_internal/platform/knowledge/projection-utils.d.ts +16 -0
- package/dist/_internal/platform/knowledge/projection-utils.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/projection-utils.js +48 -0
- package/dist/_internal/platform/knowledge/projections.d.ts +1 -0
- package/dist/_internal/platform/knowledge/projections.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/projections.js +52 -58
- package/dist/_internal/platform/knowledge/service.d.ts +7 -1
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/service.js +11 -0
- package/dist/_internal/platform/knowledge/spaces.d.ts +4 -0
- package/dist/_internal/platform/knowledge/spaces.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/spaces.js +10 -0
- package/dist/_internal/platform/knowledge/types.d.ts +35 -0
- package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.d.ts +2 -1
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +5 -1
- 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.
|
|
6
|
+
"version": "0.27.0"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -25621,6 +25621,190 @@
|
|
|
25621
25621
|
"markdown": {
|
|
25622
25622
|
"type": "string"
|
|
25623
25623
|
},
|
|
25624
|
+
"source": {
|
|
25625
|
+
"type": "object",
|
|
25626
|
+
"properties": {
|
|
25627
|
+
"id": {
|
|
25628
|
+
"type": "string"
|
|
25629
|
+
},
|
|
25630
|
+
"connectorId": {
|
|
25631
|
+
"type": "string"
|
|
25632
|
+
},
|
|
25633
|
+
"sourceType": {
|
|
25634
|
+
"type": "string",
|
|
25635
|
+
"enum": [
|
|
25636
|
+
"url",
|
|
25637
|
+
"bookmark",
|
|
25638
|
+
"bookmark-list",
|
|
25639
|
+
"history",
|
|
25640
|
+
"document",
|
|
25641
|
+
"repo",
|
|
25642
|
+
"dataset",
|
|
25643
|
+
"image",
|
|
25644
|
+
"manual",
|
|
25645
|
+
"other"
|
|
25646
|
+
]
|
|
25647
|
+
},
|
|
25648
|
+
"title": {
|
|
25649
|
+
"type": "string"
|
|
25650
|
+
},
|
|
25651
|
+
"sourceUri": {
|
|
25652
|
+
"type": "string"
|
|
25653
|
+
},
|
|
25654
|
+
"canonicalUri": {
|
|
25655
|
+
"type": "string"
|
|
25656
|
+
},
|
|
25657
|
+
"summary": {
|
|
25658
|
+
"type": "string"
|
|
25659
|
+
},
|
|
25660
|
+
"description": {
|
|
25661
|
+
"type": "string"
|
|
25662
|
+
},
|
|
25663
|
+
"tags": {
|
|
25664
|
+
"type": "array",
|
|
25665
|
+
"items": {
|
|
25666
|
+
"type": "string"
|
|
25667
|
+
}
|
|
25668
|
+
},
|
|
25669
|
+
"folderPath": {
|
|
25670
|
+
"type": "string"
|
|
25671
|
+
},
|
|
25672
|
+
"status": {
|
|
25673
|
+
"type": "string"
|
|
25674
|
+
},
|
|
25675
|
+
"artifactId": {
|
|
25676
|
+
"type": "string"
|
|
25677
|
+
},
|
|
25678
|
+
"contentHash": {
|
|
25679
|
+
"type": "string"
|
|
25680
|
+
},
|
|
25681
|
+
"lastCrawledAt": {
|
|
25682
|
+
"type": "number"
|
|
25683
|
+
},
|
|
25684
|
+
"crawlError": {
|
|
25685
|
+
"type": "string"
|
|
25686
|
+
},
|
|
25687
|
+
"sessionId": {
|
|
25688
|
+
"type": "string"
|
|
25689
|
+
},
|
|
25690
|
+
"metadata": {
|
|
25691
|
+
"type": "object",
|
|
25692
|
+
"additionalProperties": {
|
|
25693
|
+
"anyOf": [
|
|
25694
|
+
{
|
|
25695
|
+
"type": "string"
|
|
25696
|
+
},
|
|
25697
|
+
{
|
|
25698
|
+
"type": "number"
|
|
25699
|
+
},
|
|
25700
|
+
{
|
|
25701
|
+
"type": "boolean"
|
|
25702
|
+
},
|
|
25703
|
+
{
|
|
25704
|
+
"type": "null"
|
|
25705
|
+
},
|
|
25706
|
+
{
|
|
25707
|
+
"type": "object",
|
|
25708
|
+
"additionalProperties": {}
|
|
25709
|
+
},
|
|
25710
|
+
{
|
|
25711
|
+
"type": "array",
|
|
25712
|
+
"items": {}
|
|
25713
|
+
}
|
|
25714
|
+
]
|
|
25715
|
+
}
|
|
25716
|
+
},
|
|
25717
|
+
"createdAt": {
|
|
25718
|
+
"type": "number"
|
|
25719
|
+
},
|
|
25720
|
+
"updatedAt": {
|
|
25721
|
+
"type": "number"
|
|
25722
|
+
}
|
|
25723
|
+
},
|
|
25724
|
+
"required": [
|
|
25725
|
+
"id",
|
|
25726
|
+
"connectorId",
|
|
25727
|
+
"sourceType",
|
|
25728
|
+
"tags",
|
|
25729
|
+
"status",
|
|
25730
|
+
"metadata",
|
|
25731
|
+
"createdAt",
|
|
25732
|
+
"updatedAt"
|
|
25733
|
+
],
|
|
25734
|
+
"additionalProperties": true
|
|
25735
|
+
},
|
|
25736
|
+
"linked": {
|
|
25737
|
+
"type": "object",
|
|
25738
|
+
"properties": {
|
|
25739
|
+
"id": {
|
|
25740
|
+
"type": "string"
|
|
25741
|
+
},
|
|
25742
|
+
"fromKind": {
|
|
25743
|
+
"type": "string"
|
|
25744
|
+
},
|
|
25745
|
+
"fromId": {
|
|
25746
|
+
"type": "string"
|
|
25747
|
+
},
|
|
25748
|
+
"toKind": {
|
|
25749
|
+
"type": "string"
|
|
25750
|
+
},
|
|
25751
|
+
"toId": {
|
|
25752
|
+
"type": "string"
|
|
25753
|
+
},
|
|
25754
|
+
"relation": {
|
|
25755
|
+
"type": "string"
|
|
25756
|
+
},
|
|
25757
|
+
"weight": {
|
|
25758
|
+
"type": "number"
|
|
25759
|
+
},
|
|
25760
|
+
"metadata": {
|
|
25761
|
+
"type": "object",
|
|
25762
|
+
"additionalProperties": {
|
|
25763
|
+
"anyOf": [
|
|
25764
|
+
{
|
|
25765
|
+
"type": "string"
|
|
25766
|
+
},
|
|
25767
|
+
{
|
|
25768
|
+
"type": "number"
|
|
25769
|
+
},
|
|
25770
|
+
{
|
|
25771
|
+
"type": "boolean"
|
|
25772
|
+
},
|
|
25773
|
+
{
|
|
25774
|
+
"type": "null"
|
|
25775
|
+
},
|
|
25776
|
+
{
|
|
25777
|
+
"type": "object",
|
|
25778
|
+
"additionalProperties": {}
|
|
25779
|
+
},
|
|
25780
|
+
{
|
|
25781
|
+
"type": "array",
|
|
25782
|
+
"items": {}
|
|
25783
|
+
}
|
|
25784
|
+
]
|
|
25785
|
+
}
|
|
25786
|
+
},
|
|
25787
|
+
"createdAt": {
|
|
25788
|
+
"type": "number"
|
|
25789
|
+
},
|
|
25790
|
+
"updatedAt": {
|
|
25791
|
+
"type": "number"
|
|
25792
|
+
}
|
|
25793
|
+
},
|
|
25794
|
+
"required": [
|
|
25795
|
+
"id",
|
|
25796
|
+
"fromKind",
|
|
25797
|
+
"fromId",
|
|
25798
|
+
"toKind",
|
|
25799
|
+
"toId",
|
|
25800
|
+
"relation",
|
|
25801
|
+
"weight",
|
|
25802
|
+
"metadata",
|
|
25803
|
+
"createdAt",
|
|
25804
|
+
"updatedAt"
|
|
25805
|
+
],
|
|
25806
|
+
"additionalProperties": true
|
|
25807
|
+
},
|
|
25624
25808
|
"artifact": {
|
|
25625
25809
|
"type": "object",
|
|
25626
25810
|
"additionalProperties": {
|
|
@@ -25741,6 +25925,190 @@
|
|
|
25741
25925
|
"markdown": {
|
|
25742
25926
|
"type": "string"
|
|
25743
25927
|
},
|
|
25928
|
+
"source": {
|
|
25929
|
+
"type": "object",
|
|
25930
|
+
"properties": {
|
|
25931
|
+
"id": {
|
|
25932
|
+
"type": "string"
|
|
25933
|
+
},
|
|
25934
|
+
"connectorId": {
|
|
25935
|
+
"type": "string"
|
|
25936
|
+
},
|
|
25937
|
+
"sourceType": {
|
|
25938
|
+
"type": "string",
|
|
25939
|
+
"enum": [
|
|
25940
|
+
"url",
|
|
25941
|
+
"bookmark",
|
|
25942
|
+
"bookmark-list",
|
|
25943
|
+
"history",
|
|
25944
|
+
"document",
|
|
25945
|
+
"repo",
|
|
25946
|
+
"dataset",
|
|
25947
|
+
"image",
|
|
25948
|
+
"manual",
|
|
25949
|
+
"other"
|
|
25950
|
+
]
|
|
25951
|
+
},
|
|
25952
|
+
"title": {
|
|
25953
|
+
"type": "string"
|
|
25954
|
+
},
|
|
25955
|
+
"sourceUri": {
|
|
25956
|
+
"type": "string"
|
|
25957
|
+
},
|
|
25958
|
+
"canonicalUri": {
|
|
25959
|
+
"type": "string"
|
|
25960
|
+
},
|
|
25961
|
+
"summary": {
|
|
25962
|
+
"type": "string"
|
|
25963
|
+
},
|
|
25964
|
+
"description": {
|
|
25965
|
+
"type": "string"
|
|
25966
|
+
},
|
|
25967
|
+
"tags": {
|
|
25968
|
+
"type": "array",
|
|
25969
|
+
"items": {
|
|
25970
|
+
"type": "string"
|
|
25971
|
+
}
|
|
25972
|
+
},
|
|
25973
|
+
"folderPath": {
|
|
25974
|
+
"type": "string"
|
|
25975
|
+
},
|
|
25976
|
+
"status": {
|
|
25977
|
+
"type": "string"
|
|
25978
|
+
},
|
|
25979
|
+
"artifactId": {
|
|
25980
|
+
"type": "string"
|
|
25981
|
+
},
|
|
25982
|
+
"contentHash": {
|
|
25983
|
+
"type": "string"
|
|
25984
|
+
},
|
|
25985
|
+
"lastCrawledAt": {
|
|
25986
|
+
"type": "number"
|
|
25987
|
+
},
|
|
25988
|
+
"crawlError": {
|
|
25989
|
+
"type": "string"
|
|
25990
|
+
},
|
|
25991
|
+
"sessionId": {
|
|
25992
|
+
"type": "string"
|
|
25993
|
+
},
|
|
25994
|
+
"metadata": {
|
|
25995
|
+
"type": "object",
|
|
25996
|
+
"additionalProperties": {
|
|
25997
|
+
"anyOf": [
|
|
25998
|
+
{
|
|
25999
|
+
"type": "string"
|
|
26000
|
+
},
|
|
26001
|
+
{
|
|
26002
|
+
"type": "number"
|
|
26003
|
+
},
|
|
26004
|
+
{
|
|
26005
|
+
"type": "boolean"
|
|
26006
|
+
},
|
|
26007
|
+
{
|
|
26008
|
+
"type": "null"
|
|
26009
|
+
},
|
|
26010
|
+
{
|
|
26011
|
+
"type": "object",
|
|
26012
|
+
"additionalProperties": {}
|
|
26013
|
+
},
|
|
26014
|
+
{
|
|
26015
|
+
"type": "array",
|
|
26016
|
+
"items": {}
|
|
26017
|
+
}
|
|
26018
|
+
]
|
|
26019
|
+
}
|
|
26020
|
+
},
|
|
26021
|
+
"createdAt": {
|
|
26022
|
+
"type": "number"
|
|
26023
|
+
},
|
|
26024
|
+
"updatedAt": {
|
|
26025
|
+
"type": "number"
|
|
26026
|
+
}
|
|
26027
|
+
},
|
|
26028
|
+
"required": [
|
|
26029
|
+
"id",
|
|
26030
|
+
"connectorId",
|
|
26031
|
+
"sourceType",
|
|
26032
|
+
"tags",
|
|
26033
|
+
"status",
|
|
26034
|
+
"metadata",
|
|
26035
|
+
"createdAt",
|
|
26036
|
+
"updatedAt"
|
|
26037
|
+
],
|
|
26038
|
+
"additionalProperties": true
|
|
26039
|
+
},
|
|
26040
|
+
"linked": {
|
|
26041
|
+
"type": "object",
|
|
26042
|
+
"properties": {
|
|
26043
|
+
"id": {
|
|
26044
|
+
"type": "string"
|
|
26045
|
+
},
|
|
26046
|
+
"fromKind": {
|
|
26047
|
+
"type": "string"
|
|
26048
|
+
},
|
|
26049
|
+
"fromId": {
|
|
26050
|
+
"type": "string"
|
|
26051
|
+
},
|
|
26052
|
+
"toKind": {
|
|
26053
|
+
"type": "string"
|
|
26054
|
+
},
|
|
26055
|
+
"toId": {
|
|
26056
|
+
"type": "string"
|
|
26057
|
+
},
|
|
26058
|
+
"relation": {
|
|
26059
|
+
"type": "string"
|
|
26060
|
+
},
|
|
26061
|
+
"weight": {
|
|
26062
|
+
"type": "number"
|
|
26063
|
+
},
|
|
26064
|
+
"metadata": {
|
|
26065
|
+
"type": "object",
|
|
26066
|
+
"additionalProperties": {
|
|
26067
|
+
"anyOf": [
|
|
26068
|
+
{
|
|
26069
|
+
"type": "string"
|
|
26070
|
+
},
|
|
26071
|
+
{
|
|
26072
|
+
"type": "number"
|
|
26073
|
+
},
|
|
26074
|
+
{
|
|
26075
|
+
"type": "boolean"
|
|
26076
|
+
},
|
|
26077
|
+
{
|
|
26078
|
+
"type": "null"
|
|
26079
|
+
},
|
|
26080
|
+
{
|
|
26081
|
+
"type": "object",
|
|
26082
|
+
"additionalProperties": {}
|
|
26083
|
+
},
|
|
26084
|
+
{
|
|
26085
|
+
"type": "array",
|
|
26086
|
+
"items": {}
|
|
26087
|
+
}
|
|
26088
|
+
]
|
|
26089
|
+
}
|
|
26090
|
+
},
|
|
26091
|
+
"createdAt": {
|
|
26092
|
+
"type": "number"
|
|
26093
|
+
},
|
|
26094
|
+
"updatedAt": {
|
|
26095
|
+
"type": "number"
|
|
26096
|
+
}
|
|
26097
|
+
},
|
|
26098
|
+
"required": [
|
|
26099
|
+
"id",
|
|
26100
|
+
"fromKind",
|
|
26101
|
+
"fromId",
|
|
26102
|
+
"toKind",
|
|
26103
|
+
"toId",
|
|
26104
|
+
"relation",
|
|
26105
|
+
"weight",
|
|
26106
|
+
"metadata",
|
|
26107
|
+
"createdAt",
|
|
26108
|
+
"updatedAt"
|
|
26109
|
+
],
|
|
26110
|
+
"additionalProperties": true
|
|
26111
|
+
},
|
|
25744
26112
|
"artifact": {
|
|
25745
26113
|
"type": "object",
|
|
25746
26114
|
"additionalProperties": {
|
|
@@ -27524,6 +27892,218 @@
|
|
|
27524
27892
|
},
|
|
27525
27893
|
"invokable": true
|
|
27526
27894
|
},
|
|
27895
|
+
{
|
|
27896
|
+
"id": "homeassistant.homeGraph.map",
|
|
27897
|
+
"title": "Map Home Graph",
|
|
27898
|
+
"description": "Return a visual Home Graph node/edge map with deterministic layout data and SVG.",
|
|
27899
|
+
"category": "knowledge",
|
|
27900
|
+
"source": "builtin",
|
|
27901
|
+
"access": "authenticated",
|
|
27902
|
+
"transport": [
|
|
27903
|
+
"http",
|
|
27904
|
+
"ws"
|
|
27905
|
+
],
|
|
27906
|
+
"scopes": [
|
|
27907
|
+
"read:knowledge"
|
|
27908
|
+
],
|
|
27909
|
+
"http": {
|
|
27910
|
+
"method": "GET",
|
|
27911
|
+
"path": "/api/homeassistant/home-graph/map"
|
|
27912
|
+
},
|
|
27913
|
+
"inputSchema": {
|
|
27914
|
+
"type": "object",
|
|
27915
|
+
"properties": {
|
|
27916
|
+
"installationId": {
|
|
27917
|
+
"type": "string"
|
|
27918
|
+
},
|
|
27919
|
+
"knowledgeSpaceId": {
|
|
27920
|
+
"type": "string"
|
|
27921
|
+
},
|
|
27922
|
+
"limit": {
|
|
27923
|
+
"type": "number"
|
|
27924
|
+
},
|
|
27925
|
+
"includeSources": {
|
|
27926
|
+
"type": "boolean"
|
|
27927
|
+
}
|
|
27928
|
+
},
|
|
27929
|
+
"additionalProperties": false
|
|
27930
|
+
},
|
|
27931
|
+
"outputSchema": {
|
|
27932
|
+
"type": "object",
|
|
27933
|
+
"properties": {
|
|
27934
|
+
"ok": {
|
|
27935
|
+
"type": "boolean"
|
|
27936
|
+
},
|
|
27937
|
+
"spaceId": {
|
|
27938
|
+
"type": "string"
|
|
27939
|
+
},
|
|
27940
|
+
"title": {
|
|
27941
|
+
"type": "string"
|
|
27942
|
+
},
|
|
27943
|
+
"generatedAt": {
|
|
27944
|
+
"type": "number"
|
|
27945
|
+
},
|
|
27946
|
+
"width": {
|
|
27947
|
+
"type": "number"
|
|
27948
|
+
},
|
|
27949
|
+
"height": {
|
|
27950
|
+
"type": "number"
|
|
27951
|
+
},
|
|
27952
|
+
"nodeCount": {
|
|
27953
|
+
"type": "number"
|
|
27954
|
+
},
|
|
27955
|
+
"edgeCount": {
|
|
27956
|
+
"type": "number"
|
|
27957
|
+
},
|
|
27958
|
+
"nodes": {
|
|
27959
|
+
"type": "array",
|
|
27960
|
+
"items": {
|
|
27961
|
+
"type": "object",
|
|
27962
|
+
"properties": {
|
|
27963
|
+
"id": {
|
|
27964
|
+
"type": "string"
|
|
27965
|
+
},
|
|
27966
|
+
"recordKind": {
|
|
27967
|
+
"type": "string"
|
|
27968
|
+
},
|
|
27969
|
+
"kind": {
|
|
27970
|
+
"type": "string"
|
|
27971
|
+
},
|
|
27972
|
+
"title": {
|
|
27973
|
+
"type": "string"
|
|
27974
|
+
},
|
|
27975
|
+
"summary": {
|
|
27976
|
+
"type": "string"
|
|
27977
|
+
},
|
|
27978
|
+
"x": {
|
|
27979
|
+
"type": "number"
|
|
27980
|
+
},
|
|
27981
|
+
"y": {
|
|
27982
|
+
"type": "number"
|
|
27983
|
+
},
|
|
27984
|
+
"radius": {
|
|
27985
|
+
"type": "number"
|
|
27986
|
+
},
|
|
27987
|
+
"metadata": {
|
|
27988
|
+
"type": "object",
|
|
27989
|
+
"additionalProperties": {
|
|
27990
|
+
"anyOf": [
|
|
27991
|
+
{
|
|
27992
|
+
"type": "string"
|
|
27993
|
+
},
|
|
27994
|
+
{
|
|
27995
|
+
"type": "number"
|
|
27996
|
+
},
|
|
27997
|
+
{
|
|
27998
|
+
"type": "boolean"
|
|
27999
|
+
},
|
|
28000
|
+
{
|
|
28001
|
+
"type": "null"
|
|
28002
|
+
},
|
|
28003
|
+
{
|
|
28004
|
+
"type": "object",
|
|
28005
|
+
"additionalProperties": {}
|
|
28006
|
+
},
|
|
28007
|
+
{
|
|
28008
|
+
"type": "array",
|
|
28009
|
+
"items": {}
|
|
28010
|
+
}
|
|
28011
|
+
]
|
|
28012
|
+
}
|
|
28013
|
+
}
|
|
28014
|
+
},
|
|
28015
|
+
"required": [
|
|
28016
|
+
"id",
|
|
28017
|
+
"recordKind",
|
|
28018
|
+
"kind",
|
|
28019
|
+
"title",
|
|
28020
|
+
"x",
|
|
28021
|
+
"y",
|
|
28022
|
+
"radius",
|
|
28023
|
+
"metadata"
|
|
28024
|
+
],
|
|
28025
|
+
"additionalProperties": true
|
|
28026
|
+
}
|
|
28027
|
+
},
|
|
28028
|
+
"edges": {
|
|
28029
|
+
"type": "array",
|
|
28030
|
+
"items": {
|
|
28031
|
+
"type": "object",
|
|
28032
|
+
"properties": {
|
|
28033
|
+
"id": {
|
|
28034
|
+
"type": "string"
|
|
28035
|
+
},
|
|
28036
|
+
"fromId": {
|
|
28037
|
+
"type": "string"
|
|
28038
|
+
},
|
|
28039
|
+
"toId": {
|
|
28040
|
+
"type": "string"
|
|
28041
|
+
},
|
|
28042
|
+
"relation": {
|
|
28043
|
+
"type": "string"
|
|
28044
|
+
},
|
|
28045
|
+
"weight": {
|
|
28046
|
+
"type": "number"
|
|
28047
|
+
},
|
|
28048
|
+
"metadata": {
|
|
28049
|
+
"type": "object",
|
|
28050
|
+
"additionalProperties": {
|
|
28051
|
+
"anyOf": [
|
|
28052
|
+
{
|
|
28053
|
+
"type": "string"
|
|
28054
|
+
},
|
|
28055
|
+
{
|
|
28056
|
+
"type": "number"
|
|
28057
|
+
},
|
|
28058
|
+
{
|
|
28059
|
+
"type": "boolean"
|
|
28060
|
+
},
|
|
28061
|
+
{
|
|
28062
|
+
"type": "null"
|
|
28063
|
+
},
|
|
28064
|
+
{
|
|
28065
|
+
"type": "object",
|
|
28066
|
+
"additionalProperties": {}
|
|
28067
|
+
},
|
|
28068
|
+
{
|
|
28069
|
+
"type": "array",
|
|
28070
|
+
"items": {}
|
|
28071
|
+
}
|
|
28072
|
+
]
|
|
28073
|
+
}
|
|
28074
|
+
}
|
|
28075
|
+
},
|
|
28076
|
+
"required": [
|
|
28077
|
+
"id",
|
|
28078
|
+
"fromId",
|
|
28079
|
+
"toId",
|
|
28080
|
+
"relation",
|
|
28081
|
+
"weight",
|
|
28082
|
+
"metadata"
|
|
28083
|
+
],
|
|
28084
|
+
"additionalProperties": true
|
|
28085
|
+
}
|
|
28086
|
+
},
|
|
28087
|
+
"svg": {
|
|
28088
|
+
"type": "string"
|
|
28089
|
+
}
|
|
28090
|
+
},
|
|
28091
|
+
"required": [
|
|
28092
|
+
"ok",
|
|
28093
|
+
"title",
|
|
28094
|
+
"generatedAt",
|
|
28095
|
+
"width",
|
|
28096
|
+
"height",
|
|
28097
|
+
"nodeCount",
|
|
28098
|
+
"edgeCount",
|
|
28099
|
+
"nodes",
|
|
28100
|
+
"edges",
|
|
28101
|
+
"svg"
|
|
28102
|
+
],
|
|
28103
|
+
"additionalProperties": true
|
|
28104
|
+
},
|
|
28105
|
+
"invokable": true
|
|
28106
|
+
},
|
|
27527
28107
|
{
|
|
27528
28108
|
"id": "homeassistant.homeGraph.refreshDevicePassport",
|
|
27529
28109
|
"title": "Refresh Device Passport",
|
|
@@ -27602,6 +28182,190 @@
|
|
|
27602
28182
|
"markdown": {
|
|
27603
28183
|
"type": "string"
|
|
27604
28184
|
},
|
|
28185
|
+
"source": {
|
|
28186
|
+
"type": "object",
|
|
28187
|
+
"properties": {
|
|
28188
|
+
"id": {
|
|
28189
|
+
"type": "string"
|
|
28190
|
+
},
|
|
28191
|
+
"connectorId": {
|
|
28192
|
+
"type": "string"
|
|
28193
|
+
},
|
|
28194
|
+
"sourceType": {
|
|
28195
|
+
"type": "string",
|
|
28196
|
+
"enum": [
|
|
28197
|
+
"url",
|
|
28198
|
+
"bookmark",
|
|
28199
|
+
"bookmark-list",
|
|
28200
|
+
"history",
|
|
28201
|
+
"document",
|
|
28202
|
+
"repo",
|
|
28203
|
+
"dataset",
|
|
28204
|
+
"image",
|
|
28205
|
+
"manual",
|
|
28206
|
+
"other"
|
|
28207
|
+
]
|
|
28208
|
+
},
|
|
28209
|
+
"title": {
|
|
28210
|
+
"type": "string"
|
|
28211
|
+
},
|
|
28212
|
+
"sourceUri": {
|
|
28213
|
+
"type": "string"
|
|
28214
|
+
},
|
|
28215
|
+
"canonicalUri": {
|
|
28216
|
+
"type": "string"
|
|
28217
|
+
},
|
|
28218
|
+
"summary": {
|
|
28219
|
+
"type": "string"
|
|
28220
|
+
},
|
|
28221
|
+
"description": {
|
|
28222
|
+
"type": "string"
|
|
28223
|
+
},
|
|
28224
|
+
"tags": {
|
|
28225
|
+
"type": "array",
|
|
28226
|
+
"items": {
|
|
28227
|
+
"type": "string"
|
|
28228
|
+
}
|
|
28229
|
+
},
|
|
28230
|
+
"folderPath": {
|
|
28231
|
+
"type": "string"
|
|
28232
|
+
},
|
|
28233
|
+
"status": {
|
|
28234
|
+
"type": "string"
|
|
28235
|
+
},
|
|
28236
|
+
"artifactId": {
|
|
28237
|
+
"type": "string"
|
|
28238
|
+
},
|
|
28239
|
+
"contentHash": {
|
|
28240
|
+
"type": "string"
|
|
28241
|
+
},
|
|
28242
|
+
"lastCrawledAt": {
|
|
28243
|
+
"type": "number"
|
|
28244
|
+
},
|
|
28245
|
+
"crawlError": {
|
|
28246
|
+
"type": "string"
|
|
28247
|
+
},
|
|
28248
|
+
"sessionId": {
|
|
28249
|
+
"type": "string"
|
|
28250
|
+
},
|
|
28251
|
+
"metadata": {
|
|
28252
|
+
"type": "object",
|
|
28253
|
+
"additionalProperties": {
|
|
28254
|
+
"anyOf": [
|
|
28255
|
+
{
|
|
28256
|
+
"type": "string"
|
|
28257
|
+
},
|
|
28258
|
+
{
|
|
28259
|
+
"type": "number"
|
|
28260
|
+
},
|
|
28261
|
+
{
|
|
28262
|
+
"type": "boolean"
|
|
28263
|
+
},
|
|
28264
|
+
{
|
|
28265
|
+
"type": "null"
|
|
28266
|
+
},
|
|
28267
|
+
{
|
|
28268
|
+
"type": "object",
|
|
28269
|
+
"additionalProperties": {}
|
|
28270
|
+
},
|
|
28271
|
+
{
|
|
28272
|
+
"type": "array",
|
|
28273
|
+
"items": {}
|
|
28274
|
+
}
|
|
28275
|
+
]
|
|
28276
|
+
}
|
|
28277
|
+
},
|
|
28278
|
+
"createdAt": {
|
|
28279
|
+
"type": "number"
|
|
28280
|
+
},
|
|
28281
|
+
"updatedAt": {
|
|
28282
|
+
"type": "number"
|
|
28283
|
+
}
|
|
28284
|
+
},
|
|
28285
|
+
"required": [
|
|
28286
|
+
"id",
|
|
28287
|
+
"connectorId",
|
|
28288
|
+
"sourceType",
|
|
28289
|
+
"tags",
|
|
28290
|
+
"status",
|
|
28291
|
+
"metadata",
|
|
28292
|
+
"createdAt",
|
|
28293
|
+
"updatedAt"
|
|
28294
|
+
],
|
|
28295
|
+
"additionalProperties": true
|
|
28296
|
+
},
|
|
28297
|
+
"linked": {
|
|
28298
|
+
"type": "object",
|
|
28299
|
+
"properties": {
|
|
28300
|
+
"id": {
|
|
28301
|
+
"type": "string"
|
|
28302
|
+
},
|
|
28303
|
+
"fromKind": {
|
|
28304
|
+
"type": "string"
|
|
28305
|
+
},
|
|
28306
|
+
"fromId": {
|
|
28307
|
+
"type": "string"
|
|
28308
|
+
},
|
|
28309
|
+
"toKind": {
|
|
28310
|
+
"type": "string"
|
|
28311
|
+
},
|
|
28312
|
+
"toId": {
|
|
28313
|
+
"type": "string"
|
|
28314
|
+
},
|
|
28315
|
+
"relation": {
|
|
28316
|
+
"type": "string"
|
|
28317
|
+
},
|
|
28318
|
+
"weight": {
|
|
28319
|
+
"type": "number"
|
|
28320
|
+
},
|
|
28321
|
+
"metadata": {
|
|
28322
|
+
"type": "object",
|
|
28323
|
+
"additionalProperties": {
|
|
28324
|
+
"anyOf": [
|
|
28325
|
+
{
|
|
28326
|
+
"type": "string"
|
|
28327
|
+
},
|
|
28328
|
+
{
|
|
28329
|
+
"type": "number"
|
|
28330
|
+
},
|
|
28331
|
+
{
|
|
28332
|
+
"type": "boolean"
|
|
28333
|
+
},
|
|
28334
|
+
{
|
|
28335
|
+
"type": "null"
|
|
28336
|
+
},
|
|
28337
|
+
{
|
|
28338
|
+
"type": "object",
|
|
28339
|
+
"additionalProperties": {}
|
|
28340
|
+
},
|
|
28341
|
+
{
|
|
28342
|
+
"type": "array",
|
|
28343
|
+
"items": {}
|
|
28344
|
+
}
|
|
28345
|
+
]
|
|
28346
|
+
}
|
|
28347
|
+
},
|
|
28348
|
+
"createdAt": {
|
|
28349
|
+
"type": "number"
|
|
28350
|
+
},
|
|
28351
|
+
"updatedAt": {
|
|
28352
|
+
"type": "number"
|
|
28353
|
+
}
|
|
28354
|
+
},
|
|
28355
|
+
"required": [
|
|
28356
|
+
"id",
|
|
28357
|
+
"fromKind",
|
|
28358
|
+
"fromId",
|
|
28359
|
+
"toKind",
|
|
28360
|
+
"toId",
|
|
28361
|
+
"relation",
|
|
28362
|
+
"weight",
|
|
28363
|
+
"metadata",
|
|
28364
|
+
"createdAt",
|
|
28365
|
+
"updatedAt"
|
|
28366
|
+
],
|
|
28367
|
+
"additionalProperties": true
|
|
28368
|
+
},
|
|
27605
28369
|
"artifact": {
|
|
27606
28370
|
"type": "object",
|
|
27607
28371
|
"additionalProperties": {
|
|
@@ -28703,6 +29467,33 @@
|
|
|
28703
29467
|
]
|
|
28704
29468
|
}
|
|
28705
29469
|
},
|
|
29470
|
+
"pageAutomation": {
|
|
29471
|
+
"type": "object",
|
|
29472
|
+
"additionalProperties": {
|
|
29473
|
+
"anyOf": [
|
|
29474
|
+
{
|
|
29475
|
+
"type": "string"
|
|
29476
|
+
},
|
|
29477
|
+
{
|
|
29478
|
+
"type": "number"
|
|
29479
|
+
},
|
|
29480
|
+
{
|
|
29481
|
+
"type": "boolean"
|
|
29482
|
+
},
|
|
29483
|
+
{
|
|
29484
|
+
"type": "null"
|
|
29485
|
+
},
|
|
29486
|
+
{
|
|
29487
|
+
"type": "object",
|
|
29488
|
+
"additionalProperties": {}
|
|
29489
|
+
},
|
|
29490
|
+
{
|
|
29491
|
+
"type": "array",
|
|
29492
|
+
"items": {}
|
|
29493
|
+
}
|
|
29494
|
+
]
|
|
29495
|
+
}
|
|
29496
|
+
},
|
|
28706
29497
|
"metadata": {
|
|
28707
29498
|
"type": "object",
|
|
28708
29499
|
"additionalProperties": {
|
|
@@ -28965,6 +29756,55 @@
|
|
|
28965
29756
|
]
|
|
28966
29757
|
}
|
|
28967
29758
|
},
|
|
29759
|
+
"generated": {
|
|
29760
|
+
"type": "object",
|
|
29761
|
+
"properties": {
|
|
29762
|
+
"devicePassports": {
|
|
29763
|
+
"type": "number"
|
|
29764
|
+
},
|
|
29765
|
+
"roomPages": {
|
|
29766
|
+
"type": "number"
|
|
29767
|
+
},
|
|
29768
|
+
"artifacts": {
|
|
29769
|
+
"type": "number"
|
|
29770
|
+
},
|
|
29771
|
+
"sources": {
|
|
29772
|
+
"type": "number"
|
|
29773
|
+
},
|
|
29774
|
+
"errors": {
|
|
29775
|
+
"type": "array",
|
|
29776
|
+
"items": {
|
|
29777
|
+
"anyOf": [
|
|
29778
|
+
{
|
|
29779
|
+
"type": "string"
|
|
29780
|
+
},
|
|
29781
|
+
{
|
|
29782
|
+
"type": "number"
|
|
29783
|
+
},
|
|
29784
|
+
{
|
|
29785
|
+
"type": "boolean"
|
|
29786
|
+
},
|
|
29787
|
+
{
|
|
29788
|
+
"type": "null"
|
|
29789
|
+
},
|
|
29790
|
+
{
|
|
29791
|
+
"type": "object",
|
|
29792
|
+
"additionalProperties": {}
|
|
29793
|
+
},
|
|
29794
|
+
{}
|
|
29795
|
+
]
|
|
29796
|
+
}
|
|
29797
|
+
}
|
|
29798
|
+
},
|
|
29799
|
+
"required": [
|
|
29800
|
+
"devicePassports",
|
|
29801
|
+
"roomPages",
|
|
29802
|
+
"artifacts",
|
|
29803
|
+
"sources",
|
|
29804
|
+
"errors"
|
|
29805
|
+
],
|
|
29806
|
+
"additionalProperties": true
|
|
29807
|
+
},
|
|
28968
29808
|
"counts": {
|
|
28969
29809
|
"type": "object",
|
|
28970
29810
|
"additionalProperties": {
|
|
@@ -29000,6 +29840,7 @@
|
|
|
29000
29840
|
"source",
|
|
29001
29841
|
"home",
|
|
29002
29842
|
"created",
|
|
29843
|
+
"generated",
|
|
29003
29844
|
"counts"
|
|
29004
29845
|
],
|
|
29005
29846
|
"additionalProperties": true
|
|
@@ -34263,6 +35104,218 @@
|
|
|
34263
35104
|
},
|
|
34264
35105
|
"invokable": true
|
|
34265
35106
|
},
|
|
35107
|
+
{
|
|
35108
|
+
"id": "knowledge.map",
|
|
35109
|
+
"title": "Map Knowledge Graph",
|
|
35110
|
+
"description": "Return a deterministic visual map of structured knowledge nodes, sources, edges, and optional issues.",
|
|
35111
|
+
"category": "knowledge",
|
|
35112
|
+
"source": "builtin",
|
|
35113
|
+
"access": "authenticated",
|
|
35114
|
+
"transport": [
|
|
35115
|
+
"http",
|
|
35116
|
+
"ws"
|
|
35117
|
+
],
|
|
35118
|
+
"scopes": [
|
|
35119
|
+
"read:knowledge"
|
|
35120
|
+
],
|
|
35121
|
+
"http": {
|
|
35122
|
+
"method": "GET",
|
|
35123
|
+
"path": "/api/knowledge/map"
|
|
35124
|
+
},
|
|
35125
|
+
"inputSchema": {
|
|
35126
|
+
"type": "object",
|
|
35127
|
+
"properties": {
|
|
35128
|
+
"limit": {
|
|
35129
|
+
"type": "number"
|
|
35130
|
+
},
|
|
35131
|
+
"includeSources": {
|
|
35132
|
+
"type": "boolean"
|
|
35133
|
+
},
|
|
35134
|
+
"includeIssues": {
|
|
35135
|
+
"type": "boolean"
|
|
35136
|
+
},
|
|
35137
|
+
"includeGenerated": {
|
|
35138
|
+
"type": "boolean"
|
|
35139
|
+
}
|
|
35140
|
+
},
|
|
35141
|
+
"additionalProperties": false
|
|
35142
|
+
},
|
|
35143
|
+
"outputSchema": {
|
|
35144
|
+
"type": "object",
|
|
35145
|
+
"properties": {
|
|
35146
|
+
"ok": {
|
|
35147
|
+
"type": "boolean"
|
|
35148
|
+
},
|
|
35149
|
+
"spaceId": {
|
|
35150
|
+
"type": "string"
|
|
35151
|
+
},
|
|
35152
|
+
"title": {
|
|
35153
|
+
"type": "string"
|
|
35154
|
+
},
|
|
35155
|
+
"generatedAt": {
|
|
35156
|
+
"type": "number"
|
|
35157
|
+
},
|
|
35158
|
+
"width": {
|
|
35159
|
+
"type": "number"
|
|
35160
|
+
},
|
|
35161
|
+
"height": {
|
|
35162
|
+
"type": "number"
|
|
35163
|
+
},
|
|
35164
|
+
"nodeCount": {
|
|
35165
|
+
"type": "number"
|
|
35166
|
+
},
|
|
35167
|
+
"edgeCount": {
|
|
35168
|
+
"type": "number"
|
|
35169
|
+
},
|
|
35170
|
+
"nodes": {
|
|
35171
|
+
"type": "array",
|
|
35172
|
+
"items": {
|
|
35173
|
+
"type": "object",
|
|
35174
|
+
"properties": {
|
|
35175
|
+
"id": {
|
|
35176
|
+
"type": "string"
|
|
35177
|
+
},
|
|
35178
|
+
"recordKind": {
|
|
35179
|
+
"type": "string"
|
|
35180
|
+
},
|
|
35181
|
+
"kind": {
|
|
35182
|
+
"type": "string"
|
|
35183
|
+
},
|
|
35184
|
+
"title": {
|
|
35185
|
+
"type": "string"
|
|
35186
|
+
},
|
|
35187
|
+
"summary": {
|
|
35188
|
+
"type": "string"
|
|
35189
|
+
},
|
|
35190
|
+
"x": {
|
|
35191
|
+
"type": "number"
|
|
35192
|
+
},
|
|
35193
|
+
"y": {
|
|
35194
|
+
"type": "number"
|
|
35195
|
+
},
|
|
35196
|
+
"radius": {
|
|
35197
|
+
"type": "number"
|
|
35198
|
+
},
|
|
35199
|
+
"metadata": {
|
|
35200
|
+
"type": "object",
|
|
35201
|
+
"additionalProperties": {
|
|
35202
|
+
"anyOf": [
|
|
35203
|
+
{
|
|
35204
|
+
"type": "string"
|
|
35205
|
+
},
|
|
35206
|
+
{
|
|
35207
|
+
"type": "number"
|
|
35208
|
+
},
|
|
35209
|
+
{
|
|
35210
|
+
"type": "boolean"
|
|
35211
|
+
},
|
|
35212
|
+
{
|
|
35213
|
+
"type": "null"
|
|
35214
|
+
},
|
|
35215
|
+
{
|
|
35216
|
+
"type": "object",
|
|
35217
|
+
"additionalProperties": {}
|
|
35218
|
+
},
|
|
35219
|
+
{
|
|
35220
|
+
"type": "array",
|
|
35221
|
+
"items": {}
|
|
35222
|
+
}
|
|
35223
|
+
]
|
|
35224
|
+
}
|
|
35225
|
+
}
|
|
35226
|
+
},
|
|
35227
|
+
"required": [
|
|
35228
|
+
"id",
|
|
35229
|
+
"recordKind",
|
|
35230
|
+
"kind",
|
|
35231
|
+
"title",
|
|
35232
|
+
"x",
|
|
35233
|
+
"y",
|
|
35234
|
+
"radius",
|
|
35235
|
+
"metadata"
|
|
35236
|
+
],
|
|
35237
|
+
"additionalProperties": true
|
|
35238
|
+
}
|
|
35239
|
+
},
|
|
35240
|
+
"edges": {
|
|
35241
|
+
"type": "array",
|
|
35242
|
+
"items": {
|
|
35243
|
+
"type": "object",
|
|
35244
|
+
"properties": {
|
|
35245
|
+
"id": {
|
|
35246
|
+
"type": "string"
|
|
35247
|
+
},
|
|
35248
|
+
"fromId": {
|
|
35249
|
+
"type": "string"
|
|
35250
|
+
},
|
|
35251
|
+
"toId": {
|
|
35252
|
+
"type": "string"
|
|
35253
|
+
},
|
|
35254
|
+
"relation": {
|
|
35255
|
+
"type": "string"
|
|
35256
|
+
},
|
|
35257
|
+
"weight": {
|
|
35258
|
+
"type": "number"
|
|
35259
|
+
},
|
|
35260
|
+
"metadata": {
|
|
35261
|
+
"type": "object",
|
|
35262
|
+
"additionalProperties": {
|
|
35263
|
+
"anyOf": [
|
|
35264
|
+
{
|
|
35265
|
+
"type": "string"
|
|
35266
|
+
},
|
|
35267
|
+
{
|
|
35268
|
+
"type": "number"
|
|
35269
|
+
},
|
|
35270
|
+
{
|
|
35271
|
+
"type": "boolean"
|
|
35272
|
+
},
|
|
35273
|
+
{
|
|
35274
|
+
"type": "null"
|
|
35275
|
+
},
|
|
35276
|
+
{
|
|
35277
|
+
"type": "object",
|
|
35278
|
+
"additionalProperties": {}
|
|
35279
|
+
},
|
|
35280
|
+
{
|
|
35281
|
+
"type": "array",
|
|
35282
|
+
"items": {}
|
|
35283
|
+
}
|
|
35284
|
+
]
|
|
35285
|
+
}
|
|
35286
|
+
}
|
|
35287
|
+
},
|
|
35288
|
+
"required": [
|
|
35289
|
+
"id",
|
|
35290
|
+
"fromId",
|
|
35291
|
+
"toId",
|
|
35292
|
+
"relation",
|
|
35293
|
+
"weight",
|
|
35294
|
+
"metadata"
|
|
35295
|
+
],
|
|
35296
|
+
"additionalProperties": true
|
|
35297
|
+
}
|
|
35298
|
+
},
|
|
35299
|
+
"svg": {
|
|
35300
|
+
"type": "string"
|
|
35301
|
+
}
|
|
35302
|
+
},
|
|
35303
|
+
"required": [
|
|
35304
|
+
"ok",
|
|
35305
|
+
"title",
|
|
35306
|
+
"generatedAt",
|
|
35307
|
+
"width",
|
|
35308
|
+
"height",
|
|
35309
|
+
"nodeCount",
|
|
35310
|
+
"edgeCount",
|
|
35311
|
+
"nodes",
|
|
35312
|
+
"edges",
|
|
35313
|
+
"svg"
|
|
35314
|
+
],
|
|
35315
|
+
"additionalProperties": true
|
|
35316
|
+
},
|
|
35317
|
+
"invokable": true
|
|
35318
|
+
},
|
|
34266
35319
|
{
|
|
34267
35320
|
"id": "knowledge.nodes.list",
|
|
34268
35321
|
"title": "List Knowledge Nodes",
|
|
@@ -34850,13 +35903,200 @@
|
|
|
34850
35903
|
"metadata"
|
|
34851
35904
|
],
|
|
34852
35905
|
"additionalProperties": true
|
|
35906
|
+
},
|
|
35907
|
+
"source": {
|
|
35908
|
+
"type": "object",
|
|
35909
|
+
"properties": {
|
|
35910
|
+
"id": {
|
|
35911
|
+
"type": "string"
|
|
35912
|
+
},
|
|
35913
|
+
"connectorId": {
|
|
35914
|
+
"type": "string"
|
|
35915
|
+
},
|
|
35916
|
+
"sourceType": {
|
|
35917
|
+
"type": "string",
|
|
35918
|
+
"enum": [
|
|
35919
|
+
"url",
|
|
35920
|
+
"bookmark",
|
|
35921
|
+
"bookmark-list",
|
|
35922
|
+
"history",
|
|
35923
|
+
"document",
|
|
35924
|
+
"repo",
|
|
35925
|
+
"dataset",
|
|
35926
|
+
"image",
|
|
35927
|
+
"manual",
|
|
35928
|
+
"other"
|
|
35929
|
+
]
|
|
35930
|
+
},
|
|
35931
|
+
"title": {
|
|
35932
|
+
"type": "string"
|
|
35933
|
+
},
|
|
35934
|
+
"sourceUri": {
|
|
35935
|
+
"type": "string"
|
|
35936
|
+
},
|
|
35937
|
+
"canonicalUri": {
|
|
35938
|
+
"type": "string"
|
|
35939
|
+
},
|
|
35940
|
+
"summary": {
|
|
35941
|
+
"type": "string"
|
|
35942
|
+
},
|
|
35943
|
+
"description": {
|
|
35944
|
+
"type": "string"
|
|
35945
|
+
},
|
|
35946
|
+
"tags": {
|
|
35947
|
+
"type": "array",
|
|
35948
|
+
"items": {
|
|
35949
|
+
"type": "string"
|
|
35950
|
+
}
|
|
35951
|
+
},
|
|
35952
|
+
"folderPath": {
|
|
35953
|
+
"type": "string"
|
|
35954
|
+
},
|
|
35955
|
+
"status": {
|
|
35956
|
+
"type": "string"
|
|
35957
|
+
},
|
|
35958
|
+
"artifactId": {
|
|
35959
|
+
"type": "string"
|
|
35960
|
+
},
|
|
35961
|
+
"contentHash": {
|
|
35962
|
+
"type": "string"
|
|
35963
|
+
},
|
|
35964
|
+
"lastCrawledAt": {
|
|
35965
|
+
"type": "number"
|
|
35966
|
+
},
|
|
35967
|
+
"crawlError": {
|
|
35968
|
+
"type": "string"
|
|
35969
|
+
},
|
|
35970
|
+
"sessionId": {
|
|
35971
|
+
"type": "string"
|
|
35972
|
+
},
|
|
35973
|
+
"metadata": {
|
|
35974
|
+
"type": "object",
|
|
35975
|
+
"additionalProperties": {
|
|
35976
|
+
"anyOf": [
|
|
35977
|
+
{
|
|
35978
|
+
"type": "string"
|
|
35979
|
+
},
|
|
35980
|
+
{
|
|
35981
|
+
"type": "number"
|
|
35982
|
+
},
|
|
35983
|
+
{
|
|
35984
|
+
"type": "boolean"
|
|
35985
|
+
},
|
|
35986
|
+
{
|
|
35987
|
+
"type": "null"
|
|
35988
|
+
},
|
|
35989
|
+
{
|
|
35990
|
+
"type": "object",
|
|
35991
|
+
"additionalProperties": {}
|
|
35992
|
+
},
|
|
35993
|
+
{
|
|
35994
|
+
"type": "array",
|
|
35995
|
+
"items": {}
|
|
35996
|
+
}
|
|
35997
|
+
]
|
|
35998
|
+
}
|
|
35999
|
+
},
|
|
36000
|
+
"createdAt": {
|
|
36001
|
+
"type": "number"
|
|
36002
|
+
},
|
|
36003
|
+
"updatedAt": {
|
|
36004
|
+
"type": "number"
|
|
36005
|
+
}
|
|
36006
|
+
},
|
|
36007
|
+
"required": [
|
|
36008
|
+
"id",
|
|
36009
|
+
"connectorId",
|
|
36010
|
+
"sourceType",
|
|
36011
|
+
"tags",
|
|
36012
|
+
"status",
|
|
36013
|
+
"metadata",
|
|
36014
|
+
"createdAt",
|
|
36015
|
+
"updatedAt"
|
|
36016
|
+
],
|
|
36017
|
+
"additionalProperties": true
|
|
36018
|
+
},
|
|
36019
|
+
"linked": {
|
|
36020
|
+
"type": "object",
|
|
36021
|
+
"properties": {
|
|
36022
|
+
"id": {
|
|
36023
|
+
"type": "string"
|
|
36024
|
+
},
|
|
36025
|
+
"fromKind": {
|
|
36026
|
+
"type": "string"
|
|
36027
|
+
},
|
|
36028
|
+
"fromId": {
|
|
36029
|
+
"type": "string"
|
|
36030
|
+
},
|
|
36031
|
+
"toKind": {
|
|
36032
|
+
"type": "string"
|
|
36033
|
+
},
|
|
36034
|
+
"toId": {
|
|
36035
|
+
"type": "string"
|
|
36036
|
+
},
|
|
36037
|
+
"relation": {
|
|
36038
|
+
"type": "string"
|
|
36039
|
+
},
|
|
36040
|
+
"weight": {
|
|
36041
|
+
"type": "number"
|
|
36042
|
+
},
|
|
36043
|
+
"metadata": {
|
|
36044
|
+
"type": "object",
|
|
36045
|
+
"additionalProperties": {
|
|
36046
|
+
"anyOf": [
|
|
36047
|
+
{
|
|
36048
|
+
"type": "string"
|
|
36049
|
+
},
|
|
36050
|
+
{
|
|
36051
|
+
"type": "number"
|
|
36052
|
+
},
|
|
36053
|
+
{
|
|
36054
|
+
"type": "boolean"
|
|
36055
|
+
},
|
|
36056
|
+
{
|
|
36057
|
+
"type": "null"
|
|
36058
|
+
},
|
|
36059
|
+
{
|
|
36060
|
+
"type": "object",
|
|
36061
|
+
"additionalProperties": {}
|
|
36062
|
+
},
|
|
36063
|
+
{
|
|
36064
|
+
"type": "array",
|
|
36065
|
+
"items": {}
|
|
36066
|
+
}
|
|
36067
|
+
]
|
|
36068
|
+
}
|
|
36069
|
+
},
|
|
36070
|
+
"createdAt": {
|
|
36071
|
+
"type": "number"
|
|
36072
|
+
},
|
|
36073
|
+
"updatedAt": {
|
|
36074
|
+
"type": "number"
|
|
36075
|
+
}
|
|
36076
|
+
},
|
|
36077
|
+
"required": [
|
|
36078
|
+
"id",
|
|
36079
|
+
"fromKind",
|
|
36080
|
+
"fromId",
|
|
36081
|
+
"toKind",
|
|
36082
|
+
"toId",
|
|
36083
|
+
"relation",
|
|
36084
|
+
"weight",
|
|
36085
|
+
"metadata",
|
|
36086
|
+
"createdAt",
|
|
36087
|
+
"updatedAt"
|
|
36088
|
+
],
|
|
36089
|
+
"additionalProperties": true
|
|
36090
|
+
},
|
|
36091
|
+
"artifactCreated": {
|
|
36092
|
+
"type": "boolean"
|
|
34853
36093
|
}
|
|
34854
36094
|
},
|
|
34855
36095
|
"required": [
|
|
34856
36096
|
"bundle",
|
|
34857
36097
|
"artifact"
|
|
34858
36098
|
],
|
|
34859
|
-
"additionalProperties":
|
|
36099
|
+
"additionalProperties": true
|
|
34860
36100
|
},
|
|
34861
36101
|
"invokable": true
|
|
34862
36102
|
},
|
|
@@ -37261,6 +38501,3112 @@
|
|
|
37261
38501
|
},
|
|
37262
38502
|
"invokable": true
|
|
37263
38503
|
},
|
|
38504
|
+
{
|
|
38505
|
+
"id": "projectPlanning.decisions.list",
|
|
38506
|
+
"title": "List Project Decisions",
|
|
38507
|
+
"description": "Return durable decision records from the current project planning knowledge space.",
|
|
38508
|
+
"category": "knowledge",
|
|
38509
|
+
"source": "builtin",
|
|
38510
|
+
"access": "authenticated",
|
|
38511
|
+
"transport": [
|
|
38512
|
+
"http",
|
|
38513
|
+
"ws"
|
|
38514
|
+
],
|
|
38515
|
+
"scopes": [
|
|
38516
|
+
"read:knowledge"
|
|
38517
|
+
],
|
|
38518
|
+
"http": {
|
|
38519
|
+
"method": "GET",
|
|
38520
|
+
"path": "/api/projects/planning/decisions"
|
|
38521
|
+
},
|
|
38522
|
+
"inputSchema": {
|
|
38523
|
+
"type": "object",
|
|
38524
|
+
"properties": {
|
|
38525
|
+
"projectId": {
|
|
38526
|
+
"type": "string"
|
|
38527
|
+
},
|
|
38528
|
+
"knowledgeSpaceId": {
|
|
38529
|
+
"type": "string"
|
|
38530
|
+
}
|
|
38531
|
+
},
|
|
38532
|
+
"additionalProperties": true
|
|
38533
|
+
},
|
|
38534
|
+
"outputSchema": {
|
|
38535
|
+
"type": "object",
|
|
38536
|
+
"properties": {
|
|
38537
|
+
"ok": {
|
|
38538
|
+
"type": "boolean"
|
|
38539
|
+
},
|
|
38540
|
+
"projectId": {
|
|
38541
|
+
"type": "string"
|
|
38542
|
+
},
|
|
38543
|
+
"knowledgeSpaceId": {
|
|
38544
|
+
"type": "string"
|
|
38545
|
+
},
|
|
38546
|
+
"decisions": {
|
|
38547
|
+
"type": "array",
|
|
38548
|
+
"items": {
|
|
38549
|
+
"type": "object",
|
|
38550
|
+
"properties": {
|
|
38551
|
+
"id": {
|
|
38552
|
+
"type": "string"
|
|
38553
|
+
},
|
|
38554
|
+
"title": {
|
|
38555
|
+
"type": "string"
|
|
38556
|
+
},
|
|
38557
|
+
"context": {
|
|
38558
|
+
"type": "string"
|
|
38559
|
+
},
|
|
38560
|
+
"decision": {
|
|
38561
|
+
"type": "string"
|
|
38562
|
+
},
|
|
38563
|
+
"alternatives": {
|
|
38564
|
+
"type": "array",
|
|
38565
|
+
"items": {
|
|
38566
|
+
"type": "string"
|
|
38567
|
+
}
|
|
38568
|
+
},
|
|
38569
|
+
"reasoning": {
|
|
38570
|
+
"type": "string"
|
|
38571
|
+
},
|
|
38572
|
+
"consequences": {
|
|
38573
|
+
"type": "array",
|
|
38574
|
+
"items": {
|
|
38575
|
+
"type": "string"
|
|
38576
|
+
}
|
|
38577
|
+
},
|
|
38578
|
+
"status": {
|
|
38579
|
+
"type": "string"
|
|
38580
|
+
},
|
|
38581
|
+
"createdAt": {
|
|
38582
|
+
"type": "number"
|
|
38583
|
+
},
|
|
38584
|
+
"updatedAt": {
|
|
38585
|
+
"type": "number"
|
|
38586
|
+
},
|
|
38587
|
+
"metadata": {
|
|
38588
|
+
"type": "object",
|
|
38589
|
+
"additionalProperties": {
|
|
38590
|
+
"anyOf": [
|
|
38591
|
+
{
|
|
38592
|
+
"type": "string"
|
|
38593
|
+
},
|
|
38594
|
+
{
|
|
38595
|
+
"type": "number"
|
|
38596
|
+
},
|
|
38597
|
+
{
|
|
38598
|
+
"type": "boolean"
|
|
38599
|
+
},
|
|
38600
|
+
{
|
|
38601
|
+
"type": "null"
|
|
38602
|
+
},
|
|
38603
|
+
{
|
|
38604
|
+
"type": "object",
|
|
38605
|
+
"additionalProperties": {}
|
|
38606
|
+
},
|
|
38607
|
+
{
|
|
38608
|
+
"type": "array",
|
|
38609
|
+
"items": {}
|
|
38610
|
+
}
|
|
38611
|
+
]
|
|
38612
|
+
}
|
|
38613
|
+
}
|
|
38614
|
+
},
|
|
38615
|
+
"required": [
|
|
38616
|
+
"id",
|
|
38617
|
+
"title",
|
|
38618
|
+
"decision"
|
|
38619
|
+
],
|
|
38620
|
+
"additionalProperties": true
|
|
38621
|
+
}
|
|
38622
|
+
}
|
|
38623
|
+
},
|
|
38624
|
+
"required": [
|
|
38625
|
+
"ok",
|
|
38626
|
+
"projectId",
|
|
38627
|
+
"knowledgeSpaceId",
|
|
38628
|
+
"decisions"
|
|
38629
|
+
],
|
|
38630
|
+
"additionalProperties": true
|
|
38631
|
+
},
|
|
38632
|
+
"invokable": true
|
|
38633
|
+
},
|
|
38634
|
+
{
|
|
38635
|
+
"id": "projectPlanning.decisions.record",
|
|
38636
|
+
"title": "Record Project Decision",
|
|
38637
|
+
"description": "Persist a meaningful project decision record for future TUI and agent context.",
|
|
38638
|
+
"category": "knowledge",
|
|
38639
|
+
"source": "builtin",
|
|
38640
|
+
"access": "admin",
|
|
38641
|
+
"transport": [
|
|
38642
|
+
"http",
|
|
38643
|
+
"ws"
|
|
38644
|
+
],
|
|
38645
|
+
"scopes": [
|
|
38646
|
+
"write:knowledge"
|
|
38647
|
+
],
|
|
38648
|
+
"http": {
|
|
38649
|
+
"method": "POST",
|
|
38650
|
+
"path": "/api/projects/planning/decisions"
|
|
38651
|
+
},
|
|
38652
|
+
"inputSchema": {
|
|
38653
|
+
"type": "object",
|
|
38654
|
+
"properties": {
|
|
38655
|
+
"projectId": {
|
|
38656
|
+
"type": "string"
|
|
38657
|
+
},
|
|
38658
|
+
"knowledgeSpaceId": {
|
|
38659
|
+
"type": "string"
|
|
38660
|
+
},
|
|
38661
|
+
"decision": {
|
|
38662
|
+
"type": "object",
|
|
38663
|
+
"additionalProperties": {
|
|
38664
|
+
"anyOf": [
|
|
38665
|
+
{
|
|
38666
|
+
"type": "string"
|
|
38667
|
+
},
|
|
38668
|
+
{
|
|
38669
|
+
"type": "number"
|
|
38670
|
+
},
|
|
38671
|
+
{
|
|
38672
|
+
"type": "boolean"
|
|
38673
|
+
},
|
|
38674
|
+
{
|
|
38675
|
+
"type": "null"
|
|
38676
|
+
},
|
|
38677
|
+
{
|
|
38678
|
+
"type": "object",
|
|
38679
|
+
"additionalProperties": {}
|
|
38680
|
+
},
|
|
38681
|
+
{
|
|
38682
|
+
"type": "array",
|
|
38683
|
+
"items": {}
|
|
38684
|
+
}
|
|
38685
|
+
]
|
|
38686
|
+
}
|
|
38687
|
+
}
|
|
38688
|
+
},
|
|
38689
|
+
"required": [
|
|
38690
|
+
"decision"
|
|
38691
|
+
],
|
|
38692
|
+
"additionalProperties": true
|
|
38693
|
+
},
|
|
38694
|
+
"outputSchema": {
|
|
38695
|
+
"type": "object",
|
|
38696
|
+
"properties": {
|
|
38697
|
+
"ok": {
|
|
38698
|
+
"type": "boolean"
|
|
38699
|
+
},
|
|
38700
|
+
"projectId": {
|
|
38701
|
+
"type": "string"
|
|
38702
|
+
},
|
|
38703
|
+
"knowledgeSpaceId": {
|
|
38704
|
+
"type": "string"
|
|
38705
|
+
},
|
|
38706
|
+
"decision": {
|
|
38707
|
+
"type": "object",
|
|
38708
|
+
"properties": {
|
|
38709
|
+
"id": {
|
|
38710
|
+
"type": "string"
|
|
38711
|
+
},
|
|
38712
|
+
"title": {
|
|
38713
|
+
"type": "string"
|
|
38714
|
+
},
|
|
38715
|
+
"context": {
|
|
38716
|
+
"type": "string"
|
|
38717
|
+
},
|
|
38718
|
+
"decision": {
|
|
38719
|
+
"type": "string"
|
|
38720
|
+
},
|
|
38721
|
+
"alternatives": {
|
|
38722
|
+
"type": "array",
|
|
38723
|
+
"items": {
|
|
38724
|
+
"type": "string"
|
|
38725
|
+
}
|
|
38726
|
+
},
|
|
38727
|
+
"reasoning": {
|
|
38728
|
+
"type": "string"
|
|
38729
|
+
},
|
|
38730
|
+
"consequences": {
|
|
38731
|
+
"type": "array",
|
|
38732
|
+
"items": {
|
|
38733
|
+
"type": "string"
|
|
38734
|
+
}
|
|
38735
|
+
},
|
|
38736
|
+
"status": {
|
|
38737
|
+
"type": "string"
|
|
38738
|
+
},
|
|
38739
|
+
"createdAt": {
|
|
38740
|
+
"type": "number"
|
|
38741
|
+
},
|
|
38742
|
+
"updatedAt": {
|
|
38743
|
+
"type": "number"
|
|
38744
|
+
},
|
|
38745
|
+
"metadata": {
|
|
38746
|
+
"type": "object",
|
|
38747
|
+
"additionalProperties": {
|
|
38748
|
+
"anyOf": [
|
|
38749
|
+
{
|
|
38750
|
+
"type": "string"
|
|
38751
|
+
},
|
|
38752
|
+
{
|
|
38753
|
+
"type": "number"
|
|
38754
|
+
},
|
|
38755
|
+
{
|
|
38756
|
+
"type": "boolean"
|
|
38757
|
+
},
|
|
38758
|
+
{
|
|
38759
|
+
"type": "null"
|
|
38760
|
+
},
|
|
38761
|
+
{
|
|
38762
|
+
"type": "object",
|
|
38763
|
+
"additionalProperties": {}
|
|
38764
|
+
},
|
|
38765
|
+
{
|
|
38766
|
+
"type": "array",
|
|
38767
|
+
"items": {}
|
|
38768
|
+
}
|
|
38769
|
+
]
|
|
38770
|
+
}
|
|
38771
|
+
}
|
|
38772
|
+
},
|
|
38773
|
+
"required": [
|
|
38774
|
+
"id",
|
|
38775
|
+
"title",
|
|
38776
|
+
"decision"
|
|
38777
|
+
],
|
|
38778
|
+
"additionalProperties": true
|
|
38779
|
+
},
|
|
38780
|
+
"source": {
|
|
38781
|
+
"type": "object",
|
|
38782
|
+
"properties": {
|
|
38783
|
+
"id": {
|
|
38784
|
+
"type": "string"
|
|
38785
|
+
},
|
|
38786
|
+
"connectorId": {
|
|
38787
|
+
"type": "string"
|
|
38788
|
+
},
|
|
38789
|
+
"sourceType": {
|
|
38790
|
+
"type": "string",
|
|
38791
|
+
"enum": [
|
|
38792
|
+
"url",
|
|
38793
|
+
"bookmark",
|
|
38794
|
+
"bookmark-list",
|
|
38795
|
+
"history",
|
|
38796
|
+
"document",
|
|
38797
|
+
"repo",
|
|
38798
|
+
"dataset",
|
|
38799
|
+
"image",
|
|
38800
|
+
"manual",
|
|
38801
|
+
"other"
|
|
38802
|
+
]
|
|
38803
|
+
},
|
|
38804
|
+
"title": {
|
|
38805
|
+
"type": "string"
|
|
38806
|
+
},
|
|
38807
|
+
"sourceUri": {
|
|
38808
|
+
"type": "string"
|
|
38809
|
+
},
|
|
38810
|
+
"canonicalUri": {
|
|
38811
|
+
"type": "string"
|
|
38812
|
+
},
|
|
38813
|
+
"summary": {
|
|
38814
|
+
"type": "string"
|
|
38815
|
+
},
|
|
38816
|
+
"description": {
|
|
38817
|
+
"type": "string"
|
|
38818
|
+
},
|
|
38819
|
+
"tags": {
|
|
38820
|
+
"type": "array",
|
|
38821
|
+
"items": {
|
|
38822
|
+
"type": "string"
|
|
38823
|
+
}
|
|
38824
|
+
},
|
|
38825
|
+
"folderPath": {
|
|
38826
|
+
"type": "string"
|
|
38827
|
+
},
|
|
38828
|
+
"status": {
|
|
38829
|
+
"type": "string"
|
|
38830
|
+
},
|
|
38831
|
+
"artifactId": {
|
|
38832
|
+
"type": "string"
|
|
38833
|
+
},
|
|
38834
|
+
"contentHash": {
|
|
38835
|
+
"type": "string"
|
|
38836
|
+
},
|
|
38837
|
+
"lastCrawledAt": {
|
|
38838
|
+
"type": "number"
|
|
38839
|
+
},
|
|
38840
|
+
"crawlError": {
|
|
38841
|
+
"type": "string"
|
|
38842
|
+
},
|
|
38843
|
+
"sessionId": {
|
|
38844
|
+
"type": "string"
|
|
38845
|
+
},
|
|
38846
|
+
"metadata": {
|
|
38847
|
+
"type": "object",
|
|
38848
|
+
"additionalProperties": {
|
|
38849
|
+
"anyOf": [
|
|
38850
|
+
{
|
|
38851
|
+
"type": "string"
|
|
38852
|
+
},
|
|
38853
|
+
{
|
|
38854
|
+
"type": "number"
|
|
38855
|
+
},
|
|
38856
|
+
{
|
|
38857
|
+
"type": "boolean"
|
|
38858
|
+
},
|
|
38859
|
+
{
|
|
38860
|
+
"type": "null"
|
|
38861
|
+
},
|
|
38862
|
+
{
|
|
38863
|
+
"type": "object",
|
|
38864
|
+
"additionalProperties": {}
|
|
38865
|
+
},
|
|
38866
|
+
{
|
|
38867
|
+
"type": "array",
|
|
38868
|
+
"items": {}
|
|
38869
|
+
}
|
|
38870
|
+
]
|
|
38871
|
+
}
|
|
38872
|
+
},
|
|
38873
|
+
"createdAt": {
|
|
38874
|
+
"type": "number"
|
|
38875
|
+
},
|
|
38876
|
+
"updatedAt": {
|
|
38877
|
+
"type": "number"
|
|
38878
|
+
}
|
|
38879
|
+
},
|
|
38880
|
+
"required": [
|
|
38881
|
+
"id",
|
|
38882
|
+
"connectorId",
|
|
38883
|
+
"sourceType",
|
|
38884
|
+
"tags",
|
|
38885
|
+
"status",
|
|
38886
|
+
"metadata",
|
|
38887
|
+
"createdAt",
|
|
38888
|
+
"updatedAt"
|
|
38889
|
+
],
|
|
38890
|
+
"additionalProperties": true
|
|
38891
|
+
}
|
|
38892
|
+
},
|
|
38893
|
+
"required": [
|
|
38894
|
+
"ok",
|
|
38895
|
+
"projectId",
|
|
38896
|
+
"knowledgeSpaceId",
|
|
38897
|
+
"decision",
|
|
38898
|
+
"source"
|
|
38899
|
+
],
|
|
38900
|
+
"additionalProperties": true
|
|
38901
|
+
},
|
|
38902
|
+
"invokable": true
|
|
38903
|
+
},
|
|
38904
|
+
{
|
|
38905
|
+
"id": "projectPlanning.evaluate",
|
|
38906
|
+
"title": "Evaluate Project Planning Readiness",
|
|
38907
|
+
"description": "Validate planning state and return gaps/next-question hints without mutating state or driving conversation.",
|
|
38908
|
+
"category": "knowledge",
|
|
38909
|
+
"source": "builtin",
|
|
38910
|
+
"access": "authenticated",
|
|
38911
|
+
"transport": [
|
|
38912
|
+
"http",
|
|
38913
|
+
"ws"
|
|
38914
|
+
],
|
|
38915
|
+
"scopes": [
|
|
38916
|
+
"read:knowledge"
|
|
38917
|
+
],
|
|
38918
|
+
"http": {
|
|
38919
|
+
"method": "POST",
|
|
38920
|
+
"path": "/api/projects/planning/evaluate"
|
|
38921
|
+
},
|
|
38922
|
+
"inputSchema": {
|
|
38923
|
+
"type": "object",
|
|
38924
|
+
"properties": {
|
|
38925
|
+
"projectId": {
|
|
38926
|
+
"type": "string"
|
|
38927
|
+
},
|
|
38928
|
+
"knowledgeSpaceId": {
|
|
38929
|
+
"type": "string"
|
|
38930
|
+
},
|
|
38931
|
+
"planningId": {
|
|
38932
|
+
"type": "string"
|
|
38933
|
+
},
|
|
38934
|
+
"state": {
|
|
38935
|
+
"type": "object",
|
|
38936
|
+
"additionalProperties": {
|
|
38937
|
+
"anyOf": [
|
|
38938
|
+
{
|
|
38939
|
+
"type": "string"
|
|
38940
|
+
},
|
|
38941
|
+
{
|
|
38942
|
+
"type": "number"
|
|
38943
|
+
},
|
|
38944
|
+
{
|
|
38945
|
+
"type": "boolean"
|
|
38946
|
+
},
|
|
38947
|
+
{
|
|
38948
|
+
"type": "null"
|
|
38949
|
+
},
|
|
38950
|
+
{
|
|
38951
|
+
"type": "object",
|
|
38952
|
+
"additionalProperties": {}
|
|
38953
|
+
},
|
|
38954
|
+
{
|
|
38955
|
+
"type": "array",
|
|
38956
|
+
"items": {}
|
|
38957
|
+
}
|
|
38958
|
+
]
|
|
38959
|
+
}
|
|
38960
|
+
}
|
|
38961
|
+
},
|
|
38962
|
+
"additionalProperties": true
|
|
38963
|
+
},
|
|
38964
|
+
"outputSchema": {
|
|
38965
|
+
"type": "object",
|
|
38966
|
+
"properties": {
|
|
38967
|
+
"ok": {
|
|
38968
|
+
"type": "boolean"
|
|
38969
|
+
},
|
|
38970
|
+
"projectId": {
|
|
38971
|
+
"type": "string"
|
|
38972
|
+
},
|
|
38973
|
+
"knowledgeSpaceId": {
|
|
38974
|
+
"type": "string"
|
|
38975
|
+
},
|
|
38976
|
+
"readiness": {
|
|
38977
|
+
"type": "string"
|
|
38978
|
+
},
|
|
38979
|
+
"gaps": {
|
|
38980
|
+
"type": "array",
|
|
38981
|
+
"items": {
|
|
38982
|
+
"type": "object",
|
|
38983
|
+
"properties": {
|
|
38984
|
+
"id": {
|
|
38985
|
+
"type": "string"
|
|
38986
|
+
},
|
|
38987
|
+
"kind": {
|
|
38988
|
+
"type": "string"
|
|
38989
|
+
},
|
|
38990
|
+
"severity": {
|
|
38991
|
+
"type": "string"
|
|
38992
|
+
},
|
|
38993
|
+
"message": {
|
|
38994
|
+
"type": "string"
|
|
38995
|
+
},
|
|
38996
|
+
"question": {
|
|
38997
|
+
"type": "object",
|
|
38998
|
+
"properties": {
|
|
38999
|
+
"id": {
|
|
39000
|
+
"type": "string"
|
|
39001
|
+
},
|
|
39002
|
+
"prompt": {
|
|
39003
|
+
"type": "string"
|
|
39004
|
+
},
|
|
39005
|
+
"whyItMatters": {
|
|
39006
|
+
"type": "string"
|
|
39007
|
+
},
|
|
39008
|
+
"recommendedAnswer": {
|
|
39009
|
+
"type": "string"
|
|
39010
|
+
},
|
|
39011
|
+
"consequence": {
|
|
39012
|
+
"type": "string"
|
|
39013
|
+
},
|
|
39014
|
+
"status": {
|
|
39015
|
+
"type": "string"
|
|
39016
|
+
},
|
|
39017
|
+
"answer": {
|
|
39018
|
+
"type": "string"
|
|
39019
|
+
},
|
|
39020
|
+
"answeredAt": {
|
|
39021
|
+
"type": "number"
|
|
39022
|
+
},
|
|
39023
|
+
"metadata": {
|
|
39024
|
+
"type": "object",
|
|
39025
|
+
"additionalProperties": {
|
|
39026
|
+
"anyOf": [
|
|
39027
|
+
{
|
|
39028
|
+
"type": "string"
|
|
39029
|
+
},
|
|
39030
|
+
{
|
|
39031
|
+
"type": "number"
|
|
39032
|
+
},
|
|
39033
|
+
{
|
|
39034
|
+
"type": "boolean"
|
|
39035
|
+
},
|
|
39036
|
+
{
|
|
39037
|
+
"type": "null"
|
|
39038
|
+
},
|
|
39039
|
+
{
|
|
39040
|
+
"type": "object",
|
|
39041
|
+
"additionalProperties": {}
|
|
39042
|
+
},
|
|
39043
|
+
{
|
|
39044
|
+
"type": "array",
|
|
39045
|
+
"items": {}
|
|
39046
|
+
}
|
|
39047
|
+
]
|
|
39048
|
+
}
|
|
39049
|
+
}
|
|
39050
|
+
},
|
|
39051
|
+
"required": [
|
|
39052
|
+
"id",
|
|
39053
|
+
"prompt"
|
|
39054
|
+
],
|
|
39055
|
+
"additionalProperties": true
|
|
39056
|
+
},
|
|
39057
|
+
"relatedTaskIds": {
|
|
39058
|
+
"type": "array",
|
|
39059
|
+
"items": {
|
|
39060
|
+
"type": "string"
|
|
39061
|
+
}
|
|
39062
|
+
},
|
|
39063
|
+
"metadata": {
|
|
39064
|
+
"type": "object",
|
|
39065
|
+
"additionalProperties": {
|
|
39066
|
+
"anyOf": [
|
|
39067
|
+
{
|
|
39068
|
+
"type": "string"
|
|
39069
|
+
},
|
|
39070
|
+
{
|
|
39071
|
+
"type": "number"
|
|
39072
|
+
},
|
|
39073
|
+
{
|
|
39074
|
+
"type": "boolean"
|
|
39075
|
+
},
|
|
39076
|
+
{
|
|
39077
|
+
"type": "null"
|
|
39078
|
+
},
|
|
39079
|
+
{
|
|
39080
|
+
"type": "object",
|
|
39081
|
+
"additionalProperties": {}
|
|
39082
|
+
},
|
|
39083
|
+
{
|
|
39084
|
+
"type": "array",
|
|
39085
|
+
"items": {}
|
|
39086
|
+
}
|
|
39087
|
+
]
|
|
39088
|
+
}
|
|
39089
|
+
}
|
|
39090
|
+
},
|
|
39091
|
+
"required": [
|
|
39092
|
+
"id",
|
|
39093
|
+
"kind",
|
|
39094
|
+
"severity",
|
|
39095
|
+
"message"
|
|
39096
|
+
],
|
|
39097
|
+
"additionalProperties": true
|
|
39098
|
+
}
|
|
39099
|
+
},
|
|
39100
|
+
"nextQuestion": {
|
|
39101
|
+
"type": "object",
|
|
39102
|
+
"properties": {
|
|
39103
|
+
"id": {
|
|
39104
|
+
"type": "string"
|
|
39105
|
+
},
|
|
39106
|
+
"prompt": {
|
|
39107
|
+
"type": "string"
|
|
39108
|
+
},
|
|
39109
|
+
"whyItMatters": {
|
|
39110
|
+
"type": "string"
|
|
39111
|
+
},
|
|
39112
|
+
"recommendedAnswer": {
|
|
39113
|
+
"type": "string"
|
|
39114
|
+
},
|
|
39115
|
+
"consequence": {
|
|
39116
|
+
"type": "string"
|
|
39117
|
+
},
|
|
39118
|
+
"status": {
|
|
39119
|
+
"type": "string"
|
|
39120
|
+
},
|
|
39121
|
+
"answer": {
|
|
39122
|
+
"type": "string"
|
|
39123
|
+
},
|
|
39124
|
+
"answeredAt": {
|
|
39125
|
+
"type": "number"
|
|
39126
|
+
},
|
|
39127
|
+
"metadata": {
|
|
39128
|
+
"type": "object",
|
|
39129
|
+
"additionalProperties": {
|
|
39130
|
+
"anyOf": [
|
|
39131
|
+
{
|
|
39132
|
+
"type": "string"
|
|
39133
|
+
},
|
|
39134
|
+
{
|
|
39135
|
+
"type": "number"
|
|
39136
|
+
},
|
|
39137
|
+
{
|
|
39138
|
+
"type": "boolean"
|
|
39139
|
+
},
|
|
39140
|
+
{
|
|
39141
|
+
"type": "null"
|
|
39142
|
+
},
|
|
39143
|
+
{
|
|
39144
|
+
"type": "object",
|
|
39145
|
+
"additionalProperties": {}
|
|
39146
|
+
},
|
|
39147
|
+
{
|
|
39148
|
+
"type": "array",
|
|
39149
|
+
"items": {}
|
|
39150
|
+
}
|
|
39151
|
+
]
|
|
39152
|
+
}
|
|
39153
|
+
}
|
|
39154
|
+
},
|
|
39155
|
+
"required": [
|
|
39156
|
+
"id",
|
|
39157
|
+
"prompt"
|
|
39158
|
+
],
|
|
39159
|
+
"additionalProperties": true
|
|
39160
|
+
},
|
|
39161
|
+
"state": {
|
|
39162
|
+
"type": "object",
|
|
39163
|
+
"properties": {
|
|
39164
|
+
"id": {
|
|
39165
|
+
"type": "string"
|
|
39166
|
+
},
|
|
39167
|
+
"projectId": {
|
|
39168
|
+
"type": "string"
|
|
39169
|
+
},
|
|
39170
|
+
"knowledgeSpaceId": {
|
|
39171
|
+
"type": "string"
|
|
39172
|
+
},
|
|
39173
|
+
"goal": {
|
|
39174
|
+
"type": "string"
|
|
39175
|
+
},
|
|
39176
|
+
"scope": {
|
|
39177
|
+
"type": "string"
|
|
39178
|
+
},
|
|
39179
|
+
"knownContext": {
|
|
39180
|
+
"type": "array",
|
|
39181
|
+
"items": {
|
|
39182
|
+
"type": "string"
|
|
39183
|
+
}
|
|
39184
|
+
},
|
|
39185
|
+
"openQuestions": {
|
|
39186
|
+
"type": "array",
|
|
39187
|
+
"items": {
|
|
39188
|
+
"type": "object",
|
|
39189
|
+
"properties": {
|
|
39190
|
+
"id": {
|
|
39191
|
+
"type": "string"
|
|
39192
|
+
},
|
|
39193
|
+
"prompt": {
|
|
39194
|
+
"type": "string"
|
|
39195
|
+
},
|
|
39196
|
+
"whyItMatters": {
|
|
39197
|
+
"type": "string"
|
|
39198
|
+
},
|
|
39199
|
+
"recommendedAnswer": {
|
|
39200
|
+
"type": "string"
|
|
39201
|
+
},
|
|
39202
|
+
"consequence": {
|
|
39203
|
+
"type": "string"
|
|
39204
|
+
},
|
|
39205
|
+
"status": {
|
|
39206
|
+
"type": "string"
|
|
39207
|
+
},
|
|
39208
|
+
"answer": {
|
|
39209
|
+
"type": "string"
|
|
39210
|
+
},
|
|
39211
|
+
"answeredAt": {
|
|
39212
|
+
"type": "number"
|
|
39213
|
+
},
|
|
39214
|
+
"metadata": {
|
|
39215
|
+
"type": "object",
|
|
39216
|
+
"additionalProperties": {
|
|
39217
|
+
"anyOf": [
|
|
39218
|
+
{
|
|
39219
|
+
"type": "string"
|
|
39220
|
+
},
|
|
39221
|
+
{
|
|
39222
|
+
"type": "number"
|
|
39223
|
+
},
|
|
39224
|
+
{
|
|
39225
|
+
"type": "boolean"
|
|
39226
|
+
},
|
|
39227
|
+
{
|
|
39228
|
+
"type": "null"
|
|
39229
|
+
},
|
|
39230
|
+
{
|
|
39231
|
+
"type": "object",
|
|
39232
|
+
"additionalProperties": {}
|
|
39233
|
+
},
|
|
39234
|
+
{
|
|
39235
|
+
"type": "array",
|
|
39236
|
+
"items": {}
|
|
39237
|
+
}
|
|
39238
|
+
]
|
|
39239
|
+
}
|
|
39240
|
+
}
|
|
39241
|
+
},
|
|
39242
|
+
"required": [
|
|
39243
|
+
"id",
|
|
39244
|
+
"prompt"
|
|
39245
|
+
],
|
|
39246
|
+
"additionalProperties": true
|
|
39247
|
+
}
|
|
39248
|
+
},
|
|
39249
|
+
"answeredQuestions": {
|
|
39250
|
+
"type": "array",
|
|
39251
|
+
"items": {
|
|
39252
|
+
"type": "object",
|
|
39253
|
+
"properties": {
|
|
39254
|
+
"id": {
|
|
39255
|
+
"type": "string"
|
|
39256
|
+
},
|
|
39257
|
+
"prompt": {
|
|
39258
|
+
"type": "string"
|
|
39259
|
+
},
|
|
39260
|
+
"whyItMatters": {
|
|
39261
|
+
"type": "string"
|
|
39262
|
+
},
|
|
39263
|
+
"recommendedAnswer": {
|
|
39264
|
+
"type": "string"
|
|
39265
|
+
},
|
|
39266
|
+
"consequence": {
|
|
39267
|
+
"type": "string"
|
|
39268
|
+
},
|
|
39269
|
+
"status": {
|
|
39270
|
+
"type": "string"
|
|
39271
|
+
},
|
|
39272
|
+
"answer": {
|
|
39273
|
+
"type": "string"
|
|
39274
|
+
},
|
|
39275
|
+
"answeredAt": {
|
|
39276
|
+
"type": "number"
|
|
39277
|
+
},
|
|
39278
|
+
"metadata": {
|
|
39279
|
+
"type": "object",
|
|
39280
|
+
"additionalProperties": {
|
|
39281
|
+
"anyOf": [
|
|
39282
|
+
{
|
|
39283
|
+
"type": "string"
|
|
39284
|
+
},
|
|
39285
|
+
{
|
|
39286
|
+
"type": "number"
|
|
39287
|
+
},
|
|
39288
|
+
{
|
|
39289
|
+
"type": "boolean"
|
|
39290
|
+
},
|
|
39291
|
+
{
|
|
39292
|
+
"type": "null"
|
|
39293
|
+
},
|
|
39294
|
+
{
|
|
39295
|
+
"type": "object",
|
|
39296
|
+
"additionalProperties": {}
|
|
39297
|
+
},
|
|
39298
|
+
{
|
|
39299
|
+
"type": "array",
|
|
39300
|
+
"items": {}
|
|
39301
|
+
}
|
|
39302
|
+
]
|
|
39303
|
+
}
|
|
39304
|
+
}
|
|
39305
|
+
},
|
|
39306
|
+
"required": [
|
|
39307
|
+
"id",
|
|
39308
|
+
"prompt"
|
|
39309
|
+
],
|
|
39310
|
+
"additionalProperties": true
|
|
39311
|
+
}
|
|
39312
|
+
},
|
|
39313
|
+
"decisions": {
|
|
39314
|
+
"type": "array",
|
|
39315
|
+
"items": {
|
|
39316
|
+
"type": "object",
|
|
39317
|
+
"properties": {
|
|
39318
|
+
"id": {
|
|
39319
|
+
"type": "string"
|
|
39320
|
+
},
|
|
39321
|
+
"title": {
|
|
39322
|
+
"type": "string"
|
|
39323
|
+
},
|
|
39324
|
+
"context": {
|
|
39325
|
+
"type": "string"
|
|
39326
|
+
},
|
|
39327
|
+
"decision": {
|
|
39328
|
+
"type": "string"
|
|
39329
|
+
},
|
|
39330
|
+
"alternatives": {
|
|
39331
|
+
"type": "array",
|
|
39332
|
+
"items": {
|
|
39333
|
+
"type": "string"
|
|
39334
|
+
}
|
|
39335
|
+
},
|
|
39336
|
+
"reasoning": {
|
|
39337
|
+
"type": "string"
|
|
39338
|
+
},
|
|
39339
|
+
"consequences": {
|
|
39340
|
+
"type": "array",
|
|
39341
|
+
"items": {
|
|
39342
|
+
"type": "string"
|
|
39343
|
+
}
|
|
39344
|
+
},
|
|
39345
|
+
"status": {
|
|
39346
|
+
"type": "string"
|
|
39347
|
+
},
|
|
39348
|
+
"createdAt": {
|
|
39349
|
+
"type": "number"
|
|
39350
|
+
},
|
|
39351
|
+
"updatedAt": {
|
|
39352
|
+
"type": "number"
|
|
39353
|
+
},
|
|
39354
|
+
"metadata": {
|
|
39355
|
+
"type": "object",
|
|
39356
|
+
"additionalProperties": {
|
|
39357
|
+
"anyOf": [
|
|
39358
|
+
{
|
|
39359
|
+
"type": "string"
|
|
39360
|
+
},
|
|
39361
|
+
{
|
|
39362
|
+
"type": "number"
|
|
39363
|
+
},
|
|
39364
|
+
{
|
|
39365
|
+
"type": "boolean"
|
|
39366
|
+
},
|
|
39367
|
+
{
|
|
39368
|
+
"type": "null"
|
|
39369
|
+
},
|
|
39370
|
+
{
|
|
39371
|
+
"type": "object",
|
|
39372
|
+
"additionalProperties": {}
|
|
39373
|
+
},
|
|
39374
|
+
{
|
|
39375
|
+
"type": "array",
|
|
39376
|
+
"items": {}
|
|
39377
|
+
}
|
|
39378
|
+
]
|
|
39379
|
+
}
|
|
39380
|
+
}
|
|
39381
|
+
},
|
|
39382
|
+
"required": [
|
|
39383
|
+
"id",
|
|
39384
|
+
"title",
|
|
39385
|
+
"decision"
|
|
39386
|
+
],
|
|
39387
|
+
"additionalProperties": true
|
|
39388
|
+
}
|
|
39389
|
+
},
|
|
39390
|
+
"assumptions": {
|
|
39391
|
+
"type": "array",
|
|
39392
|
+
"items": {
|
|
39393
|
+
"type": "string"
|
|
39394
|
+
}
|
|
39395
|
+
},
|
|
39396
|
+
"constraints": {
|
|
39397
|
+
"type": "array",
|
|
39398
|
+
"items": {
|
|
39399
|
+
"type": "string"
|
|
39400
|
+
}
|
|
39401
|
+
},
|
|
39402
|
+
"risks": {
|
|
39403
|
+
"type": "array",
|
|
39404
|
+
"items": {
|
|
39405
|
+
"type": "string"
|
|
39406
|
+
}
|
|
39407
|
+
},
|
|
39408
|
+
"tasks": {
|
|
39409
|
+
"type": "array",
|
|
39410
|
+
"items": {
|
|
39411
|
+
"type": "object",
|
|
39412
|
+
"properties": {
|
|
39413
|
+
"id": {
|
|
39414
|
+
"type": "string"
|
|
39415
|
+
},
|
|
39416
|
+
"title": {
|
|
39417
|
+
"type": "string"
|
|
39418
|
+
},
|
|
39419
|
+
"why": {
|
|
39420
|
+
"type": "string"
|
|
39421
|
+
},
|
|
39422
|
+
"status": {
|
|
39423
|
+
"type": "string"
|
|
39424
|
+
},
|
|
39425
|
+
"dependencies": {
|
|
39426
|
+
"type": "array",
|
|
39427
|
+
"items": {
|
|
39428
|
+
"type": "string"
|
|
39429
|
+
}
|
|
39430
|
+
},
|
|
39431
|
+
"likelyFiles": {
|
|
39432
|
+
"type": "array",
|
|
39433
|
+
"items": {
|
|
39434
|
+
"type": "string"
|
|
39435
|
+
}
|
|
39436
|
+
},
|
|
39437
|
+
"verification": {
|
|
39438
|
+
"type": "array",
|
|
39439
|
+
"items": {
|
|
39440
|
+
"type": "string"
|
|
39441
|
+
}
|
|
39442
|
+
},
|
|
39443
|
+
"canRunConcurrently": {
|
|
39444
|
+
"type": "boolean"
|
|
39445
|
+
},
|
|
39446
|
+
"needsReview": {
|
|
39447
|
+
"type": "boolean"
|
|
39448
|
+
},
|
|
39449
|
+
"blockedOnUserInput": {
|
|
39450
|
+
"type": "boolean"
|
|
39451
|
+
},
|
|
39452
|
+
"recommendedAgent": {
|
|
39453
|
+
"type": "string"
|
|
39454
|
+
},
|
|
39455
|
+
"metadata": {
|
|
39456
|
+
"type": "object",
|
|
39457
|
+
"additionalProperties": {
|
|
39458
|
+
"anyOf": [
|
|
39459
|
+
{
|
|
39460
|
+
"type": "string"
|
|
39461
|
+
},
|
|
39462
|
+
{
|
|
39463
|
+
"type": "number"
|
|
39464
|
+
},
|
|
39465
|
+
{
|
|
39466
|
+
"type": "boolean"
|
|
39467
|
+
},
|
|
39468
|
+
{
|
|
39469
|
+
"type": "null"
|
|
39470
|
+
},
|
|
39471
|
+
{
|
|
39472
|
+
"type": "object",
|
|
39473
|
+
"additionalProperties": {}
|
|
39474
|
+
},
|
|
39475
|
+
{
|
|
39476
|
+
"type": "array",
|
|
39477
|
+
"items": {}
|
|
39478
|
+
}
|
|
39479
|
+
]
|
|
39480
|
+
}
|
|
39481
|
+
}
|
|
39482
|
+
},
|
|
39483
|
+
"required": [
|
|
39484
|
+
"id",
|
|
39485
|
+
"title"
|
|
39486
|
+
],
|
|
39487
|
+
"additionalProperties": true
|
|
39488
|
+
}
|
|
39489
|
+
},
|
|
39490
|
+
"dependencies": {
|
|
39491
|
+
"type": "array",
|
|
39492
|
+
"items": {
|
|
39493
|
+
"anyOf": [
|
|
39494
|
+
{
|
|
39495
|
+
"type": "string"
|
|
39496
|
+
},
|
|
39497
|
+
{
|
|
39498
|
+
"type": "number"
|
|
39499
|
+
},
|
|
39500
|
+
{
|
|
39501
|
+
"type": "boolean"
|
|
39502
|
+
},
|
|
39503
|
+
{
|
|
39504
|
+
"type": "null"
|
|
39505
|
+
},
|
|
39506
|
+
{
|
|
39507
|
+
"type": "object",
|
|
39508
|
+
"additionalProperties": {}
|
|
39509
|
+
},
|
|
39510
|
+
{}
|
|
39511
|
+
]
|
|
39512
|
+
}
|
|
39513
|
+
},
|
|
39514
|
+
"verificationGates": {
|
|
39515
|
+
"type": "array",
|
|
39516
|
+
"items": {
|
|
39517
|
+
"anyOf": [
|
|
39518
|
+
{
|
|
39519
|
+
"type": "string"
|
|
39520
|
+
},
|
|
39521
|
+
{
|
|
39522
|
+
"type": "number"
|
|
39523
|
+
},
|
|
39524
|
+
{
|
|
39525
|
+
"type": "boolean"
|
|
39526
|
+
},
|
|
39527
|
+
{
|
|
39528
|
+
"type": "null"
|
|
39529
|
+
},
|
|
39530
|
+
{
|
|
39531
|
+
"type": "object",
|
|
39532
|
+
"additionalProperties": {}
|
|
39533
|
+
},
|
|
39534
|
+
{}
|
|
39535
|
+
]
|
|
39536
|
+
}
|
|
39537
|
+
},
|
|
39538
|
+
"agentAssignments": {
|
|
39539
|
+
"type": "array",
|
|
39540
|
+
"items": {
|
|
39541
|
+
"anyOf": [
|
|
39542
|
+
{
|
|
39543
|
+
"type": "string"
|
|
39544
|
+
},
|
|
39545
|
+
{
|
|
39546
|
+
"type": "number"
|
|
39547
|
+
},
|
|
39548
|
+
{
|
|
39549
|
+
"type": "boolean"
|
|
39550
|
+
},
|
|
39551
|
+
{
|
|
39552
|
+
"type": "null"
|
|
39553
|
+
},
|
|
39554
|
+
{
|
|
39555
|
+
"type": "object",
|
|
39556
|
+
"additionalProperties": {}
|
|
39557
|
+
},
|
|
39558
|
+
{}
|
|
39559
|
+
]
|
|
39560
|
+
}
|
|
39561
|
+
},
|
|
39562
|
+
"readiness": {
|
|
39563
|
+
"type": "string"
|
|
39564
|
+
},
|
|
39565
|
+
"executionApproved": {
|
|
39566
|
+
"type": "boolean"
|
|
39567
|
+
},
|
|
39568
|
+
"createdAt": {
|
|
39569
|
+
"type": "number"
|
|
39570
|
+
},
|
|
39571
|
+
"updatedAt": {
|
|
39572
|
+
"type": "number"
|
|
39573
|
+
},
|
|
39574
|
+
"metadata": {
|
|
39575
|
+
"type": "object",
|
|
39576
|
+
"additionalProperties": {
|
|
39577
|
+
"anyOf": [
|
|
39578
|
+
{
|
|
39579
|
+
"type": "string"
|
|
39580
|
+
},
|
|
39581
|
+
{
|
|
39582
|
+
"type": "number"
|
|
39583
|
+
},
|
|
39584
|
+
{
|
|
39585
|
+
"type": "boolean"
|
|
39586
|
+
},
|
|
39587
|
+
{
|
|
39588
|
+
"type": "null"
|
|
39589
|
+
},
|
|
39590
|
+
{
|
|
39591
|
+
"type": "object",
|
|
39592
|
+
"additionalProperties": {}
|
|
39593
|
+
},
|
|
39594
|
+
{
|
|
39595
|
+
"type": "array",
|
|
39596
|
+
"items": {}
|
|
39597
|
+
}
|
|
39598
|
+
]
|
|
39599
|
+
}
|
|
39600
|
+
}
|
|
39601
|
+
},
|
|
39602
|
+
"required": [
|
|
39603
|
+
"id",
|
|
39604
|
+
"projectId",
|
|
39605
|
+
"knowledgeSpaceId",
|
|
39606
|
+
"goal",
|
|
39607
|
+
"knownContext",
|
|
39608
|
+
"openQuestions",
|
|
39609
|
+
"answeredQuestions",
|
|
39610
|
+
"decisions",
|
|
39611
|
+
"assumptions",
|
|
39612
|
+
"constraints",
|
|
39613
|
+
"risks",
|
|
39614
|
+
"tasks",
|
|
39615
|
+
"dependencies",
|
|
39616
|
+
"verificationGates",
|
|
39617
|
+
"agentAssignments",
|
|
39618
|
+
"readiness",
|
|
39619
|
+
"executionApproved",
|
|
39620
|
+
"createdAt",
|
|
39621
|
+
"updatedAt"
|
|
39622
|
+
],
|
|
39623
|
+
"additionalProperties": true
|
|
39624
|
+
}
|
|
39625
|
+
},
|
|
39626
|
+
"required": [
|
|
39627
|
+
"ok",
|
|
39628
|
+
"projectId",
|
|
39629
|
+
"knowledgeSpaceId",
|
|
39630
|
+
"readiness",
|
|
39631
|
+
"gaps",
|
|
39632
|
+
"state"
|
|
39633
|
+
],
|
|
39634
|
+
"additionalProperties": true
|
|
39635
|
+
},
|
|
39636
|
+
"invokable": true
|
|
39637
|
+
},
|
|
39638
|
+
{
|
|
39639
|
+
"id": "projectPlanning.language.get",
|
|
39640
|
+
"title": "Get Project Language",
|
|
39641
|
+
"description": "Return canonical project vocabulary and resolved ambiguity records from the project knowledge space.",
|
|
39642
|
+
"category": "knowledge",
|
|
39643
|
+
"source": "builtin",
|
|
39644
|
+
"access": "authenticated",
|
|
39645
|
+
"transport": [
|
|
39646
|
+
"http",
|
|
39647
|
+
"ws"
|
|
39648
|
+
],
|
|
39649
|
+
"scopes": [
|
|
39650
|
+
"read:knowledge"
|
|
39651
|
+
],
|
|
39652
|
+
"http": {
|
|
39653
|
+
"method": "GET",
|
|
39654
|
+
"path": "/api/projects/planning/language"
|
|
39655
|
+
},
|
|
39656
|
+
"inputSchema": {
|
|
39657
|
+
"type": "object",
|
|
39658
|
+
"properties": {
|
|
39659
|
+
"projectId": {
|
|
39660
|
+
"type": "string"
|
|
39661
|
+
},
|
|
39662
|
+
"knowledgeSpaceId": {
|
|
39663
|
+
"type": "string"
|
|
39664
|
+
}
|
|
39665
|
+
},
|
|
39666
|
+
"additionalProperties": true
|
|
39667
|
+
},
|
|
39668
|
+
"outputSchema": {
|
|
39669
|
+
"type": "object",
|
|
39670
|
+
"properties": {
|
|
39671
|
+
"ok": {
|
|
39672
|
+
"type": "boolean"
|
|
39673
|
+
},
|
|
39674
|
+
"projectId": {
|
|
39675
|
+
"type": "string"
|
|
39676
|
+
},
|
|
39677
|
+
"knowledgeSpaceId": {
|
|
39678
|
+
"type": "string"
|
|
39679
|
+
},
|
|
39680
|
+
"language": {
|
|
39681
|
+
"anyOf": [
|
|
39682
|
+
{
|
|
39683
|
+
"type": "object",
|
|
39684
|
+
"properties": {
|
|
39685
|
+
"projectId": {
|
|
39686
|
+
"type": "string"
|
|
39687
|
+
},
|
|
39688
|
+
"knowledgeSpaceId": {
|
|
39689
|
+
"type": "string"
|
|
39690
|
+
},
|
|
39691
|
+
"terms": {
|
|
39692
|
+
"type": "array",
|
|
39693
|
+
"items": {
|
|
39694
|
+
"anyOf": [
|
|
39695
|
+
{
|
|
39696
|
+
"type": "string"
|
|
39697
|
+
},
|
|
39698
|
+
{
|
|
39699
|
+
"type": "number"
|
|
39700
|
+
},
|
|
39701
|
+
{
|
|
39702
|
+
"type": "boolean"
|
|
39703
|
+
},
|
|
39704
|
+
{
|
|
39705
|
+
"type": "null"
|
|
39706
|
+
},
|
|
39707
|
+
{
|
|
39708
|
+
"type": "object",
|
|
39709
|
+
"additionalProperties": {}
|
|
39710
|
+
},
|
|
39711
|
+
{}
|
|
39712
|
+
]
|
|
39713
|
+
}
|
|
39714
|
+
},
|
|
39715
|
+
"ambiguities": {
|
|
39716
|
+
"type": "array",
|
|
39717
|
+
"items": {
|
|
39718
|
+
"anyOf": [
|
|
39719
|
+
{
|
|
39720
|
+
"type": "string"
|
|
39721
|
+
},
|
|
39722
|
+
{
|
|
39723
|
+
"type": "number"
|
|
39724
|
+
},
|
|
39725
|
+
{
|
|
39726
|
+
"type": "boolean"
|
|
39727
|
+
},
|
|
39728
|
+
{
|
|
39729
|
+
"type": "null"
|
|
39730
|
+
},
|
|
39731
|
+
{
|
|
39732
|
+
"type": "object",
|
|
39733
|
+
"additionalProperties": {}
|
|
39734
|
+
},
|
|
39735
|
+
{}
|
|
39736
|
+
]
|
|
39737
|
+
}
|
|
39738
|
+
},
|
|
39739
|
+
"examples": {
|
|
39740
|
+
"type": "array",
|
|
39741
|
+
"items": {
|
|
39742
|
+
"type": "string"
|
|
39743
|
+
}
|
|
39744
|
+
},
|
|
39745
|
+
"updatedAt": {
|
|
39746
|
+
"type": "number"
|
|
39747
|
+
},
|
|
39748
|
+
"metadata": {
|
|
39749
|
+
"type": "object",
|
|
39750
|
+
"additionalProperties": {
|
|
39751
|
+
"anyOf": [
|
|
39752
|
+
{
|
|
39753
|
+
"type": "string"
|
|
39754
|
+
},
|
|
39755
|
+
{
|
|
39756
|
+
"type": "number"
|
|
39757
|
+
},
|
|
39758
|
+
{
|
|
39759
|
+
"type": "boolean"
|
|
39760
|
+
},
|
|
39761
|
+
{
|
|
39762
|
+
"type": "null"
|
|
39763
|
+
},
|
|
39764
|
+
{
|
|
39765
|
+
"type": "object",
|
|
39766
|
+
"additionalProperties": {}
|
|
39767
|
+
},
|
|
39768
|
+
{
|
|
39769
|
+
"type": "array",
|
|
39770
|
+
"items": {}
|
|
39771
|
+
}
|
|
39772
|
+
]
|
|
39773
|
+
}
|
|
39774
|
+
}
|
|
39775
|
+
},
|
|
39776
|
+
"required": [
|
|
39777
|
+
"projectId",
|
|
39778
|
+
"knowledgeSpaceId",
|
|
39779
|
+
"terms",
|
|
39780
|
+
"ambiguities",
|
|
39781
|
+
"updatedAt"
|
|
39782
|
+
],
|
|
39783
|
+
"additionalProperties": true
|
|
39784
|
+
},
|
|
39785
|
+
{
|
|
39786
|
+
"type": "null"
|
|
39787
|
+
}
|
|
39788
|
+
]
|
|
39789
|
+
},
|
|
39790
|
+
"source": {
|
|
39791
|
+
"type": "object",
|
|
39792
|
+
"properties": {
|
|
39793
|
+
"id": {
|
|
39794
|
+
"type": "string"
|
|
39795
|
+
},
|
|
39796
|
+
"connectorId": {
|
|
39797
|
+
"type": "string"
|
|
39798
|
+
},
|
|
39799
|
+
"sourceType": {
|
|
39800
|
+
"type": "string",
|
|
39801
|
+
"enum": [
|
|
39802
|
+
"url",
|
|
39803
|
+
"bookmark",
|
|
39804
|
+
"bookmark-list",
|
|
39805
|
+
"history",
|
|
39806
|
+
"document",
|
|
39807
|
+
"repo",
|
|
39808
|
+
"dataset",
|
|
39809
|
+
"image",
|
|
39810
|
+
"manual",
|
|
39811
|
+
"other"
|
|
39812
|
+
]
|
|
39813
|
+
},
|
|
39814
|
+
"title": {
|
|
39815
|
+
"type": "string"
|
|
39816
|
+
},
|
|
39817
|
+
"sourceUri": {
|
|
39818
|
+
"type": "string"
|
|
39819
|
+
},
|
|
39820
|
+
"canonicalUri": {
|
|
39821
|
+
"type": "string"
|
|
39822
|
+
},
|
|
39823
|
+
"summary": {
|
|
39824
|
+
"type": "string"
|
|
39825
|
+
},
|
|
39826
|
+
"description": {
|
|
39827
|
+
"type": "string"
|
|
39828
|
+
},
|
|
39829
|
+
"tags": {
|
|
39830
|
+
"type": "array",
|
|
39831
|
+
"items": {
|
|
39832
|
+
"type": "string"
|
|
39833
|
+
}
|
|
39834
|
+
},
|
|
39835
|
+
"folderPath": {
|
|
39836
|
+
"type": "string"
|
|
39837
|
+
},
|
|
39838
|
+
"status": {
|
|
39839
|
+
"type": "string"
|
|
39840
|
+
},
|
|
39841
|
+
"artifactId": {
|
|
39842
|
+
"type": "string"
|
|
39843
|
+
},
|
|
39844
|
+
"contentHash": {
|
|
39845
|
+
"type": "string"
|
|
39846
|
+
},
|
|
39847
|
+
"lastCrawledAt": {
|
|
39848
|
+
"type": "number"
|
|
39849
|
+
},
|
|
39850
|
+
"crawlError": {
|
|
39851
|
+
"type": "string"
|
|
39852
|
+
},
|
|
39853
|
+
"sessionId": {
|
|
39854
|
+
"type": "string"
|
|
39855
|
+
},
|
|
39856
|
+
"metadata": {
|
|
39857
|
+
"type": "object",
|
|
39858
|
+
"additionalProperties": {
|
|
39859
|
+
"anyOf": [
|
|
39860
|
+
{
|
|
39861
|
+
"type": "string"
|
|
39862
|
+
},
|
|
39863
|
+
{
|
|
39864
|
+
"type": "number"
|
|
39865
|
+
},
|
|
39866
|
+
{
|
|
39867
|
+
"type": "boolean"
|
|
39868
|
+
},
|
|
39869
|
+
{
|
|
39870
|
+
"type": "null"
|
|
39871
|
+
},
|
|
39872
|
+
{
|
|
39873
|
+
"type": "object",
|
|
39874
|
+
"additionalProperties": {}
|
|
39875
|
+
},
|
|
39876
|
+
{
|
|
39877
|
+
"type": "array",
|
|
39878
|
+
"items": {}
|
|
39879
|
+
}
|
|
39880
|
+
]
|
|
39881
|
+
}
|
|
39882
|
+
},
|
|
39883
|
+
"createdAt": {
|
|
39884
|
+
"type": "number"
|
|
39885
|
+
},
|
|
39886
|
+
"updatedAt": {
|
|
39887
|
+
"type": "number"
|
|
39888
|
+
}
|
|
39889
|
+
},
|
|
39890
|
+
"required": [
|
|
39891
|
+
"id",
|
|
39892
|
+
"connectorId",
|
|
39893
|
+
"sourceType",
|
|
39894
|
+
"tags",
|
|
39895
|
+
"status",
|
|
39896
|
+
"metadata",
|
|
39897
|
+
"createdAt",
|
|
39898
|
+
"updatedAt"
|
|
39899
|
+
],
|
|
39900
|
+
"additionalProperties": true
|
|
39901
|
+
}
|
|
39902
|
+
},
|
|
39903
|
+
"required": [
|
|
39904
|
+
"ok",
|
|
39905
|
+
"projectId",
|
|
39906
|
+
"knowledgeSpaceId"
|
|
39907
|
+
],
|
|
39908
|
+
"additionalProperties": true
|
|
39909
|
+
},
|
|
39910
|
+
"invokable": true
|
|
39911
|
+
},
|
|
39912
|
+
{
|
|
39913
|
+
"id": "projectPlanning.language.upsert",
|
|
39914
|
+
"title": "Upsert Project Language",
|
|
39915
|
+
"description": "Persist project vocabulary and ambiguity-resolution records without changing any live daemon session behavior.",
|
|
39916
|
+
"category": "knowledge",
|
|
39917
|
+
"source": "builtin",
|
|
39918
|
+
"access": "admin",
|
|
39919
|
+
"transport": [
|
|
39920
|
+
"http",
|
|
39921
|
+
"ws"
|
|
39922
|
+
],
|
|
39923
|
+
"scopes": [
|
|
39924
|
+
"write:knowledge"
|
|
39925
|
+
],
|
|
39926
|
+
"http": {
|
|
39927
|
+
"method": "POST",
|
|
39928
|
+
"path": "/api/projects/planning/language"
|
|
39929
|
+
},
|
|
39930
|
+
"inputSchema": {
|
|
39931
|
+
"type": "object",
|
|
39932
|
+
"properties": {
|
|
39933
|
+
"projectId": {
|
|
39934
|
+
"type": "string"
|
|
39935
|
+
},
|
|
39936
|
+
"knowledgeSpaceId": {
|
|
39937
|
+
"type": "string"
|
|
39938
|
+
},
|
|
39939
|
+
"language": {
|
|
39940
|
+
"type": "object",
|
|
39941
|
+
"additionalProperties": {
|
|
39942
|
+
"anyOf": [
|
|
39943
|
+
{
|
|
39944
|
+
"type": "string"
|
|
39945
|
+
},
|
|
39946
|
+
{
|
|
39947
|
+
"type": "number"
|
|
39948
|
+
},
|
|
39949
|
+
{
|
|
39950
|
+
"type": "boolean"
|
|
39951
|
+
},
|
|
39952
|
+
{
|
|
39953
|
+
"type": "null"
|
|
39954
|
+
},
|
|
39955
|
+
{
|
|
39956
|
+
"type": "object",
|
|
39957
|
+
"additionalProperties": {}
|
|
39958
|
+
},
|
|
39959
|
+
{
|
|
39960
|
+
"type": "array",
|
|
39961
|
+
"items": {}
|
|
39962
|
+
}
|
|
39963
|
+
]
|
|
39964
|
+
}
|
|
39965
|
+
}
|
|
39966
|
+
},
|
|
39967
|
+
"required": [
|
|
39968
|
+
"language"
|
|
39969
|
+
],
|
|
39970
|
+
"additionalProperties": true
|
|
39971
|
+
},
|
|
39972
|
+
"outputSchema": {
|
|
39973
|
+
"type": "object",
|
|
39974
|
+
"properties": {
|
|
39975
|
+
"ok": {
|
|
39976
|
+
"type": "boolean"
|
|
39977
|
+
},
|
|
39978
|
+
"projectId": {
|
|
39979
|
+
"type": "string"
|
|
39980
|
+
},
|
|
39981
|
+
"knowledgeSpaceId": {
|
|
39982
|
+
"type": "string"
|
|
39983
|
+
},
|
|
39984
|
+
"language": {
|
|
39985
|
+
"anyOf": [
|
|
39986
|
+
{
|
|
39987
|
+
"type": "object",
|
|
39988
|
+
"properties": {
|
|
39989
|
+
"projectId": {
|
|
39990
|
+
"type": "string"
|
|
39991
|
+
},
|
|
39992
|
+
"knowledgeSpaceId": {
|
|
39993
|
+
"type": "string"
|
|
39994
|
+
},
|
|
39995
|
+
"terms": {
|
|
39996
|
+
"type": "array",
|
|
39997
|
+
"items": {
|
|
39998
|
+
"anyOf": [
|
|
39999
|
+
{
|
|
40000
|
+
"type": "string"
|
|
40001
|
+
},
|
|
40002
|
+
{
|
|
40003
|
+
"type": "number"
|
|
40004
|
+
},
|
|
40005
|
+
{
|
|
40006
|
+
"type": "boolean"
|
|
40007
|
+
},
|
|
40008
|
+
{
|
|
40009
|
+
"type": "null"
|
|
40010
|
+
},
|
|
40011
|
+
{
|
|
40012
|
+
"type": "object",
|
|
40013
|
+
"additionalProperties": {}
|
|
40014
|
+
},
|
|
40015
|
+
{}
|
|
40016
|
+
]
|
|
40017
|
+
}
|
|
40018
|
+
},
|
|
40019
|
+
"ambiguities": {
|
|
40020
|
+
"type": "array",
|
|
40021
|
+
"items": {
|
|
40022
|
+
"anyOf": [
|
|
40023
|
+
{
|
|
40024
|
+
"type": "string"
|
|
40025
|
+
},
|
|
40026
|
+
{
|
|
40027
|
+
"type": "number"
|
|
40028
|
+
},
|
|
40029
|
+
{
|
|
40030
|
+
"type": "boolean"
|
|
40031
|
+
},
|
|
40032
|
+
{
|
|
40033
|
+
"type": "null"
|
|
40034
|
+
},
|
|
40035
|
+
{
|
|
40036
|
+
"type": "object",
|
|
40037
|
+
"additionalProperties": {}
|
|
40038
|
+
},
|
|
40039
|
+
{}
|
|
40040
|
+
]
|
|
40041
|
+
}
|
|
40042
|
+
},
|
|
40043
|
+
"examples": {
|
|
40044
|
+
"type": "array",
|
|
40045
|
+
"items": {
|
|
40046
|
+
"type": "string"
|
|
40047
|
+
}
|
|
40048
|
+
},
|
|
40049
|
+
"updatedAt": {
|
|
40050
|
+
"type": "number"
|
|
40051
|
+
},
|
|
40052
|
+
"metadata": {
|
|
40053
|
+
"type": "object",
|
|
40054
|
+
"additionalProperties": {
|
|
40055
|
+
"anyOf": [
|
|
40056
|
+
{
|
|
40057
|
+
"type": "string"
|
|
40058
|
+
},
|
|
40059
|
+
{
|
|
40060
|
+
"type": "number"
|
|
40061
|
+
},
|
|
40062
|
+
{
|
|
40063
|
+
"type": "boolean"
|
|
40064
|
+
},
|
|
40065
|
+
{
|
|
40066
|
+
"type": "null"
|
|
40067
|
+
},
|
|
40068
|
+
{
|
|
40069
|
+
"type": "object",
|
|
40070
|
+
"additionalProperties": {}
|
|
40071
|
+
},
|
|
40072
|
+
{
|
|
40073
|
+
"type": "array",
|
|
40074
|
+
"items": {}
|
|
40075
|
+
}
|
|
40076
|
+
]
|
|
40077
|
+
}
|
|
40078
|
+
}
|
|
40079
|
+
},
|
|
40080
|
+
"required": [
|
|
40081
|
+
"projectId",
|
|
40082
|
+
"knowledgeSpaceId",
|
|
40083
|
+
"terms",
|
|
40084
|
+
"ambiguities",
|
|
40085
|
+
"updatedAt"
|
|
40086
|
+
],
|
|
40087
|
+
"additionalProperties": true
|
|
40088
|
+
},
|
|
40089
|
+
{
|
|
40090
|
+
"type": "null"
|
|
40091
|
+
}
|
|
40092
|
+
]
|
|
40093
|
+
},
|
|
40094
|
+
"source": {
|
|
40095
|
+
"type": "object",
|
|
40096
|
+
"properties": {
|
|
40097
|
+
"id": {
|
|
40098
|
+
"type": "string"
|
|
40099
|
+
},
|
|
40100
|
+
"connectorId": {
|
|
40101
|
+
"type": "string"
|
|
40102
|
+
},
|
|
40103
|
+
"sourceType": {
|
|
40104
|
+
"type": "string",
|
|
40105
|
+
"enum": [
|
|
40106
|
+
"url",
|
|
40107
|
+
"bookmark",
|
|
40108
|
+
"bookmark-list",
|
|
40109
|
+
"history",
|
|
40110
|
+
"document",
|
|
40111
|
+
"repo",
|
|
40112
|
+
"dataset",
|
|
40113
|
+
"image",
|
|
40114
|
+
"manual",
|
|
40115
|
+
"other"
|
|
40116
|
+
]
|
|
40117
|
+
},
|
|
40118
|
+
"title": {
|
|
40119
|
+
"type": "string"
|
|
40120
|
+
},
|
|
40121
|
+
"sourceUri": {
|
|
40122
|
+
"type": "string"
|
|
40123
|
+
},
|
|
40124
|
+
"canonicalUri": {
|
|
40125
|
+
"type": "string"
|
|
40126
|
+
},
|
|
40127
|
+
"summary": {
|
|
40128
|
+
"type": "string"
|
|
40129
|
+
},
|
|
40130
|
+
"description": {
|
|
40131
|
+
"type": "string"
|
|
40132
|
+
},
|
|
40133
|
+
"tags": {
|
|
40134
|
+
"type": "array",
|
|
40135
|
+
"items": {
|
|
40136
|
+
"type": "string"
|
|
40137
|
+
}
|
|
40138
|
+
},
|
|
40139
|
+
"folderPath": {
|
|
40140
|
+
"type": "string"
|
|
40141
|
+
},
|
|
40142
|
+
"status": {
|
|
40143
|
+
"type": "string"
|
|
40144
|
+
},
|
|
40145
|
+
"artifactId": {
|
|
40146
|
+
"type": "string"
|
|
40147
|
+
},
|
|
40148
|
+
"contentHash": {
|
|
40149
|
+
"type": "string"
|
|
40150
|
+
},
|
|
40151
|
+
"lastCrawledAt": {
|
|
40152
|
+
"type": "number"
|
|
40153
|
+
},
|
|
40154
|
+
"crawlError": {
|
|
40155
|
+
"type": "string"
|
|
40156
|
+
},
|
|
40157
|
+
"sessionId": {
|
|
40158
|
+
"type": "string"
|
|
40159
|
+
},
|
|
40160
|
+
"metadata": {
|
|
40161
|
+
"type": "object",
|
|
40162
|
+
"additionalProperties": {
|
|
40163
|
+
"anyOf": [
|
|
40164
|
+
{
|
|
40165
|
+
"type": "string"
|
|
40166
|
+
},
|
|
40167
|
+
{
|
|
40168
|
+
"type": "number"
|
|
40169
|
+
},
|
|
40170
|
+
{
|
|
40171
|
+
"type": "boolean"
|
|
40172
|
+
},
|
|
40173
|
+
{
|
|
40174
|
+
"type": "null"
|
|
40175
|
+
},
|
|
40176
|
+
{
|
|
40177
|
+
"type": "object",
|
|
40178
|
+
"additionalProperties": {}
|
|
40179
|
+
},
|
|
40180
|
+
{
|
|
40181
|
+
"type": "array",
|
|
40182
|
+
"items": {}
|
|
40183
|
+
}
|
|
40184
|
+
]
|
|
40185
|
+
}
|
|
40186
|
+
},
|
|
40187
|
+
"createdAt": {
|
|
40188
|
+
"type": "number"
|
|
40189
|
+
},
|
|
40190
|
+
"updatedAt": {
|
|
40191
|
+
"type": "number"
|
|
40192
|
+
}
|
|
40193
|
+
},
|
|
40194
|
+
"required": [
|
|
40195
|
+
"id",
|
|
40196
|
+
"connectorId",
|
|
40197
|
+
"sourceType",
|
|
40198
|
+
"tags",
|
|
40199
|
+
"status",
|
|
40200
|
+
"metadata",
|
|
40201
|
+
"createdAt",
|
|
40202
|
+
"updatedAt"
|
|
40203
|
+
],
|
|
40204
|
+
"additionalProperties": true
|
|
40205
|
+
}
|
|
40206
|
+
},
|
|
40207
|
+
"required": [
|
|
40208
|
+
"ok",
|
|
40209
|
+
"projectId",
|
|
40210
|
+
"knowledgeSpaceId"
|
|
40211
|
+
],
|
|
40212
|
+
"additionalProperties": true
|
|
40213
|
+
},
|
|
40214
|
+
"invokable": true
|
|
40215
|
+
},
|
|
40216
|
+
{
|
|
40217
|
+
"id": "projectPlanning.state.get",
|
|
40218
|
+
"title": "Get Project Planning State",
|
|
40219
|
+
"description": "Return the current project-scoped planning state artifact. The TUI owns the active conversation loop.",
|
|
40220
|
+
"category": "knowledge",
|
|
40221
|
+
"source": "builtin",
|
|
40222
|
+
"access": "authenticated",
|
|
40223
|
+
"transport": [
|
|
40224
|
+
"http",
|
|
40225
|
+
"ws"
|
|
40226
|
+
],
|
|
40227
|
+
"scopes": [
|
|
40228
|
+
"read:knowledge"
|
|
40229
|
+
],
|
|
40230
|
+
"http": {
|
|
40231
|
+
"method": "GET",
|
|
40232
|
+
"path": "/api/projects/planning/state"
|
|
40233
|
+
},
|
|
40234
|
+
"inputSchema": {
|
|
40235
|
+
"type": "object",
|
|
40236
|
+
"properties": {
|
|
40237
|
+
"projectId": {
|
|
40238
|
+
"type": "string"
|
|
40239
|
+
},
|
|
40240
|
+
"knowledgeSpaceId": {
|
|
40241
|
+
"type": "string"
|
|
40242
|
+
},
|
|
40243
|
+
"planningId": {
|
|
40244
|
+
"type": "string"
|
|
40245
|
+
}
|
|
40246
|
+
},
|
|
40247
|
+
"additionalProperties": false
|
|
40248
|
+
},
|
|
40249
|
+
"outputSchema": {
|
|
40250
|
+
"type": "object",
|
|
40251
|
+
"properties": {
|
|
40252
|
+
"ok": {
|
|
40253
|
+
"type": "boolean"
|
|
40254
|
+
},
|
|
40255
|
+
"projectId": {
|
|
40256
|
+
"type": "string"
|
|
40257
|
+
},
|
|
40258
|
+
"knowledgeSpaceId": {
|
|
40259
|
+
"type": "string"
|
|
40260
|
+
},
|
|
40261
|
+
"state": {
|
|
40262
|
+
"anyOf": [
|
|
40263
|
+
{
|
|
40264
|
+
"type": "object",
|
|
40265
|
+
"properties": {
|
|
40266
|
+
"id": {
|
|
40267
|
+
"type": "string"
|
|
40268
|
+
},
|
|
40269
|
+
"projectId": {
|
|
40270
|
+
"type": "string"
|
|
40271
|
+
},
|
|
40272
|
+
"knowledgeSpaceId": {
|
|
40273
|
+
"type": "string"
|
|
40274
|
+
},
|
|
40275
|
+
"goal": {
|
|
40276
|
+
"type": "string"
|
|
40277
|
+
},
|
|
40278
|
+
"scope": {
|
|
40279
|
+
"type": "string"
|
|
40280
|
+
},
|
|
40281
|
+
"knownContext": {
|
|
40282
|
+
"type": "array",
|
|
40283
|
+
"items": {
|
|
40284
|
+
"type": "string"
|
|
40285
|
+
}
|
|
40286
|
+
},
|
|
40287
|
+
"openQuestions": {
|
|
40288
|
+
"type": "array",
|
|
40289
|
+
"items": {
|
|
40290
|
+
"type": "object",
|
|
40291
|
+
"properties": {
|
|
40292
|
+
"id": {
|
|
40293
|
+
"type": "string"
|
|
40294
|
+
},
|
|
40295
|
+
"prompt": {
|
|
40296
|
+
"type": "string"
|
|
40297
|
+
},
|
|
40298
|
+
"whyItMatters": {
|
|
40299
|
+
"type": "string"
|
|
40300
|
+
},
|
|
40301
|
+
"recommendedAnswer": {
|
|
40302
|
+
"type": "string"
|
|
40303
|
+
},
|
|
40304
|
+
"consequence": {
|
|
40305
|
+
"type": "string"
|
|
40306
|
+
},
|
|
40307
|
+
"status": {
|
|
40308
|
+
"type": "string"
|
|
40309
|
+
},
|
|
40310
|
+
"answer": {
|
|
40311
|
+
"type": "string"
|
|
40312
|
+
},
|
|
40313
|
+
"answeredAt": {
|
|
40314
|
+
"type": "number"
|
|
40315
|
+
},
|
|
40316
|
+
"metadata": {
|
|
40317
|
+
"type": "object",
|
|
40318
|
+
"additionalProperties": {
|
|
40319
|
+
"anyOf": [
|
|
40320
|
+
{
|
|
40321
|
+
"type": "string"
|
|
40322
|
+
},
|
|
40323
|
+
{
|
|
40324
|
+
"type": "number"
|
|
40325
|
+
},
|
|
40326
|
+
{
|
|
40327
|
+
"type": "boolean"
|
|
40328
|
+
},
|
|
40329
|
+
{
|
|
40330
|
+
"type": "null"
|
|
40331
|
+
},
|
|
40332
|
+
{
|
|
40333
|
+
"type": "object",
|
|
40334
|
+
"additionalProperties": {}
|
|
40335
|
+
},
|
|
40336
|
+
{
|
|
40337
|
+
"type": "array",
|
|
40338
|
+
"items": {}
|
|
40339
|
+
}
|
|
40340
|
+
]
|
|
40341
|
+
}
|
|
40342
|
+
}
|
|
40343
|
+
},
|
|
40344
|
+
"required": [
|
|
40345
|
+
"id",
|
|
40346
|
+
"prompt"
|
|
40347
|
+
],
|
|
40348
|
+
"additionalProperties": true
|
|
40349
|
+
}
|
|
40350
|
+
},
|
|
40351
|
+
"answeredQuestions": {
|
|
40352
|
+
"type": "array",
|
|
40353
|
+
"items": {
|
|
40354
|
+
"type": "object",
|
|
40355
|
+
"properties": {
|
|
40356
|
+
"id": {
|
|
40357
|
+
"type": "string"
|
|
40358
|
+
},
|
|
40359
|
+
"prompt": {
|
|
40360
|
+
"type": "string"
|
|
40361
|
+
},
|
|
40362
|
+
"whyItMatters": {
|
|
40363
|
+
"type": "string"
|
|
40364
|
+
},
|
|
40365
|
+
"recommendedAnswer": {
|
|
40366
|
+
"type": "string"
|
|
40367
|
+
},
|
|
40368
|
+
"consequence": {
|
|
40369
|
+
"type": "string"
|
|
40370
|
+
},
|
|
40371
|
+
"status": {
|
|
40372
|
+
"type": "string"
|
|
40373
|
+
},
|
|
40374
|
+
"answer": {
|
|
40375
|
+
"type": "string"
|
|
40376
|
+
},
|
|
40377
|
+
"answeredAt": {
|
|
40378
|
+
"type": "number"
|
|
40379
|
+
},
|
|
40380
|
+
"metadata": {
|
|
40381
|
+
"type": "object",
|
|
40382
|
+
"additionalProperties": {
|
|
40383
|
+
"anyOf": [
|
|
40384
|
+
{
|
|
40385
|
+
"type": "string"
|
|
40386
|
+
},
|
|
40387
|
+
{
|
|
40388
|
+
"type": "number"
|
|
40389
|
+
},
|
|
40390
|
+
{
|
|
40391
|
+
"type": "boolean"
|
|
40392
|
+
},
|
|
40393
|
+
{
|
|
40394
|
+
"type": "null"
|
|
40395
|
+
},
|
|
40396
|
+
{
|
|
40397
|
+
"type": "object",
|
|
40398
|
+
"additionalProperties": {}
|
|
40399
|
+
},
|
|
40400
|
+
{
|
|
40401
|
+
"type": "array",
|
|
40402
|
+
"items": {}
|
|
40403
|
+
}
|
|
40404
|
+
]
|
|
40405
|
+
}
|
|
40406
|
+
}
|
|
40407
|
+
},
|
|
40408
|
+
"required": [
|
|
40409
|
+
"id",
|
|
40410
|
+
"prompt"
|
|
40411
|
+
],
|
|
40412
|
+
"additionalProperties": true
|
|
40413
|
+
}
|
|
40414
|
+
},
|
|
40415
|
+
"decisions": {
|
|
40416
|
+
"type": "array",
|
|
40417
|
+
"items": {
|
|
40418
|
+
"type": "object",
|
|
40419
|
+
"properties": {
|
|
40420
|
+
"id": {
|
|
40421
|
+
"type": "string"
|
|
40422
|
+
},
|
|
40423
|
+
"title": {
|
|
40424
|
+
"type": "string"
|
|
40425
|
+
},
|
|
40426
|
+
"context": {
|
|
40427
|
+
"type": "string"
|
|
40428
|
+
},
|
|
40429
|
+
"decision": {
|
|
40430
|
+
"type": "string"
|
|
40431
|
+
},
|
|
40432
|
+
"alternatives": {
|
|
40433
|
+
"type": "array",
|
|
40434
|
+
"items": {
|
|
40435
|
+
"type": "string"
|
|
40436
|
+
}
|
|
40437
|
+
},
|
|
40438
|
+
"reasoning": {
|
|
40439
|
+
"type": "string"
|
|
40440
|
+
},
|
|
40441
|
+
"consequences": {
|
|
40442
|
+
"type": "array",
|
|
40443
|
+
"items": {
|
|
40444
|
+
"type": "string"
|
|
40445
|
+
}
|
|
40446
|
+
},
|
|
40447
|
+
"status": {
|
|
40448
|
+
"type": "string"
|
|
40449
|
+
},
|
|
40450
|
+
"createdAt": {
|
|
40451
|
+
"type": "number"
|
|
40452
|
+
},
|
|
40453
|
+
"updatedAt": {
|
|
40454
|
+
"type": "number"
|
|
40455
|
+
},
|
|
40456
|
+
"metadata": {
|
|
40457
|
+
"type": "object",
|
|
40458
|
+
"additionalProperties": {
|
|
40459
|
+
"anyOf": [
|
|
40460
|
+
{
|
|
40461
|
+
"type": "string"
|
|
40462
|
+
},
|
|
40463
|
+
{
|
|
40464
|
+
"type": "number"
|
|
40465
|
+
},
|
|
40466
|
+
{
|
|
40467
|
+
"type": "boolean"
|
|
40468
|
+
},
|
|
40469
|
+
{
|
|
40470
|
+
"type": "null"
|
|
40471
|
+
},
|
|
40472
|
+
{
|
|
40473
|
+
"type": "object",
|
|
40474
|
+
"additionalProperties": {}
|
|
40475
|
+
},
|
|
40476
|
+
{
|
|
40477
|
+
"type": "array",
|
|
40478
|
+
"items": {}
|
|
40479
|
+
}
|
|
40480
|
+
]
|
|
40481
|
+
}
|
|
40482
|
+
}
|
|
40483
|
+
},
|
|
40484
|
+
"required": [
|
|
40485
|
+
"id",
|
|
40486
|
+
"title",
|
|
40487
|
+
"decision"
|
|
40488
|
+
],
|
|
40489
|
+
"additionalProperties": true
|
|
40490
|
+
}
|
|
40491
|
+
},
|
|
40492
|
+
"assumptions": {
|
|
40493
|
+
"type": "array",
|
|
40494
|
+
"items": {
|
|
40495
|
+
"type": "string"
|
|
40496
|
+
}
|
|
40497
|
+
},
|
|
40498
|
+
"constraints": {
|
|
40499
|
+
"type": "array",
|
|
40500
|
+
"items": {
|
|
40501
|
+
"type": "string"
|
|
40502
|
+
}
|
|
40503
|
+
},
|
|
40504
|
+
"risks": {
|
|
40505
|
+
"type": "array",
|
|
40506
|
+
"items": {
|
|
40507
|
+
"type": "string"
|
|
40508
|
+
}
|
|
40509
|
+
},
|
|
40510
|
+
"tasks": {
|
|
40511
|
+
"type": "array",
|
|
40512
|
+
"items": {
|
|
40513
|
+
"type": "object",
|
|
40514
|
+
"properties": {
|
|
40515
|
+
"id": {
|
|
40516
|
+
"type": "string"
|
|
40517
|
+
},
|
|
40518
|
+
"title": {
|
|
40519
|
+
"type": "string"
|
|
40520
|
+
},
|
|
40521
|
+
"why": {
|
|
40522
|
+
"type": "string"
|
|
40523
|
+
},
|
|
40524
|
+
"status": {
|
|
40525
|
+
"type": "string"
|
|
40526
|
+
},
|
|
40527
|
+
"dependencies": {
|
|
40528
|
+
"type": "array",
|
|
40529
|
+
"items": {
|
|
40530
|
+
"type": "string"
|
|
40531
|
+
}
|
|
40532
|
+
},
|
|
40533
|
+
"likelyFiles": {
|
|
40534
|
+
"type": "array",
|
|
40535
|
+
"items": {
|
|
40536
|
+
"type": "string"
|
|
40537
|
+
}
|
|
40538
|
+
},
|
|
40539
|
+
"verification": {
|
|
40540
|
+
"type": "array",
|
|
40541
|
+
"items": {
|
|
40542
|
+
"type": "string"
|
|
40543
|
+
}
|
|
40544
|
+
},
|
|
40545
|
+
"canRunConcurrently": {
|
|
40546
|
+
"type": "boolean"
|
|
40547
|
+
},
|
|
40548
|
+
"needsReview": {
|
|
40549
|
+
"type": "boolean"
|
|
40550
|
+
},
|
|
40551
|
+
"blockedOnUserInput": {
|
|
40552
|
+
"type": "boolean"
|
|
40553
|
+
},
|
|
40554
|
+
"recommendedAgent": {
|
|
40555
|
+
"type": "string"
|
|
40556
|
+
},
|
|
40557
|
+
"metadata": {
|
|
40558
|
+
"type": "object",
|
|
40559
|
+
"additionalProperties": {
|
|
40560
|
+
"anyOf": [
|
|
40561
|
+
{
|
|
40562
|
+
"type": "string"
|
|
40563
|
+
},
|
|
40564
|
+
{
|
|
40565
|
+
"type": "number"
|
|
40566
|
+
},
|
|
40567
|
+
{
|
|
40568
|
+
"type": "boolean"
|
|
40569
|
+
},
|
|
40570
|
+
{
|
|
40571
|
+
"type": "null"
|
|
40572
|
+
},
|
|
40573
|
+
{
|
|
40574
|
+
"type": "object",
|
|
40575
|
+
"additionalProperties": {}
|
|
40576
|
+
},
|
|
40577
|
+
{
|
|
40578
|
+
"type": "array",
|
|
40579
|
+
"items": {}
|
|
40580
|
+
}
|
|
40581
|
+
]
|
|
40582
|
+
}
|
|
40583
|
+
}
|
|
40584
|
+
},
|
|
40585
|
+
"required": [
|
|
40586
|
+
"id",
|
|
40587
|
+
"title"
|
|
40588
|
+
],
|
|
40589
|
+
"additionalProperties": true
|
|
40590
|
+
}
|
|
40591
|
+
},
|
|
40592
|
+
"dependencies": {
|
|
40593
|
+
"type": "array",
|
|
40594
|
+
"items": {
|
|
40595
|
+
"anyOf": [
|
|
40596
|
+
{
|
|
40597
|
+
"type": "string"
|
|
40598
|
+
},
|
|
40599
|
+
{
|
|
40600
|
+
"type": "number"
|
|
40601
|
+
},
|
|
40602
|
+
{
|
|
40603
|
+
"type": "boolean"
|
|
40604
|
+
},
|
|
40605
|
+
{
|
|
40606
|
+
"type": "null"
|
|
40607
|
+
},
|
|
40608
|
+
{
|
|
40609
|
+
"type": "object",
|
|
40610
|
+
"additionalProperties": {}
|
|
40611
|
+
},
|
|
40612
|
+
{}
|
|
40613
|
+
]
|
|
40614
|
+
}
|
|
40615
|
+
},
|
|
40616
|
+
"verificationGates": {
|
|
40617
|
+
"type": "array",
|
|
40618
|
+
"items": {
|
|
40619
|
+
"anyOf": [
|
|
40620
|
+
{
|
|
40621
|
+
"type": "string"
|
|
40622
|
+
},
|
|
40623
|
+
{
|
|
40624
|
+
"type": "number"
|
|
40625
|
+
},
|
|
40626
|
+
{
|
|
40627
|
+
"type": "boolean"
|
|
40628
|
+
},
|
|
40629
|
+
{
|
|
40630
|
+
"type": "null"
|
|
40631
|
+
},
|
|
40632
|
+
{
|
|
40633
|
+
"type": "object",
|
|
40634
|
+
"additionalProperties": {}
|
|
40635
|
+
},
|
|
40636
|
+
{}
|
|
40637
|
+
]
|
|
40638
|
+
}
|
|
40639
|
+
},
|
|
40640
|
+
"agentAssignments": {
|
|
40641
|
+
"type": "array",
|
|
40642
|
+
"items": {
|
|
40643
|
+
"anyOf": [
|
|
40644
|
+
{
|
|
40645
|
+
"type": "string"
|
|
40646
|
+
},
|
|
40647
|
+
{
|
|
40648
|
+
"type": "number"
|
|
40649
|
+
},
|
|
40650
|
+
{
|
|
40651
|
+
"type": "boolean"
|
|
40652
|
+
},
|
|
40653
|
+
{
|
|
40654
|
+
"type": "null"
|
|
40655
|
+
},
|
|
40656
|
+
{
|
|
40657
|
+
"type": "object",
|
|
40658
|
+
"additionalProperties": {}
|
|
40659
|
+
},
|
|
40660
|
+
{}
|
|
40661
|
+
]
|
|
40662
|
+
}
|
|
40663
|
+
},
|
|
40664
|
+
"readiness": {
|
|
40665
|
+
"type": "string"
|
|
40666
|
+
},
|
|
40667
|
+
"executionApproved": {
|
|
40668
|
+
"type": "boolean"
|
|
40669
|
+
},
|
|
40670
|
+
"createdAt": {
|
|
40671
|
+
"type": "number"
|
|
40672
|
+
},
|
|
40673
|
+
"updatedAt": {
|
|
40674
|
+
"type": "number"
|
|
40675
|
+
},
|
|
40676
|
+
"metadata": {
|
|
40677
|
+
"type": "object",
|
|
40678
|
+
"additionalProperties": {
|
|
40679
|
+
"anyOf": [
|
|
40680
|
+
{
|
|
40681
|
+
"type": "string"
|
|
40682
|
+
},
|
|
40683
|
+
{
|
|
40684
|
+
"type": "number"
|
|
40685
|
+
},
|
|
40686
|
+
{
|
|
40687
|
+
"type": "boolean"
|
|
40688
|
+
},
|
|
40689
|
+
{
|
|
40690
|
+
"type": "null"
|
|
40691
|
+
},
|
|
40692
|
+
{
|
|
40693
|
+
"type": "object",
|
|
40694
|
+
"additionalProperties": {}
|
|
40695
|
+
},
|
|
40696
|
+
{
|
|
40697
|
+
"type": "array",
|
|
40698
|
+
"items": {}
|
|
40699
|
+
}
|
|
40700
|
+
]
|
|
40701
|
+
}
|
|
40702
|
+
}
|
|
40703
|
+
},
|
|
40704
|
+
"required": [
|
|
40705
|
+
"id",
|
|
40706
|
+
"projectId",
|
|
40707
|
+
"knowledgeSpaceId",
|
|
40708
|
+
"goal",
|
|
40709
|
+
"knownContext",
|
|
40710
|
+
"openQuestions",
|
|
40711
|
+
"answeredQuestions",
|
|
40712
|
+
"decisions",
|
|
40713
|
+
"assumptions",
|
|
40714
|
+
"constraints",
|
|
40715
|
+
"risks",
|
|
40716
|
+
"tasks",
|
|
40717
|
+
"dependencies",
|
|
40718
|
+
"verificationGates",
|
|
40719
|
+
"agentAssignments",
|
|
40720
|
+
"readiness",
|
|
40721
|
+
"executionApproved",
|
|
40722
|
+
"createdAt",
|
|
40723
|
+
"updatedAt"
|
|
40724
|
+
],
|
|
40725
|
+
"additionalProperties": true
|
|
40726
|
+
},
|
|
40727
|
+
{
|
|
40728
|
+
"type": "null"
|
|
40729
|
+
}
|
|
40730
|
+
]
|
|
40731
|
+
},
|
|
40732
|
+
"source": {
|
|
40733
|
+
"type": "object",
|
|
40734
|
+
"properties": {
|
|
40735
|
+
"id": {
|
|
40736
|
+
"type": "string"
|
|
40737
|
+
},
|
|
40738
|
+
"connectorId": {
|
|
40739
|
+
"type": "string"
|
|
40740
|
+
},
|
|
40741
|
+
"sourceType": {
|
|
40742
|
+
"type": "string",
|
|
40743
|
+
"enum": [
|
|
40744
|
+
"url",
|
|
40745
|
+
"bookmark",
|
|
40746
|
+
"bookmark-list",
|
|
40747
|
+
"history",
|
|
40748
|
+
"document",
|
|
40749
|
+
"repo",
|
|
40750
|
+
"dataset",
|
|
40751
|
+
"image",
|
|
40752
|
+
"manual",
|
|
40753
|
+
"other"
|
|
40754
|
+
]
|
|
40755
|
+
},
|
|
40756
|
+
"title": {
|
|
40757
|
+
"type": "string"
|
|
40758
|
+
},
|
|
40759
|
+
"sourceUri": {
|
|
40760
|
+
"type": "string"
|
|
40761
|
+
},
|
|
40762
|
+
"canonicalUri": {
|
|
40763
|
+
"type": "string"
|
|
40764
|
+
},
|
|
40765
|
+
"summary": {
|
|
40766
|
+
"type": "string"
|
|
40767
|
+
},
|
|
40768
|
+
"description": {
|
|
40769
|
+
"type": "string"
|
|
40770
|
+
},
|
|
40771
|
+
"tags": {
|
|
40772
|
+
"type": "array",
|
|
40773
|
+
"items": {
|
|
40774
|
+
"type": "string"
|
|
40775
|
+
}
|
|
40776
|
+
},
|
|
40777
|
+
"folderPath": {
|
|
40778
|
+
"type": "string"
|
|
40779
|
+
},
|
|
40780
|
+
"status": {
|
|
40781
|
+
"type": "string"
|
|
40782
|
+
},
|
|
40783
|
+
"artifactId": {
|
|
40784
|
+
"type": "string"
|
|
40785
|
+
},
|
|
40786
|
+
"contentHash": {
|
|
40787
|
+
"type": "string"
|
|
40788
|
+
},
|
|
40789
|
+
"lastCrawledAt": {
|
|
40790
|
+
"type": "number"
|
|
40791
|
+
},
|
|
40792
|
+
"crawlError": {
|
|
40793
|
+
"type": "string"
|
|
40794
|
+
},
|
|
40795
|
+
"sessionId": {
|
|
40796
|
+
"type": "string"
|
|
40797
|
+
},
|
|
40798
|
+
"metadata": {
|
|
40799
|
+
"type": "object",
|
|
40800
|
+
"additionalProperties": {
|
|
40801
|
+
"anyOf": [
|
|
40802
|
+
{
|
|
40803
|
+
"type": "string"
|
|
40804
|
+
},
|
|
40805
|
+
{
|
|
40806
|
+
"type": "number"
|
|
40807
|
+
},
|
|
40808
|
+
{
|
|
40809
|
+
"type": "boolean"
|
|
40810
|
+
},
|
|
40811
|
+
{
|
|
40812
|
+
"type": "null"
|
|
40813
|
+
},
|
|
40814
|
+
{
|
|
40815
|
+
"type": "object",
|
|
40816
|
+
"additionalProperties": {}
|
|
40817
|
+
},
|
|
40818
|
+
{
|
|
40819
|
+
"type": "array",
|
|
40820
|
+
"items": {}
|
|
40821
|
+
}
|
|
40822
|
+
]
|
|
40823
|
+
}
|
|
40824
|
+
},
|
|
40825
|
+
"createdAt": {
|
|
40826
|
+
"type": "number"
|
|
40827
|
+
},
|
|
40828
|
+
"updatedAt": {
|
|
40829
|
+
"type": "number"
|
|
40830
|
+
}
|
|
40831
|
+
},
|
|
40832
|
+
"required": [
|
|
40833
|
+
"id",
|
|
40834
|
+
"connectorId",
|
|
40835
|
+
"sourceType",
|
|
40836
|
+
"tags",
|
|
40837
|
+
"status",
|
|
40838
|
+
"metadata",
|
|
40839
|
+
"createdAt",
|
|
40840
|
+
"updatedAt"
|
|
40841
|
+
],
|
|
40842
|
+
"additionalProperties": true
|
|
40843
|
+
}
|
|
40844
|
+
},
|
|
40845
|
+
"required": [
|
|
40846
|
+
"ok",
|
|
40847
|
+
"projectId",
|
|
40848
|
+
"knowledgeSpaceId"
|
|
40849
|
+
],
|
|
40850
|
+
"additionalProperties": true
|
|
40851
|
+
},
|
|
40852
|
+
"invokable": true
|
|
40853
|
+
},
|
|
40854
|
+
{
|
|
40855
|
+
"id": "projectPlanning.state.upsert",
|
|
40856
|
+
"title": "Upsert Project Planning State",
|
|
40857
|
+
"description": "Persist project-scoped planning state from the TUI interview loop and evaluate readiness.",
|
|
40858
|
+
"category": "knowledge",
|
|
40859
|
+
"source": "builtin",
|
|
40860
|
+
"access": "admin",
|
|
40861
|
+
"transport": [
|
|
40862
|
+
"http",
|
|
40863
|
+
"ws"
|
|
40864
|
+
],
|
|
40865
|
+
"scopes": [
|
|
40866
|
+
"write:knowledge"
|
|
40867
|
+
],
|
|
40868
|
+
"http": {
|
|
40869
|
+
"method": "POST",
|
|
40870
|
+
"path": "/api/projects/planning/state"
|
|
40871
|
+
},
|
|
40872
|
+
"inputSchema": {
|
|
40873
|
+
"type": "object",
|
|
40874
|
+
"properties": {
|
|
40875
|
+
"projectId": {
|
|
40876
|
+
"type": "string"
|
|
40877
|
+
},
|
|
40878
|
+
"knowledgeSpaceId": {
|
|
40879
|
+
"type": "string"
|
|
40880
|
+
},
|
|
40881
|
+
"state": {
|
|
40882
|
+
"type": "object",
|
|
40883
|
+
"additionalProperties": {
|
|
40884
|
+
"anyOf": [
|
|
40885
|
+
{
|
|
40886
|
+
"type": "string"
|
|
40887
|
+
},
|
|
40888
|
+
{
|
|
40889
|
+
"type": "number"
|
|
40890
|
+
},
|
|
40891
|
+
{
|
|
40892
|
+
"type": "boolean"
|
|
40893
|
+
},
|
|
40894
|
+
{
|
|
40895
|
+
"type": "null"
|
|
40896
|
+
},
|
|
40897
|
+
{
|
|
40898
|
+
"type": "object",
|
|
40899
|
+
"additionalProperties": {}
|
|
40900
|
+
},
|
|
40901
|
+
{
|
|
40902
|
+
"type": "array",
|
|
40903
|
+
"items": {}
|
|
40904
|
+
}
|
|
40905
|
+
]
|
|
40906
|
+
}
|
|
40907
|
+
}
|
|
40908
|
+
},
|
|
40909
|
+
"required": [
|
|
40910
|
+
"state"
|
|
40911
|
+
],
|
|
40912
|
+
"additionalProperties": true
|
|
40913
|
+
},
|
|
40914
|
+
"outputSchema": {
|
|
40915
|
+
"type": "object",
|
|
40916
|
+
"properties": {
|
|
40917
|
+
"ok": {
|
|
40918
|
+
"type": "boolean"
|
|
40919
|
+
},
|
|
40920
|
+
"projectId": {
|
|
40921
|
+
"type": "string"
|
|
40922
|
+
},
|
|
40923
|
+
"knowledgeSpaceId": {
|
|
40924
|
+
"type": "string"
|
|
40925
|
+
},
|
|
40926
|
+
"state": {
|
|
40927
|
+
"anyOf": [
|
|
40928
|
+
{
|
|
40929
|
+
"type": "object",
|
|
40930
|
+
"properties": {
|
|
40931
|
+
"id": {
|
|
40932
|
+
"type": "string"
|
|
40933
|
+
},
|
|
40934
|
+
"projectId": {
|
|
40935
|
+
"type": "string"
|
|
40936
|
+
},
|
|
40937
|
+
"knowledgeSpaceId": {
|
|
40938
|
+
"type": "string"
|
|
40939
|
+
},
|
|
40940
|
+
"goal": {
|
|
40941
|
+
"type": "string"
|
|
40942
|
+
},
|
|
40943
|
+
"scope": {
|
|
40944
|
+
"type": "string"
|
|
40945
|
+
},
|
|
40946
|
+
"knownContext": {
|
|
40947
|
+
"type": "array",
|
|
40948
|
+
"items": {
|
|
40949
|
+
"type": "string"
|
|
40950
|
+
}
|
|
40951
|
+
},
|
|
40952
|
+
"openQuestions": {
|
|
40953
|
+
"type": "array",
|
|
40954
|
+
"items": {
|
|
40955
|
+
"type": "object",
|
|
40956
|
+
"properties": {
|
|
40957
|
+
"id": {
|
|
40958
|
+
"type": "string"
|
|
40959
|
+
},
|
|
40960
|
+
"prompt": {
|
|
40961
|
+
"type": "string"
|
|
40962
|
+
},
|
|
40963
|
+
"whyItMatters": {
|
|
40964
|
+
"type": "string"
|
|
40965
|
+
},
|
|
40966
|
+
"recommendedAnswer": {
|
|
40967
|
+
"type": "string"
|
|
40968
|
+
},
|
|
40969
|
+
"consequence": {
|
|
40970
|
+
"type": "string"
|
|
40971
|
+
},
|
|
40972
|
+
"status": {
|
|
40973
|
+
"type": "string"
|
|
40974
|
+
},
|
|
40975
|
+
"answer": {
|
|
40976
|
+
"type": "string"
|
|
40977
|
+
},
|
|
40978
|
+
"answeredAt": {
|
|
40979
|
+
"type": "number"
|
|
40980
|
+
},
|
|
40981
|
+
"metadata": {
|
|
40982
|
+
"type": "object",
|
|
40983
|
+
"additionalProperties": {
|
|
40984
|
+
"anyOf": [
|
|
40985
|
+
{
|
|
40986
|
+
"type": "string"
|
|
40987
|
+
},
|
|
40988
|
+
{
|
|
40989
|
+
"type": "number"
|
|
40990
|
+
},
|
|
40991
|
+
{
|
|
40992
|
+
"type": "boolean"
|
|
40993
|
+
},
|
|
40994
|
+
{
|
|
40995
|
+
"type": "null"
|
|
40996
|
+
},
|
|
40997
|
+
{
|
|
40998
|
+
"type": "object",
|
|
40999
|
+
"additionalProperties": {}
|
|
41000
|
+
},
|
|
41001
|
+
{
|
|
41002
|
+
"type": "array",
|
|
41003
|
+
"items": {}
|
|
41004
|
+
}
|
|
41005
|
+
]
|
|
41006
|
+
}
|
|
41007
|
+
}
|
|
41008
|
+
},
|
|
41009
|
+
"required": [
|
|
41010
|
+
"id",
|
|
41011
|
+
"prompt"
|
|
41012
|
+
],
|
|
41013
|
+
"additionalProperties": true
|
|
41014
|
+
}
|
|
41015
|
+
},
|
|
41016
|
+
"answeredQuestions": {
|
|
41017
|
+
"type": "array",
|
|
41018
|
+
"items": {
|
|
41019
|
+
"type": "object",
|
|
41020
|
+
"properties": {
|
|
41021
|
+
"id": {
|
|
41022
|
+
"type": "string"
|
|
41023
|
+
},
|
|
41024
|
+
"prompt": {
|
|
41025
|
+
"type": "string"
|
|
41026
|
+
},
|
|
41027
|
+
"whyItMatters": {
|
|
41028
|
+
"type": "string"
|
|
41029
|
+
},
|
|
41030
|
+
"recommendedAnswer": {
|
|
41031
|
+
"type": "string"
|
|
41032
|
+
},
|
|
41033
|
+
"consequence": {
|
|
41034
|
+
"type": "string"
|
|
41035
|
+
},
|
|
41036
|
+
"status": {
|
|
41037
|
+
"type": "string"
|
|
41038
|
+
},
|
|
41039
|
+
"answer": {
|
|
41040
|
+
"type": "string"
|
|
41041
|
+
},
|
|
41042
|
+
"answeredAt": {
|
|
41043
|
+
"type": "number"
|
|
41044
|
+
},
|
|
41045
|
+
"metadata": {
|
|
41046
|
+
"type": "object",
|
|
41047
|
+
"additionalProperties": {
|
|
41048
|
+
"anyOf": [
|
|
41049
|
+
{
|
|
41050
|
+
"type": "string"
|
|
41051
|
+
},
|
|
41052
|
+
{
|
|
41053
|
+
"type": "number"
|
|
41054
|
+
},
|
|
41055
|
+
{
|
|
41056
|
+
"type": "boolean"
|
|
41057
|
+
},
|
|
41058
|
+
{
|
|
41059
|
+
"type": "null"
|
|
41060
|
+
},
|
|
41061
|
+
{
|
|
41062
|
+
"type": "object",
|
|
41063
|
+
"additionalProperties": {}
|
|
41064
|
+
},
|
|
41065
|
+
{
|
|
41066
|
+
"type": "array",
|
|
41067
|
+
"items": {}
|
|
41068
|
+
}
|
|
41069
|
+
]
|
|
41070
|
+
}
|
|
41071
|
+
}
|
|
41072
|
+
},
|
|
41073
|
+
"required": [
|
|
41074
|
+
"id",
|
|
41075
|
+
"prompt"
|
|
41076
|
+
],
|
|
41077
|
+
"additionalProperties": true
|
|
41078
|
+
}
|
|
41079
|
+
},
|
|
41080
|
+
"decisions": {
|
|
41081
|
+
"type": "array",
|
|
41082
|
+
"items": {
|
|
41083
|
+
"type": "object",
|
|
41084
|
+
"properties": {
|
|
41085
|
+
"id": {
|
|
41086
|
+
"type": "string"
|
|
41087
|
+
},
|
|
41088
|
+
"title": {
|
|
41089
|
+
"type": "string"
|
|
41090
|
+
},
|
|
41091
|
+
"context": {
|
|
41092
|
+
"type": "string"
|
|
41093
|
+
},
|
|
41094
|
+
"decision": {
|
|
41095
|
+
"type": "string"
|
|
41096
|
+
},
|
|
41097
|
+
"alternatives": {
|
|
41098
|
+
"type": "array",
|
|
41099
|
+
"items": {
|
|
41100
|
+
"type": "string"
|
|
41101
|
+
}
|
|
41102
|
+
},
|
|
41103
|
+
"reasoning": {
|
|
41104
|
+
"type": "string"
|
|
41105
|
+
},
|
|
41106
|
+
"consequences": {
|
|
41107
|
+
"type": "array",
|
|
41108
|
+
"items": {
|
|
41109
|
+
"type": "string"
|
|
41110
|
+
}
|
|
41111
|
+
},
|
|
41112
|
+
"status": {
|
|
41113
|
+
"type": "string"
|
|
41114
|
+
},
|
|
41115
|
+
"createdAt": {
|
|
41116
|
+
"type": "number"
|
|
41117
|
+
},
|
|
41118
|
+
"updatedAt": {
|
|
41119
|
+
"type": "number"
|
|
41120
|
+
},
|
|
41121
|
+
"metadata": {
|
|
41122
|
+
"type": "object",
|
|
41123
|
+
"additionalProperties": {
|
|
41124
|
+
"anyOf": [
|
|
41125
|
+
{
|
|
41126
|
+
"type": "string"
|
|
41127
|
+
},
|
|
41128
|
+
{
|
|
41129
|
+
"type": "number"
|
|
41130
|
+
},
|
|
41131
|
+
{
|
|
41132
|
+
"type": "boolean"
|
|
41133
|
+
},
|
|
41134
|
+
{
|
|
41135
|
+
"type": "null"
|
|
41136
|
+
},
|
|
41137
|
+
{
|
|
41138
|
+
"type": "object",
|
|
41139
|
+
"additionalProperties": {}
|
|
41140
|
+
},
|
|
41141
|
+
{
|
|
41142
|
+
"type": "array",
|
|
41143
|
+
"items": {}
|
|
41144
|
+
}
|
|
41145
|
+
]
|
|
41146
|
+
}
|
|
41147
|
+
}
|
|
41148
|
+
},
|
|
41149
|
+
"required": [
|
|
41150
|
+
"id",
|
|
41151
|
+
"title",
|
|
41152
|
+
"decision"
|
|
41153
|
+
],
|
|
41154
|
+
"additionalProperties": true
|
|
41155
|
+
}
|
|
41156
|
+
},
|
|
41157
|
+
"assumptions": {
|
|
41158
|
+
"type": "array",
|
|
41159
|
+
"items": {
|
|
41160
|
+
"type": "string"
|
|
41161
|
+
}
|
|
41162
|
+
},
|
|
41163
|
+
"constraints": {
|
|
41164
|
+
"type": "array",
|
|
41165
|
+
"items": {
|
|
41166
|
+
"type": "string"
|
|
41167
|
+
}
|
|
41168
|
+
},
|
|
41169
|
+
"risks": {
|
|
41170
|
+
"type": "array",
|
|
41171
|
+
"items": {
|
|
41172
|
+
"type": "string"
|
|
41173
|
+
}
|
|
41174
|
+
},
|
|
41175
|
+
"tasks": {
|
|
41176
|
+
"type": "array",
|
|
41177
|
+
"items": {
|
|
41178
|
+
"type": "object",
|
|
41179
|
+
"properties": {
|
|
41180
|
+
"id": {
|
|
41181
|
+
"type": "string"
|
|
41182
|
+
},
|
|
41183
|
+
"title": {
|
|
41184
|
+
"type": "string"
|
|
41185
|
+
},
|
|
41186
|
+
"why": {
|
|
41187
|
+
"type": "string"
|
|
41188
|
+
},
|
|
41189
|
+
"status": {
|
|
41190
|
+
"type": "string"
|
|
41191
|
+
},
|
|
41192
|
+
"dependencies": {
|
|
41193
|
+
"type": "array",
|
|
41194
|
+
"items": {
|
|
41195
|
+
"type": "string"
|
|
41196
|
+
}
|
|
41197
|
+
},
|
|
41198
|
+
"likelyFiles": {
|
|
41199
|
+
"type": "array",
|
|
41200
|
+
"items": {
|
|
41201
|
+
"type": "string"
|
|
41202
|
+
}
|
|
41203
|
+
},
|
|
41204
|
+
"verification": {
|
|
41205
|
+
"type": "array",
|
|
41206
|
+
"items": {
|
|
41207
|
+
"type": "string"
|
|
41208
|
+
}
|
|
41209
|
+
},
|
|
41210
|
+
"canRunConcurrently": {
|
|
41211
|
+
"type": "boolean"
|
|
41212
|
+
},
|
|
41213
|
+
"needsReview": {
|
|
41214
|
+
"type": "boolean"
|
|
41215
|
+
},
|
|
41216
|
+
"blockedOnUserInput": {
|
|
41217
|
+
"type": "boolean"
|
|
41218
|
+
},
|
|
41219
|
+
"recommendedAgent": {
|
|
41220
|
+
"type": "string"
|
|
41221
|
+
},
|
|
41222
|
+
"metadata": {
|
|
41223
|
+
"type": "object",
|
|
41224
|
+
"additionalProperties": {
|
|
41225
|
+
"anyOf": [
|
|
41226
|
+
{
|
|
41227
|
+
"type": "string"
|
|
41228
|
+
},
|
|
41229
|
+
{
|
|
41230
|
+
"type": "number"
|
|
41231
|
+
},
|
|
41232
|
+
{
|
|
41233
|
+
"type": "boolean"
|
|
41234
|
+
},
|
|
41235
|
+
{
|
|
41236
|
+
"type": "null"
|
|
41237
|
+
},
|
|
41238
|
+
{
|
|
41239
|
+
"type": "object",
|
|
41240
|
+
"additionalProperties": {}
|
|
41241
|
+
},
|
|
41242
|
+
{
|
|
41243
|
+
"type": "array",
|
|
41244
|
+
"items": {}
|
|
41245
|
+
}
|
|
41246
|
+
]
|
|
41247
|
+
}
|
|
41248
|
+
}
|
|
41249
|
+
},
|
|
41250
|
+
"required": [
|
|
41251
|
+
"id",
|
|
41252
|
+
"title"
|
|
41253
|
+
],
|
|
41254
|
+
"additionalProperties": true
|
|
41255
|
+
}
|
|
41256
|
+
},
|
|
41257
|
+
"dependencies": {
|
|
41258
|
+
"type": "array",
|
|
41259
|
+
"items": {
|
|
41260
|
+
"anyOf": [
|
|
41261
|
+
{
|
|
41262
|
+
"type": "string"
|
|
41263
|
+
},
|
|
41264
|
+
{
|
|
41265
|
+
"type": "number"
|
|
41266
|
+
},
|
|
41267
|
+
{
|
|
41268
|
+
"type": "boolean"
|
|
41269
|
+
},
|
|
41270
|
+
{
|
|
41271
|
+
"type": "null"
|
|
41272
|
+
},
|
|
41273
|
+
{
|
|
41274
|
+
"type": "object",
|
|
41275
|
+
"additionalProperties": {}
|
|
41276
|
+
},
|
|
41277
|
+
{}
|
|
41278
|
+
]
|
|
41279
|
+
}
|
|
41280
|
+
},
|
|
41281
|
+
"verificationGates": {
|
|
41282
|
+
"type": "array",
|
|
41283
|
+
"items": {
|
|
41284
|
+
"anyOf": [
|
|
41285
|
+
{
|
|
41286
|
+
"type": "string"
|
|
41287
|
+
},
|
|
41288
|
+
{
|
|
41289
|
+
"type": "number"
|
|
41290
|
+
},
|
|
41291
|
+
{
|
|
41292
|
+
"type": "boolean"
|
|
41293
|
+
},
|
|
41294
|
+
{
|
|
41295
|
+
"type": "null"
|
|
41296
|
+
},
|
|
41297
|
+
{
|
|
41298
|
+
"type": "object",
|
|
41299
|
+
"additionalProperties": {}
|
|
41300
|
+
},
|
|
41301
|
+
{}
|
|
41302
|
+
]
|
|
41303
|
+
}
|
|
41304
|
+
},
|
|
41305
|
+
"agentAssignments": {
|
|
41306
|
+
"type": "array",
|
|
41307
|
+
"items": {
|
|
41308
|
+
"anyOf": [
|
|
41309
|
+
{
|
|
41310
|
+
"type": "string"
|
|
41311
|
+
},
|
|
41312
|
+
{
|
|
41313
|
+
"type": "number"
|
|
41314
|
+
},
|
|
41315
|
+
{
|
|
41316
|
+
"type": "boolean"
|
|
41317
|
+
},
|
|
41318
|
+
{
|
|
41319
|
+
"type": "null"
|
|
41320
|
+
},
|
|
41321
|
+
{
|
|
41322
|
+
"type": "object",
|
|
41323
|
+
"additionalProperties": {}
|
|
41324
|
+
},
|
|
41325
|
+
{}
|
|
41326
|
+
]
|
|
41327
|
+
}
|
|
41328
|
+
},
|
|
41329
|
+
"readiness": {
|
|
41330
|
+
"type": "string"
|
|
41331
|
+
},
|
|
41332
|
+
"executionApproved": {
|
|
41333
|
+
"type": "boolean"
|
|
41334
|
+
},
|
|
41335
|
+
"createdAt": {
|
|
41336
|
+
"type": "number"
|
|
41337
|
+
},
|
|
41338
|
+
"updatedAt": {
|
|
41339
|
+
"type": "number"
|
|
41340
|
+
},
|
|
41341
|
+
"metadata": {
|
|
41342
|
+
"type": "object",
|
|
41343
|
+
"additionalProperties": {
|
|
41344
|
+
"anyOf": [
|
|
41345
|
+
{
|
|
41346
|
+
"type": "string"
|
|
41347
|
+
},
|
|
41348
|
+
{
|
|
41349
|
+
"type": "number"
|
|
41350
|
+
},
|
|
41351
|
+
{
|
|
41352
|
+
"type": "boolean"
|
|
41353
|
+
},
|
|
41354
|
+
{
|
|
41355
|
+
"type": "null"
|
|
41356
|
+
},
|
|
41357
|
+
{
|
|
41358
|
+
"type": "object",
|
|
41359
|
+
"additionalProperties": {}
|
|
41360
|
+
},
|
|
41361
|
+
{
|
|
41362
|
+
"type": "array",
|
|
41363
|
+
"items": {}
|
|
41364
|
+
}
|
|
41365
|
+
]
|
|
41366
|
+
}
|
|
41367
|
+
}
|
|
41368
|
+
},
|
|
41369
|
+
"required": [
|
|
41370
|
+
"id",
|
|
41371
|
+
"projectId",
|
|
41372
|
+
"knowledgeSpaceId",
|
|
41373
|
+
"goal",
|
|
41374
|
+
"knownContext",
|
|
41375
|
+
"openQuestions",
|
|
41376
|
+
"answeredQuestions",
|
|
41377
|
+
"decisions",
|
|
41378
|
+
"assumptions",
|
|
41379
|
+
"constraints",
|
|
41380
|
+
"risks",
|
|
41381
|
+
"tasks",
|
|
41382
|
+
"dependencies",
|
|
41383
|
+
"verificationGates",
|
|
41384
|
+
"agentAssignments",
|
|
41385
|
+
"readiness",
|
|
41386
|
+
"executionApproved",
|
|
41387
|
+
"createdAt",
|
|
41388
|
+
"updatedAt"
|
|
41389
|
+
],
|
|
41390
|
+
"additionalProperties": true
|
|
41391
|
+
},
|
|
41392
|
+
{
|
|
41393
|
+
"type": "null"
|
|
41394
|
+
}
|
|
41395
|
+
]
|
|
41396
|
+
},
|
|
41397
|
+
"source": {
|
|
41398
|
+
"type": "object",
|
|
41399
|
+
"properties": {
|
|
41400
|
+
"id": {
|
|
41401
|
+
"type": "string"
|
|
41402
|
+
},
|
|
41403
|
+
"connectorId": {
|
|
41404
|
+
"type": "string"
|
|
41405
|
+
},
|
|
41406
|
+
"sourceType": {
|
|
41407
|
+
"type": "string",
|
|
41408
|
+
"enum": [
|
|
41409
|
+
"url",
|
|
41410
|
+
"bookmark",
|
|
41411
|
+
"bookmark-list",
|
|
41412
|
+
"history",
|
|
41413
|
+
"document",
|
|
41414
|
+
"repo",
|
|
41415
|
+
"dataset",
|
|
41416
|
+
"image",
|
|
41417
|
+
"manual",
|
|
41418
|
+
"other"
|
|
41419
|
+
]
|
|
41420
|
+
},
|
|
41421
|
+
"title": {
|
|
41422
|
+
"type": "string"
|
|
41423
|
+
},
|
|
41424
|
+
"sourceUri": {
|
|
41425
|
+
"type": "string"
|
|
41426
|
+
},
|
|
41427
|
+
"canonicalUri": {
|
|
41428
|
+
"type": "string"
|
|
41429
|
+
},
|
|
41430
|
+
"summary": {
|
|
41431
|
+
"type": "string"
|
|
41432
|
+
},
|
|
41433
|
+
"description": {
|
|
41434
|
+
"type": "string"
|
|
41435
|
+
},
|
|
41436
|
+
"tags": {
|
|
41437
|
+
"type": "array",
|
|
41438
|
+
"items": {
|
|
41439
|
+
"type": "string"
|
|
41440
|
+
}
|
|
41441
|
+
},
|
|
41442
|
+
"folderPath": {
|
|
41443
|
+
"type": "string"
|
|
41444
|
+
},
|
|
41445
|
+
"status": {
|
|
41446
|
+
"type": "string"
|
|
41447
|
+
},
|
|
41448
|
+
"artifactId": {
|
|
41449
|
+
"type": "string"
|
|
41450
|
+
},
|
|
41451
|
+
"contentHash": {
|
|
41452
|
+
"type": "string"
|
|
41453
|
+
},
|
|
41454
|
+
"lastCrawledAt": {
|
|
41455
|
+
"type": "number"
|
|
41456
|
+
},
|
|
41457
|
+
"crawlError": {
|
|
41458
|
+
"type": "string"
|
|
41459
|
+
},
|
|
41460
|
+
"sessionId": {
|
|
41461
|
+
"type": "string"
|
|
41462
|
+
},
|
|
41463
|
+
"metadata": {
|
|
41464
|
+
"type": "object",
|
|
41465
|
+
"additionalProperties": {
|
|
41466
|
+
"anyOf": [
|
|
41467
|
+
{
|
|
41468
|
+
"type": "string"
|
|
41469
|
+
},
|
|
41470
|
+
{
|
|
41471
|
+
"type": "number"
|
|
41472
|
+
},
|
|
41473
|
+
{
|
|
41474
|
+
"type": "boolean"
|
|
41475
|
+
},
|
|
41476
|
+
{
|
|
41477
|
+
"type": "null"
|
|
41478
|
+
},
|
|
41479
|
+
{
|
|
41480
|
+
"type": "object",
|
|
41481
|
+
"additionalProperties": {}
|
|
41482
|
+
},
|
|
41483
|
+
{
|
|
41484
|
+
"type": "array",
|
|
41485
|
+
"items": {}
|
|
41486
|
+
}
|
|
41487
|
+
]
|
|
41488
|
+
}
|
|
41489
|
+
},
|
|
41490
|
+
"createdAt": {
|
|
41491
|
+
"type": "number"
|
|
41492
|
+
},
|
|
41493
|
+
"updatedAt": {
|
|
41494
|
+
"type": "number"
|
|
41495
|
+
}
|
|
41496
|
+
},
|
|
41497
|
+
"required": [
|
|
41498
|
+
"id",
|
|
41499
|
+
"connectorId",
|
|
41500
|
+
"sourceType",
|
|
41501
|
+
"tags",
|
|
41502
|
+
"status",
|
|
41503
|
+
"metadata",
|
|
41504
|
+
"createdAt",
|
|
41505
|
+
"updatedAt"
|
|
41506
|
+
],
|
|
41507
|
+
"additionalProperties": true
|
|
41508
|
+
}
|
|
41509
|
+
},
|
|
41510
|
+
"required": [
|
|
41511
|
+
"ok",
|
|
41512
|
+
"projectId",
|
|
41513
|
+
"knowledgeSpaceId"
|
|
41514
|
+
],
|
|
41515
|
+
"additionalProperties": true
|
|
41516
|
+
},
|
|
41517
|
+
"invokable": true
|
|
41518
|
+
},
|
|
41519
|
+
{
|
|
41520
|
+
"id": "projectPlanning.status",
|
|
41521
|
+
"title": "Project Planning Status",
|
|
41522
|
+
"description": "Return passive, project-scoped planning artifact counts and SDK capabilities without starting a planning loop.",
|
|
41523
|
+
"category": "knowledge",
|
|
41524
|
+
"source": "builtin",
|
|
41525
|
+
"access": "authenticated",
|
|
41526
|
+
"transport": [
|
|
41527
|
+
"http",
|
|
41528
|
+
"ws"
|
|
41529
|
+
],
|
|
41530
|
+
"scopes": [
|
|
41531
|
+
"read:knowledge"
|
|
41532
|
+
],
|
|
41533
|
+
"http": {
|
|
41534
|
+
"method": "GET",
|
|
41535
|
+
"path": "/api/projects/planning/status"
|
|
41536
|
+
},
|
|
41537
|
+
"inputSchema": {
|
|
41538
|
+
"type": "object",
|
|
41539
|
+
"properties": {
|
|
41540
|
+
"projectId": {
|
|
41541
|
+
"type": "string"
|
|
41542
|
+
},
|
|
41543
|
+
"knowledgeSpaceId": {
|
|
41544
|
+
"type": "string"
|
|
41545
|
+
}
|
|
41546
|
+
},
|
|
41547
|
+
"additionalProperties": true
|
|
41548
|
+
},
|
|
41549
|
+
"outputSchema": {
|
|
41550
|
+
"type": "object",
|
|
41551
|
+
"properties": {
|
|
41552
|
+
"ok": {
|
|
41553
|
+
"type": "boolean"
|
|
41554
|
+
},
|
|
41555
|
+
"projectId": {
|
|
41556
|
+
"type": "string"
|
|
41557
|
+
},
|
|
41558
|
+
"knowledgeSpaceId": {
|
|
41559
|
+
"type": "string"
|
|
41560
|
+
},
|
|
41561
|
+
"passiveOnly": {
|
|
41562
|
+
"type": "boolean"
|
|
41563
|
+
},
|
|
41564
|
+
"counts": {
|
|
41565
|
+
"type": "object",
|
|
41566
|
+
"additionalProperties": {
|
|
41567
|
+
"anyOf": [
|
|
41568
|
+
{
|
|
41569
|
+
"type": "string"
|
|
41570
|
+
},
|
|
41571
|
+
{
|
|
41572
|
+
"type": "number"
|
|
41573
|
+
},
|
|
41574
|
+
{
|
|
41575
|
+
"type": "boolean"
|
|
41576
|
+
},
|
|
41577
|
+
{
|
|
41578
|
+
"type": "null"
|
|
41579
|
+
},
|
|
41580
|
+
{
|
|
41581
|
+
"type": "object",
|
|
41582
|
+
"additionalProperties": {}
|
|
41583
|
+
},
|
|
41584
|
+
{
|
|
41585
|
+
"type": "array",
|
|
41586
|
+
"items": {}
|
|
41587
|
+
}
|
|
41588
|
+
]
|
|
41589
|
+
}
|
|
41590
|
+
},
|
|
41591
|
+
"capabilities": {
|
|
41592
|
+
"type": "array",
|
|
41593
|
+
"items": {
|
|
41594
|
+
"type": "string"
|
|
41595
|
+
}
|
|
41596
|
+
}
|
|
41597
|
+
},
|
|
41598
|
+
"required": [
|
|
41599
|
+
"ok",
|
|
41600
|
+
"projectId",
|
|
41601
|
+
"knowledgeSpaceId",
|
|
41602
|
+
"passiveOnly",
|
|
41603
|
+
"counts",
|
|
41604
|
+
"capabilities"
|
|
41605
|
+
],
|
|
41606
|
+
"additionalProperties": true
|
|
41607
|
+
},
|
|
41608
|
+
"invokable": true
|
|
41609
|
+
},
|
|
37264
41610
|
{
|
|
37265
41611
|
"id": "media.analyze",
|
|
37266
41612
|
"title": "Analyze Media Artifact",
|
|
@@ -60656,10 +65002,10 @@
|
|
|
60656
65002
|
}
|
|
60657
65003
|
],
|
|
60658
65004
|
"schemaCoverage": {
|
|
60659
|
-
"methods":
|
|
60660
|
-
"typedInputs":
|
|
65005
|
+
"methods": 254,
|
|
65006
|
+
"typedInputs": 254,
|
|
60661
65007
|
"genericInputs": 0,
|
|
60662
|
-
"typedOutputs":
|
|
65008
|
+
"typedOutputs": 254,
|
|
60663
65009
|
"genericOutputs": 0
|
|
60664
65010
|
},
|
|
60665
65011
|
"eventCoverage": {
|