@pellux/goodvibes-sdk 0.26.11 → 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 +3110 -4
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +3110 -4
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +8 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +101 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +1 -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 +1 -1
- 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/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/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.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/home-graph/helpers.d.ts +2 -0
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/helpers.js +17 -2
- package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/search.js +93 -9
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +10 -8
- 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/index.d.ts +3 -1
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +2 -1
- 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/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/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": [
|
|
@@ -38501,6 +38501,3112 @@
|
|
|
38501
38501
|
},
|
|
38502
38502
|
"invokable": true
|
|
38503
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
|
+
},
|
|
38504
41610
|
{
|
|
38505
41611
|
"id": "media.analyze",
|
|
38506
41612
|
"title": "Analyze Media Artifact",
|
|
@@ -61896,10 +65002,10 @@
|
|
|
61896
65002
|
}
|
|
61897
65003
|
],
|
|
61898
65004
|
"schemaCoverage": {
|
|
61899
|
-
"methods":
|
|
61900
|
-
"typedInputs":
|
|
65005
|
+
"methods": 254,
|
|
65006
|
+
"typedInputs": 254,
|
|
61901
65007
|
"genericInputs": 0,
|
|
61902
|
-
"typedOutputs":
|
|
65008
|
+
"typedOutputs": 254,
|
|
61903
65009
|
"genericOutputs": 0
|
|
61904
65010
|
},
|
|
61905
65011
|
"eventCoverage": {
|