@the-open-engine/zeroshot 6.47.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cluster/generated/protocol-schema.cjs +281 -278
- package/lib/cluster/generated/protocol-schema.mjs +281 -278
- package/lib/cluster/generated/protocol.d.cts +1 -0
- package/lib/cluster/generated/protocol.d.mts +1 -0
- package/lib/cluster/generated/protocol.d.ts +1 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/src/cluster/generated/protocol-schema.ts +281 -278
- package/src/cluster/generated/protocol.ts +1 -0
|
@@ -671,284 +671,287 @@ exports.CLUSTER_PROTOCOL_SCHEMA = JSON.parse("{\"$defs\":{\"ActiveExecution\":{\
|
|
|
671
671
|
"sor\":{\"type\":\"string\"},\"execution\":{\"maxLength\":128,\"minLength\":1,\"patte" +
|
|
672
672
|
"rn\":\"^[^\\\\u0000-\\\\u001f\\\\u007f-\\\\u009f]+$\",\"type\":[\"string\",\"null\"]},\"re" +
|
|
673
673
|
"cord\":{\"$ref\":\"#/$defs/LogRecord\"},\"runId\":{\"type\":\"string\"},\"subscripti" +
|
|
674
|
-
"onId\":{\"type\":\"string\"}
|
|
675
|
-
"
|
|
676
|
-
"\"
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"\"
|
|
685
|
-
"
|
|
686
|
-
"
|
|
687
|
-
"
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
"type\":\"
|
|
701
|
-
"\"
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"\"
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"\"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
723
|
-
"\"required\":[\"title\",\"graph\",\"initialInput\",\"runtime\",\"source\",\"submissio" +
|
|
724
|
-
"nKey\"],\"type\":\"object\"},\"RunSubmitParams\":{\"additionalProperties\":false," +
|
|
725
|
-
"\"description\":\"Trusted controller bootstrap admission. The host assigns " +
|
|
726
|
-
"the only public run identity before\\ncontroller start; the immutable sub" +
|
|
727
|
-
"mission remains identity-neutral.\",\"properties\":{\"runId\":{\"type\":\"string" +
|
|
728
|
-
"\"},\"submission\":{\"$ref\":\"#/$defs/RunSubmission\"}},\"required\":[\"runId\",\"s" +
|
|
729
|
-
"ubmission\"],\"type\":\"object\"},\"RunSubmitResult\":{\"additionalProperties\":f" +
|
|
730
|
-
"alse,\"description\":\"A successful submission returns the one public ident" +
|
|
731
|
-
"ity used by every later run method.\",\"properties\":{\"runId\":{\"type\":\"stri" +
|
|
732
|
-
"ng\"}},\"required\":[\"runId\"],\"type\":\"object\"},\"RunWatchEventNotification\":" +
|
|
733
|
-
"{\"additionalProperties\":false,\"description\":\"One durable public status p" +
|
|
734
|
-
"rojection. `cursor` is stable run history, not a connection-local\\nseque" +
|
|
735
|
-
"nce; clients resume strictly after it.\",\"properties\":{\"cursor\":{\"type\":\"" +
|
|
736
|
-
"string\"},\"runId\":{\"type\":\"string\"},\"size\":{\"$ref\":\"#/$defs/RunSize\"},\"so" +
|
|
737
|
-
"urce\":{\"$ref\":\"#/$defs/ResolvedSource\"},\"status\":{\"$ref\":\"#/$defs/RunSta" +
|
|
738
|
-
"tus\"},\"subscriptionId\":{\"type\":\"string\"},\"title\":{\"maxLength\":256,\"minLe" +
|
|
674
|
+
"onId\":{\"type\":\"string\"},\"timestamp\":{\"description\":\"Producer-captured Un" +
|
|
675
|
+
"ix epoch milliseconds, preserved unchanged by durable replay.\",\"maximum\"" +
|
|
676
|
+
":9007199254740991,\"minimum\":1,\"type\":\"integer\"}},\"required\":[\"subscripti" +
|
|
677
|
+
"onId\",\"runId\",\"cursor\",\"timestamp\",\"record\"],\"type\":\"object\"},\"RunLogsPa" +
|
|
678
|
+
"rams\":{\"additionalProperties\":false,\"description\":\"Establishes durable r" +
|
|
679
|
+
"un log replay followed by live delivery.\\n\\nAn optional execution filter" +
|
|
680
|
+
" selects one active or settled execution using the exact opaque\\nreferen" +
|
|
681
|
+
"ce advertised by status. `fromCursor` is exclusive, with the same reconn" +
|
|
682
|
+
"ect semantics\\nas [`RunWatchParams`]. Omitting both fields after `runId`" +
|
|
683
|
+
" replays the run's complete retained\\nsafe log history.\",\"properties\":{\"" +
|
|
684
|
+
"execution\":{\"maxLength\":128,\"minLength\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001f\\" +
|
|
685
|
+
"\\u007f-\\\\u009f]+$\",\"type\":[\"string\",\"null\"]},\"fromCursor\":{\"type\":[\"stri" +
|
|
686
|
+
"ng\",\"null\"]},\"runId\":{\"type\":\"string\"}},\"required\":[\"runId\"],\"type\":\"obj" +
|
|
687
|
+
"ect\"},\"RunLogsResult\":{\"additionalProperties\":false,\"properties\":{\"atCur" +
|
|
688
|
+
"sor\":{\"type\":\"string\"},\"runId\":{\"type\":\"string\"},\"subscriptionId\":{\"type" +
|
|
689
|
+
"\":\"string\"}},\"required\":[\"subscriptionId\",\"runId\",\"atCursor\"],\"type\":\"ob" +
|
|
690
|
+
"ject\"},\"RunMetadata\":{\"additionalProperties\":false,\"description\":\"Additi" +
|
|
691
|
+
"ve metadata emitted only with a terminal run projection.\",\"properties\":{" +
|
|
692
|
+
"\"tokenUsage\":{\"anyOf\":[{\"$ref\":\"#/$defs/TokenUsage\"},{\"type\":\"null\"}]}}," +
|
|
693
|
+
"\"type\":\"object\"},\"RunSize\":{\"enum\":[\"small\",\"medium\",\"large\"],\"type\":\"st" +
|
|
694
|
+
"ring\"},\"RunStatus\":{\"description\":\"Public run state. The closed phase va" +
|
|
695
|
+
"riants make impossible combinations unrepresentable:\\nadmitted runs have" +
|
|
696
|
+
" no execution, stopping means force was requested, and finished runs hav" +
|
|
697
|
+
"e\\nexactly one terminal result and no active execution. Running/stopping" +
|
|
698
|
+
" report every active\\nexecution rather than a single \\\"current worker\\\" " +
|
|
699
|
+
"slot.\",\"oneOf\":[{\"additionalProperties\":false,\"properties\":{\"phase\":{\"co" +
|
|
700
|
+
"nst\":\"admitted\",\"type\":\"string\"}},\"required\":[\"phase\"],\"type\":\"object\"}," +
|
|
701
|
+
"{\"additionalProperties\":false,\"properties\":{\"activeExecutions\":{\"items\":" +
|
|
702
|
+
"{\"$ref\":\"#/$defs/ActiveExecution\"},\"type\":\"array\"},\"phase\":{\"const\":\"run" +
|
|
703
|
+
"ning\",\"type\":\"string\"}},\"required\":[\"phase\",\"activeExecutions\"],\"type\":\"" +
|
|
704
|
+
"object\"},{\"additionalProperties\":false,\"properties\":{\"activeExecutions\":" +
|
|
705
|
+
"{\"items\":{\"$ref\":\"#/$defs/ActiveExecution\"},\"type\":\"array\"},\"phase\":{\"co" +
|
|
706
|
+
"nst\":\"stopping\",\"type\":\"string\"}},\"required\":[\"phase\",\"activeExecutions\"" +
|
|
707
|
+
"],\"type\":\"object\"},{\"additionalProperties\":false,\"properties\":{\"metadata" +
|
|
708
|
+
"\":{\"$ref\":\"#/$defs/RunMetadata\",\"default\":{}},\"phase\":{\"const\":\"finished" +
|
|
709
|
+
"\",\"type\":\"string\"},\"terminalResult\":{\"$ref\":\"#/$defs/TerminalResult\"}},\"" +
|
|
710
|
+
"required\":[\"phase\",\"terminalResult\"],\"type\":\"object\"}]},\"RunStatusParams" +
|
|
711
|
+
"\":{\"additionalProperties\":false,\"properties\":{\"runId\":{\"type\":\"string\"}}" +
|
|
712
|
+
",\"required\":[\"runId\"],\"type\":\"object\"},\"RunStatusResult\":{\"additionalPro" +
|
|
713
|
+
"perties\":false,\"properties\":{\"atCursor\":{\"type\":\"string\"},\"runId\":{\"type" +
|
|
714
|
+
"\":\"string\"},\"size\":{\"$ref\":\"#/$defs/RunSize\"},\"source\":{\"$ref\":\"#/$defs/" +
|
|
715
|
+
"ResolvedSource\"},\"status\":{\"$ref\":\"#/$defs/RunStatus\"},\"title\":{\"maxLeng" +
|
|
716
|
+
"th\":256,\"minLength\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001f\\\\u007f-\\\\u009f]+$\",\"" +
|
|
717
|
+
"type\":\"string\"}},\"required\":[\"runId\",\"title\",\"source\",\"size\",\"atCursor\"," +
|
|
718
|
+
"\"status\"],\"type\":\"object\"},\"RunSubmission\":{\"additionalProperties\":false" +
|
|
719
|
+
",\"description\":\"Immutable, secret-free native-v2 submission admitted by " +
|
|
720
|
+
"the selected target.\",\"properties\":{\"graph\":{\"$ref\":\"#/$defs/GraphSpec\"}" +
|
|
721
|
+
",\"initialInput\":true,\"runtime\":{\"$ref\":\"#/$defs/RuntimePlan\"},\"source\":{" +
|
|
722
|
+
"\"$ref\":\"#/$defs/ResolvedSource\"},\"submissionKey\":{\"maxLength\":256,\"minLe" +
|
|
739
723
|
"ngth\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001f\\\\u007f-\\\\u009f]+$\",\"type\":\"string\"" +
|
|
740
|
-
"}
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
"
|
|
751
|
-
"
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"\"],\"type\":\"
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
":
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"\",\"
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
",\"
|
|
787
|
-
"\"
|
|
788
|
-
"sPerNode\"],\"type\":\"object\"},\"SubscriptionCancelParams\":{\"additionalPrope" +
|
|
789
|
-
"rties\":false,\"description\":\"Wire body of the generic `subscription/cance" +
|
|
790
|
-
"l` client notification.\",\"properties\":{\"subscriptionId\":{\"type\":\"string\"" +
|
|
791
|
-
"}},\"required\":[\"subscriptionId\"],\"type\":\"object\"},\"SubscriptionCloseReas" +
|
|
792
|
-
"on\":{\"enum\":[\"done\",\"SLOW_CONSUMER\"],\"type\":\"string\"},\"SubscriptionClose" +
|
|
793
|
-
"dNotification\":{\"additionalProperties\":false,\"description\":\"Wire body of" +
|
|
794
|
-
" the terminal `subscription/closed` server notification.\",\"properties\":{" +
|
|
795
|
-
"\"lastDeliveredCursor\":{\"type\":[\"string\",\"null\"]},\"reason\":{\"$ref\":\"#/$de" +
|
|
796
|
-
"fs/SubscriptionCloseReason\"},\"subscriptionId\":{\"type\":\"string\"}},\"requir" +
|
|
797
|
-
"ed\":[\"subscriptionId\",\"reason\"],\"type\":\"object\"},\"TerminalResult\":{\"desc" +
|
|
798
|
-
"ription\":\"Authoritative terminal value for backends that can durably rec" +
|
|
799
|
-
"onstruct a completed graph.\\n\\nThis is additive to [`GetResult`]: backen" +
|
|
800
|
-
"ds that do not yet expose terminal values leave the\\noptional field abse" +
|
|
801
|
-
"nt, including when their status is already `finished`.\",\"oneOf\":[{\"addit" +
|
|
802
|
-
"ionalProperties\":false,\"properties\":{\"output\":true,\"status\":{\"const\":\"su" +
|
|
803
|
-
"cceeded\",\"type\":\"string\"}},\"required\":[\"status\",\"output\"],\"type\":\"object" +
|
|
804
|
-
"\"},{\"additionalProperties\":false,\"properties\":{\"reason\":{\"maxLength\":128" +
|
|
805
|
-
",\"minLength\":1,\"pattern\":\"^[A-Za-z_][A-Za-z0-9_.-]*$\",\"type\":\"string\"},\"" +
|
|
806
|
-
"status\":{\"const\":\"failed\",\"type\":\"string\"}},\"required\":[\"status\",\"reason" +
|
|
807
|
-
"\"],\"type\":\"object\"}]},\"TerminationWitness\":{\"oneOf\":[{\"additionalPropert" +
|
|
808
|
-
"ies\":false,\"properties\":{\"kind\":{\"const\":\"acyclic\",\"type\":\"string\"},\"ord" +
|
|
809
|
-
"er\":{\"$ref\":\"#/$defs/NonEmptyVec_of_NodeName\"}},\"required\":[\"kind\",\"orde" +
|
|
810
|
-
"r\"],\"type\":\"object\"},{\"additionalProperties\":false,\"properties\":{\"kind\":" +
|
|
811
|
-
"{\"const\":\"bounded\",\"type\":\"string\"},\"maxIterations\":{\"maximum\":900719925" +
|
|
812
|
-
"4740991,\"minimum\":1,\"type\":\"integer\"},\"ranking\":{\"$ref\":\"#/$defs/NonEmpt" +
|
|
813
|
-
"yVec_of_FieldPath\"}},\"required\":[\"kind\",\"ranking\",\"maxIterations\"],\"type" +
|
|
814
|
-
"\":\"object\"}]},\"TokenUsage\":{\"additionalProperties\":false,\"description\":\"" +
|
|
815
|
-
"Run-wide sum of provider-reported usage for every launched agent invocat" +
|
|
816
|
-
"ion.\\n\\n`complete` is false when at least one invocation did not report " +
|
|
817
|
-
"usable counters. Cache\\ncounters are omitted when the provider does not " +
|
|
818
|
-
"expose them consistently.\",\"properties\":{\"cacheCreationInputTokens\":{\"ma" +
|
|
819
|
-
"ximum\":9007199254740991,\"minimum\":0,\"type\":[\"integer\",\"null\"]},\"cacheRea" +
|
|
820
|
-
"dInputTokens\":{\"maximum\":9007199254740991,\"minimum\":0,\"type\":[\"integer\"," +
|
|
821
|
-
"\"null\"]},\"complete\":{\"type\":\"boolean\"},\"inputTokens\":{\"maximum\":90071992" +
|
|
822
|
-
"54740991,\"minimum\":0,\"type\":\"integer\"},\"outputTokens\":{\"maximum\":9007199" +
|
|
823
|
-
"254740991,\"minimum\":0,\"type\":\"integer\"}},\"required\":[\"inputTokens\",\"outp" +
|
|
824
|
-
"utTokens\",\"complete\"],\"type\":\"object\"},\"UpdateParams\":{\"additionalProper" +
|
|
825
|
-
"ties\":false,\"anyOf\":[{\"required\":[\"labels\"]},{\"required\":[\"logLevel\"]},{" +
|
|
826
|
-
"\"required\":[\"suspended\"]}],\"properties\":{\"idempotencyKey\":{\"maxLength\":2" +
|
|
724
|
+
"},\"title\":{\"maxLength\":256,\"minLength\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001f\\\\" +
|
|
725
|
+
"u007f-\\\\u009f]+$\",\"type\":\"string\"}},\"required\":[\"title\",\"graph\",\"initial" +
|
|
726
|
+
"Input\",\"runtime\",\"source\",\"submissionKey\"],\"type\":\"object\"},\"RunSubmitPa" +
|
|
727
|
+
"rams\":{\"additionalProperties\":false,\"description\":\"Trusted controller bo" +
|
|
728
|
+
"otstrap admission. The host assigns the only public run identity before\\" +
|
|
729
|
+
"ncontroller start; the immutable submission remains identity-neutral.\",\"" +
|
|
730
|
+
"properties\":{\"runId\":{\"type\":\"string\"},\"submission\":{\"$ref\":\"#/$defs/Run" +
|
|
731
|
+
"Submission\"}},\"required\":[\"runId\",\"submission\"],\"type\":\"object\"},\"RunSub" +
|
|
732
|
+
"mitResult\":{\"additionalProperties\":false,\"description\":\"A successful sub" +
|
|
733
|
+
"mission returns the one public identity used by every later run method.\"" +
|
|
734
|
+
",\"properties\":{\"runId\":{\"type\":\"string\"}},\"required\":[\"runId\"],\"type\":\"o" +
|
|
735
|
+
"bject\"},\"RunWatchEventNotification\":{\"additionalProperties\":false,\"descr" +
|
|
736
|
+
"iption\":\"One durable public status projection. `cursor` is stable run hi" +
|
|
737
|
+
"story, not a connection-local\\nsequence; clients resume strictly after i" +
|
|
738
|
+
"t.\",\"properties\":{\"cursor\":{\"type\":\"string\"},\"runId\":{\"type\":\"string\"},\"" +
|
|
739
|
+
"size\":{\"$ref\":\"#/$defs/RunSize\"},\"source\":{\"$ref\":\"#/$defs/ResolvedSourc" +
|
|
740
|
+
"e\"},\"status\":{\"$ref\":\"#/$defs/RunStatus\"},\"subscriptionId\":{\"type\":\"stri" +
|
|
741
|
+
"ng\"},\"title\":{\"maxLength\":256,\"minLength\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001" +
|
|
742
|
+
"f\\\\u007f-\\\\u009f]+$\",\"type\":\"string\"}},\"required\":[\"subscriptionId\",\"run" +
|
|
743
|
+
"Id\",\"title\",\"source\",\"size\",\"cursor\",\"status\"],\"type\":\"object\"},\"RunWatc" +
|
|
744
|
+
"hParams\":{\"additionalProperties\":false,\"description\":\"Establishes a dura" +
|
|
745
|
+
"ble run watch.\\n\\n`fromCursor` is exclusive. Reconnecting with the last " +
|
|
746
|
+
"delivered cursor therefore returns each\\nlater watch record once, with n" +
|
|
747
|
+
"o replayed boundary record and no skipped later record.\",\"properties\":{\"" +
|
|
748
|
+
"fromCursor\":{\"type\":[\"string\",\"null\"]},\"runId\":{\"type\":\"string\"}},\"requi" +
|
|
749
|
+
"red\":[\"runId\"],\"type\":\"object\"},\"RunWatchResult\":{\"additionalProperties\"" +
|
|
750
|
+
":false,\"properties\":{\"atCursor\":{\"type\":\"string\"},\"runId\":{\"type\":\"strin" +
|
|
751
|
+
"g\"},\"subscriptionId\":{\"type\":\"string\"}},\"required\":[\"subscriptionId\",\"ru" +
|
|
752
|
+
"nId\",\"atCursor\"],\"type\":\"object\"},\"RuntimePlan\":{\"oneOf\":[{\"additionalPr" +
|
|
753
|
+
"operties\":false,\"properties\":{\"harness\":{\"const\":\"codex\",\"type\":\"string\"" +
|
|
754
|
+
"},\"nodes\":{\"additionalProperties\":false,\"patternProperties\":{\"^[A-Za-z_]" +
|
|
755
|
+
"[A-Za-z0-9_.-]*$\":{\"$ref\":\"#/$defs/NodeRuntimeBinding\"}},\"type\":\"object\"" +
|
|
756
|
+
"},\"provider\":{\"$ref\":\"#/$defs/CodexProvider\"},\"size\":{\"$ref\":\"#/$defs/Ru" +
|
|
757
|
+
"nSize\"}},\"required\":[\"harness\",\"provider\",\"size\",\"nodes\"],\"type\":\"object" +
|
|
758
|
+
"\"},{\"additionalProperties\":false,\"properties\":{\"harness\":{\"const\":\"claud" +
|
|
759
|
+
"e\",\"type\":\"string\"},\"nodes\":{\"additionalProperties\":false,\"patternProper" +
|
|
760
|
+
"ties\":{\"^[A-Za-z_][A-Za-z0-9_.-]*$\":{\"$ref\":\"#/$defs/NodeRuntimeBinding\"" +
|
|
761
|
+
"}},\"type\":\"object\"},\"provider\":{\"$ref\":\"#/$defs/ClaudeProvider\"},\"size\":" +
|
|
762
|
+
"{\"$ref\":\"#/$defs/RunSize\"}},\"required\":[\"harness\",\"provider\",\"size\",\"nod" +
|
|
763
|
+
"es\"],\"type\":\"object\"}]},\"ServerCapabilities\":{\"additionalProperties\":fal" +
|
|
764
|
+
"se,\"properties\":{\"agentAttach\":{\"default\":false,\"type\":\"boolean\"},\"graph" +
|
|
765
|
+
"Profiles\":{\"default\":[],\"items\":{\"$ref\":\"#/$defs/GraphProfile\"},\"maxItem" +
|
|
766
|
+
"s\":2,\"not\":{\"minItems\":2,\"prefixItems\":[{\"const\":\"openengine.graph.singl" +
|
|
767
|
+
"e-worker/v1\"},{\"const\":\"openengine.graph.full/v1\"}]},\"type\":\"array\",\"uni" +
|
|
768
|
+
"queItems\":true},\"logs\":{\"default\":false,\"type\":\"boolean\"}},\"type\":\"objec" +
|
|
769
|
+
"t\"},\"SessionScope\":{\"enum\":[\"execution\",\"node_instance\"],\"type\":\"string\"" +
|
|
770
|
+
"},\"StopMode\":{\"enum\":[\"drain\",\"force\"],\"type\":\"string\"},\"StopParams\":{\"a" +
|
|
771
|
+
"dditionalProperties\":false,\"properties\":{\"idempotencyKey\":{\"maxLength\":2" +
|
|
827
772
|
"56,\"minLength\":1,\"pattern\":\"^[^\\\\u0000-\\\\u001f\\\\u007f-\\\\u009f]+$\",\"type\"" +
|
|
828
773
|
":\"string\"},\"ifGeneration\":{\"maximum\":9007199254740991,\"minimum\":0,\"type\"" +
|
|
829
|
-
":\"integer\"},\"
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"\"
|
|
837
|
-
"
|
|
838
|
-
"
|
|
839
|
-
"
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
"
|
|
843
|
-
"
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
-
"
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
":{\"
|
|
863
|
-
"
|
|
864
|
-
"}},\"required\":[\"
|
|
865
|
-
"\"additionalProperties\":false,\"properties\":{\"
|
|
866
|
-
"\"
|
|
867
|
-
"\"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
870
|
-
"
|
|
871
|
-
"
|
|
872
|
-
"
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
"
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
-
"
|
|
890
|
-
"\"
|
|
891
|
-
"
|
|
892
|
-
"
|
|
893
|
-
",\"
|
|
894
|
-
",\"
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
"
|
|
906
|
-
"\"$ref\":\"#/$defs/
|
|
907
|
-
"
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
"\"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
"$ref\":\"#/$defs/
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
"\"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
"
|
|
944
|
-
"
|
|
945
|
-
"
|
|
946
|
-
",\"
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"\"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"
|
|
774
|
+
":\"integer\"},\"mode\":{\"$ref\":\"#/$defs/StopMode\"}},\"required\":[\"mode\",\"ifGe" +
|
|
775
|
+
"neration\",\"idempotencyKey\"],\"type\":\"object\"},\"StopResult\":{\"additionalPr" +
|
|
776
|
+
"operties\":false,\"properties\":{\"acceptedMode\":{\"$ref\":\"#/$defs/StopMode\"}" +
|
|
777
|
+
",\"atCursor\":{\"type\":\"string\"},\"deduped\":{\"type\":\"boolean\"},\"effectiveMod" +
|
|
778
|
+
"e\":{\"$ref\":\"#/$defs/StopMode\"},\"generation\":{\"maximum\":9007199254740991," +
|
|
779
|
+
"\"minimum\":0,\"type\":\"integer\"},\"operational\":{\"$ref\":\"#/$defs/Operational" +
|
|
780
|
+
"Status\"},\"phase\":{\"$ref\":\"#/$defs/Phase\"},\"runId\":{\"type\":\"string\"}},\"re" +
|
|
781
|
+
"quired\":[\"generation\",\"runId\",\"phase\",\"acceptedMode\",\"effectiveMode\",\"op" +
|
|
782
|
+
"erational\",\"atCursor\",\"deduped\"],\"type\":\"object\"},\"StructuralBounds\":{\"a" +
|
|
783
|
+
"dditionalProperties\":false,\"properties\":{\"attemptsPerNode\":{\"additionalP" +
|
|
784
|
+
"roperties\":{\"maximum\":9007199254740991,\"minimum\":1,\"type\":\"integer\"},\"pr" +
|
|
785
|
+
"opertyNames\":{\"maxLength\":128,\"minLength\":1,\"pattern\":\"^[A-Za-z_][A-Za-z" +
|
|
786
|
+
"0-9_.-]*$\",\"type\":\"string\"},\"type\":\"object\"},\"maxNodeExecutions\":{\"maxim" +
|
|
787
|
+
"um\":9007199254740991,\"minimum\":1,\"type\":\"integer\"},\"peakConcurrency\":{\"m" +
|
|
788
|
+
"aximum\":9007199254740991,\"minimum\":1,\"type\":\"integer\"},\"termination\":{\"$" +
|
|
789
|
+
"ref\":\"#/$defs/TerminationWitness\"}},\"required\":[\"termination\",\"maxNodeEx" +
|
|
790
|
+
"ecutions\",\"peakConcurrency\",\"attemptsPerNode\"],\"type\":\"object\"},\"Subscri" +
|
|
791
|
+
"ptionCancelParams\":{\"additionalProperties\":false,\"description\":\"Wire bod" +
|
|
792
|
+
"y of the generic `subscription/cancel` client notification.\",\"properties" +
|
|
793
|
+
"\":{\"subscriptionId\":{\"type\":\"string\"}},\"required\":[\"subscriptionId\"],\"ty" +
|
|
794
|
+
"pe\":\"object\"},\"SubscriptionCloseReason\":{\"enum\":[\"done\",\"SLOW_CONSUMER\"]" +
|
|
795
|
+
",\"type\":\"string\"},\"SubscriptionClosedNotification\":{\"additionalPropertie" +
|
|
796
|
+
"s\":false,\"description\":\"Wire body of the terminal `subscription/closed` " +
|
|
797
|
+
"server notification.\",\"properties\":{\"lastDeliveredCursor\":{\"type\":[\"stri" +
|
|
798
|
+
"ng\",\"null\"]},\"reason\":{\"$ref\":\"#/$defs/SubscriptionCloseReason\"},\"subscr" +
|
|
799
|
+
"iptionId\":{\"type\":\"string\"}},\"required\":[\"subscriptionId\",\"reason\"],\"typ" +
|
|
800
|
+
"e\":\"object\"},\"TerminalResult\":{\"description\":\"Authoritative terminal val" +
|
|
801
|
+
"ue for backends that can durably reconstruct a completed graph.\\n\\nThis " +
|
|
802
|
+
"is additive to [`GetResult`]: backends that do not yet expose terminal v" +
|
|
803
|
+
"alues leave the\\noptional field absent, including when their status is a" +
|
|
804
|
+
"lready `finished`.\",\"oneOf\":[{\"additionalProperties\":false,\"properties\":" +
|
|
805
|
+
"{\"output\":true,\"status\":{\"const\":\"succeeded\",\"type\":\"string\"}},\"required" +
|
|
806
|
+
"\":[\"status\",\"output\"],\"type\":\"object\"},{\"additionalProperties\":false,\"pr" +
|
|
807
|
+
"operties\":{\"reason\":{\"maxLength\":128,\"minLength\":1,\"pattern\":\"^[A-Za-z_]" +
|
|
808
|
+
"[A-Za-z0-9_.-]*$\",\"type\":\"string\"},\"status\":{\"const\":\"failed\",\"type\":\"st" +
|
|
809
|
+
"ring\"}},\"required\":[\"status\",\"reason\"],\"type\":\"object\"}]},\"TerminationWi" +
|
|
810
|
+
"tness\":{\"oneOf\":[{\"additionalProperties\":false,\"properties\":{\"kind\":{\"co" +
|
|
811
|
+
"nst\":\"acyclic\",\"type\":\"string\"},\"order\":{\"$ref\":\"#/$defs/NonEmptyVec_of_" +
|
|
812
|
+
"NodeName\"}},\"required\":[\"kind\",\"order\"],\"type\":\"object\"},{\"additionalPro" +
|
|
813
|
+
"perties\":false,\"properties\":{\"kind\":{\"const\":\"bounded\",\"type\":\"string\"}," +
|
|
814
|
+
"\"maxIterations\":{\"maximum\":9007199254740991,\"minimum\":1,\"type\":\"integer\"" +
|
|
815
|
+
"},\"ranking\":{\"$ref\":\"#/$defs/NonEmptyVec_of_FieldPath\"}},\"required\":[\"ki" +
|
|
816
|
+
"nd\",\"ranking\",\"maxIterations\"],\"type\":\"object\"}]},\"TokenUsage\":{\"additio" +
|
|
817
|
+
"nalProperties\":false,\"description\":\"Run-wide sum of provider-reported us" +
|
|
818
|
+
"age for every launched agent invocation.\\n\\n`complete` is false when at " +
|
|
819
|
+
"least one invocation did not report usable counters. Cache\\ncounters are" +
|
|
820
|
+
" omitted when the provider does not expose them consistently.\",\"properti" +
|
|
821
|
+
"es\":{\"cacheCreationInputTokens\":{\"maximum\":9007199254740991,\"minimum\":0," +
|
|
822
|
+
"\"type\":[\"integer\",\"null\"]},\"cacheReadInputTokens\":{\"maximum\":90071992547" +
|
|
823
|
+
"40991,\"minimum\":0,\"type\":[\"integer\",\"null\"]},\"complete\":{\"type\":\"boolean" +
|
|
824
|
+
"\"},\"inputTokens\":{\"maximum\":9007199254740991,\"minimum\":0,\"type\":\"integer" +
|
|
825
|
+
"\"},\"outputTokens\":{\"maximum\":9007199254740991,\"minimum\":0,\"type\":\"intege" +
|
|
826
|
+
"r\"}},\"required\":[\"inputTokens\",\"outputTokens\",\"complete\"],\"type\":\"object" +
|
|
827
|
+
"\"},\"UpdateParams\":{\"additionalProperties\":false,\"anyOf\":[{\"required\":[\"l" +
|
|
828
|
+
"abels\"]},{\"required\":[\"logLevel\"]},{\"required\":[\"suspended\"]}],\"properti" +
|
|
829
|
+
"es\":{\"idempotencyKey\":{\"maxLength\":256,\"minLength\":1,\"pattern\":\"^[^\\\\u00" +
|
|
830
|
+
"00-\\\\u001f\\\\u007f-\\\\u009f]+$\",\"type\":\"string\"},\"ifGeneration\":{\"maximum\"" +
|
|
831
|
+
":9007199254740991,\"minimum\":0,\"type\":\"integer\"},\"labels\":{\"$ref\":\"#/$def" +
|
|
832
|
+
"s/Labels\"},\"logLevel\":{\"$ref\":\"#/$defs/LogLevel\"},\"suspended\":{\"type\":\"b" +
|
|
833
|
+
"oolean\"}},\"required\":[\"ifGeneration\",\"idempotencyKey\"],\"type\":\"object\"}," +
|
|
834
|
+
"\"UpdateResult\":{\"additionalProperties\":false,\"properties\":{\"atCursor\":{\"" +
|
|
835
|
+
"type\":\"string\"},\"deduped\":{\"type\":\"boolean\"},\"generation\":{\"maximum\":900" +
|
|
836
|
+
"7199254740991,\"minimum\":0,\"type\":\"integer\"},\"operational\":{\"$ref\":\"#/$de" +
|
|
837
|
+
"fs/OperationalStatus\"},\"phase\":{\"$ref\":\"#/$defs/Phase\"},\"runId\":{\"type\":" +
|
|
838
|
+
"\"string\"}},\"required\":[\"generation\",\"runId\",\"phase\",\"operational\",\"atCur" +
|
|
839
|
+
"sor\",\"deduped\"],\"type\":\"object\"},\"WatchEvent\":{\"description\":\"The closed" +
|
|
840
|
+
" public event algebra. `Phase` folds the observable cluster status (admi" +
|
|
841
|
+
"ssion\\ncommit, update, suspend/resume, stop-request); `NodeBegin`/`NodeE" +
|
|
842
|
+
"nd` are a testkit-only\\nsynthetic hook decoupled from the real dispatch/" +
|
|
843
|
+
"lease turn mechanism, since no native graph\\nexecutor exists yet; `Bookm" +
|
|
844
|
+
"ark` advances the cursor without changing folded public state;\\n`Fault` " +
|
|
845
|
+
"carries a durable, backend-neutral projected `BackendFault`: it correlat" +
|
|
846
|
+
"es to the\\nenclosing `EventNotification.run_id` plus its own optional op" +
|
|
847
|
+
"aque `executionRef`, and its\\nordering/emission never itself authorizes " +
|
|
848
|
+
"a retry or changes terminal semantics -- it folds to\\nno public status c" +
|
|
849
|
+
"hange, exactly like `Bookmark`; `Finished` is always the last event for " +
|
|
850
|
+
"a\\nrun.\",\"oneOf\":[{\"additionalProperties\":false,\"properties\":{\"admission" +
|
|
851
|
+
"\":{\"anyOf\":[{\"$ref\":\"#/$defs/AdmissionTransition\"},{\"type\":\"null\"}]},\"st" +
|
|
852
|
+
"atus\":{\"$ref\":\"#/$defs/ClusterStatus\"},\"type\":{\"const\":\"phase\",\"type\":\"s" +
|
|
853
|
+
"tring\"}},\"required\":[\"type\",\"status\"],\"type\":\"object\"},{\"additionalPrope" +
|
|
854
|
+
"rties\":false,\"properties\":{\"input\":true,\"node\":{\"$ref\":\"#/$defs/NodeAddr" +
|
|
855
|
+
"ess\"},\"type\":{\"const\":\"node_begin\",\"type\":\"string\"}},\"required\":[\"type\"," +
|
|
856
|
+
"\"node\",\"input\"],\"type\":\"object\"},{\"additionalProperties\":false,\"properti" +
|
|
857
|
+
"es\":{\"node\":{\"$ref\":\"#/$defs/NodeAddress\"},\"outcome\":{\"$ref\":\"#/$defs/Wo" +
|
|
858
|
+
"rkerOutcome\"},\"type\":{\"const\":\"node_end\",\"type\":\"string\"}},\"required\":[\"" +
|
|
859
|
+
"type\",\"node\",\"outcome\"],\"type\":\"object\"},{\"additionalProperties\":false,\"" +
|
|
860
|
+
"properties\":{\"type\":{\"const\":\"bookmark\",\"type\":\"string\"}},\"required\":[\"t" +
|
|
861
|
+
"ype\"],\"type\":\"object\"},{\"additionalProperties\":false,\"properties\":{\"faul" +
|
|
862
|
+
"t\":{\"$ref\":\"#/$defs/BackendFault\"},\"type\":{\"const\":\"fault\",\"type\":\"strin" +
|
|
863
|
+
"g\"}},\"required\":[\"type\",\"fault\"],\"type\":\"object\"},{\"additionalProperties" +
|
|
864
|
+
"\":false,\"properties\":{\"final_status\":{\"$ref\":\"#/$defs/ClusterStatus\"},\"s" +
|
|
865
|
+
"top_mode\":{\"anyOf\":[{\"$ref\":\"#/$defs/StopMode\"},{\"type\":\"null\"}]},\"type\"" +
|
|
866
|
+
":{\"const\":\"finished\",\"type\":\"string\"}},\"required\":[\"type\",\"final_status\"" +
|
|
867
|
+
"],\"type\":\"object\"}]},\"WatchParams\":{\"additionalProperties\":false,\"proper" +
|
|
868
|
+
"ties\":{\"fromCursor\":{\"default\":null,\"type\":[\"string\",\"null\"]},\"runId\":{\"" +
|
|
869
|
+
"default\":null,\"type\":[\"string\",\"null\"]}},\"type\":\"object\"},\"WatchResult\":" +
|
|
870
|
+
"{\"properties\":{\"atCursor\":{\"type\":[\"string\",\"null\"]},\"runId\":{\"type\":[\"s" +
|
|
871
|
+
"tring\",\"null\"]},\"subscriptionId\":{\"type\":\"string\"}},\"required\":[\"subscri" +
|
|
872
|
+
"ptionId\"],\"type\":\"object\"},\"WorkerErrorCode\":{\"enum\":[\"timeout\",\"crash\"," +
|
|
873
|
+
"\"malformed\",\"refusal\"],\"type\":\"string\"},\"WorkerFailureReason\":{\"enum\":[\"" +
|
|
874
|
+
"declared_failure\",\"policy_denied\",\"interactive_input_required\",\"authenti" +
|
|
875
|
+
"cation_required\",\"malformed_result\"],\"type\":\"string\"},\"WorkerOutcome\":{\"" +
|
|
876
|
+
"allOf\":[{\"$ref\":\"#/$defs/WorkerOutcomeWire\"},{\"if\":{\"properties\":{\"statu" +
|
|
877
|
+
"s\":{\"const\":\"error\"}},\"required\":[\"status\"]},\"then\":{\"oneOf\":[{\"properti" +
|
|
878
|
+
"es\":{\"reason\":{\"const\":\"declared_failure\"}},\"required\":[\"reason\"]},{\"pro" +
|
|
879
|
+
"perties\":{\"code\":{\"const\":\"refusal\"},\"reason\":{\"enum\":[\"policy_denied\",\"" +
|
|
880
|
+
"interactive_input_required\",\"authentication_required\"]}},\"required\":[\"co" +
|
|
881
|
+
"de\",\"reason\"]},{\"properties\":{\"code\":{\"const\":\"malformed\"},\"reason\":{\"co" +
|
|
882
|
+
"nst\":\"malformed_result\"}},\"required\":[\"code\",\"reason\"]}]}}]},\"WorkerOutc" +
|
|
883
|
+
"omeWire\":{\"oneOf\":[{\"additionalProperties\":false,\"properties\":{\"artifact" +
|
|
884
|
+
"s\":{\"items\":{\"$ref\":\"#/$defs/ArtifactRef\"},\"type\":\"array\"},\"output\":true" +
|
|
885
|
+
",\"status\":{\"const\":\"verified\",\"type\":\"string\"}},\"required\":[\"status\",\"ou" +
|
|
886
|
+
"tput\",\"artifacts\"],\"type\":\"object\"},{\"additionalProperties\":false,\"prope" +
|
|
887
|
+
"rties\":{\"artifacts\":{\"items\":{\"$ref\":\"#/$defs/ArtifactRef\"},\"type\":\"arra" +
|
|
888
|
+
"y\"},\"diagnostic\":true,\"output\":true,\"signals\":{\"additionalProperties\":{\"" +
|
|
889
|
+
"maxLength\":128,\"minLength\":1,\"pattern\":\"^[A-Za-z_][A-Za-z0-9_.-]*$\",\"typ" +
|
|
890
|
+
"e\":\"string\"},\"propertyNames\":{\"maxLength\":128,\"minLength\":1,\"pattern\":\"^" +
|
|
891
|
+
"[A-Za-z_][A-Za-z0-9_.-]*$\",\"type\":\"string\"},\"type\":\"object\"},\"status\":{\"" +
|
|
892
|
+
"const\":\"verifier\",\"type\":\"string\"}},\"required\":[\"status\",\"output\",\"signa" +
|
|
893
|
+
"ls\",\"diagnostic\",\"artifacts\"],\"type\":\"object\"},{\"additionalProperties\":f" +
|
|
894
|
+
"alse,\"properties\":{\"code\":{\"$ref\":\"#/$defs/WorkerErrorCode\"},\"reason\":{\"" +
|
|
895
|
+
"$ref\":\"#/$defs/WorkerFailureReason\"},\"status\":{\"const\":\"error\",\"type\":\"s" +
|
|
896
|
+
"tring\"}},\"required\":[\"status\",\"code\",\"reason\"],\"type\":\"object\"}]},\"Write" +
|
|
897
|
+
"Binding\":{\"additionalProperties\":false,\"properties\":{\"target\":{\"items\":{" +
|
|
898
|
+
"\"maxLength\":128,\"minLength\":1,\"pattern\":\"^[A-Za-z_][A-Za-z0-9_.-]*$\",\"ty" +
|
|
899
|
+
"pe\":\"string\"},\"maxItems\":64,\"minItems\":1,\"type\":\"array\"},\"value\":{\"$ref\"" +
|
|
900
|
+
":\"#/$defs/NodeOutputSelector\"}},\"required\":[\"value\",\"target\"],\"type\":\"ob" +
|
|
901
|
+
"ject\"}},\"$schema\":\"https://json-schema.org/draft/2020-12/schema\",\"proper" +
|
|
902
|
+
"ties\":{\"agent_attach_closed_notification\":{\"$ref\":\"#/$defs/JsonRpcNotifi" +
|
|
903
|
+
"cation8\"},\"agent_attach_event_notification\":{\"$ref\":\"#/$defs/JsonRpcNoti" +
|
|
904
|
+
"fication7\"},\"agent_attach_request\":{\"$ref\":\"#/$defs/JsonRpcRequest12\"},\"" +
|
|
905
|
+
"agent_attach_response\":{\"$ref\":\"#/$defs/JsonRpcResponse12\"},\"apply_reque" +
|
|
906
|
+
"st\":{\"$ref\":\"#/$defs/JsonRpcRequest3\"},\"apply_response\":{\"$ref\":\"#/$defs" +
|
|
907
|
+
"/JsonRpcResponse3\"},\"cancel_request_notification\":{\"$ref\":\"#/$defs/JsonR" +
|
|
908
|
+
"pcNotification4\"},\"delete_request\":{\"$ref\":\"#/$defs/JsonRpcRequest9\"},\"d" +
|
|
909
|
+
"elete_response\":{\"$ref\":\"#/$defs/JsonRpcResponse9\"},\"event_notification\"" +
|
|
910
|
+
":{\"$ref\":\"#/$defs/JsonRpcNotification\"},\"get_request\":{\"$ref\":\"#/$defs/J" +
|
|
911
|
+
"sonRpcRequest4\"},\"get_response\":{\"$ref\":\"#/$defs/JsonRpcResponse4\"},\"ini" +
|
|
912
|
+
"tialize_request\":{\"$ref\":\"#/$defs/JsonRpcRequest\"},\"initialize_response\"" +
|
|
913
|
+
":{\"$ref\":\"#/$defs/JsonRpcResponse\"},\"log_event_notification\":{\"$ref\":\"#/" +
|
|
914
|
+
"$defs/JsonRpcNotification5\"},\"logs_closed_notification\":{\"$ref\":\"#/$defs" +
|
|
915
|
+
"/JsonRpcNotification6\"},\"logs_request\":{\"$ref\":\"#/$defs/JsonRpcRequest11" +
|
|
916
|
+
"\"},\"logs_response\":{\"$ref\":\"#/$defs/JsonRpcResponse11\"},\"plan_request\":{" +
|
|
917
|
+
"\"$ref\":\"#/$defs/JsonRpcRequest2\"},\"plan_response\":{\"$ref\":\"#/$defs/JsonR" +
|
|
918
|
+
"pcResponse2\"},\"resubmit_request\":{\"$ref\":\"#/$defs/JsonRpcRequest8\"},\"res" +
|
|
919
|
+
"ubmit_response\":{\"$ref\":\"#/$defs/JsonRpcResponse8\"},\"retry_request\":{\"$r" +
|
|
920
|
+
"ef\":\"#/$defs/JsonRpcRequest7\"},\"retry_response\":{\"$ref\":\"#/$defs/JsonRpc" +
|
|
921
|
+
"Response7\"},\"run_attach_event_notification\":{\"$ref\":\"#/$defs/JsonRpcNoti" +
|
|
922
|
+
"fication11\"},\"run_attach_request\":{\"$ref\":\"#/$defs/JsonRpcRequest18\"},\"r" +
|
|
923
|
+
"un_attach_response\":{\"$ref\":\"#/$defs/JsonRpcResponse18\"},\"run_force_requ" +
|
|
924
|
+
"est\":{\"$ref\":\"#/$defs/JsonRpcRequest19\"},\"run_force_response\":{\"$ref\":\"#" +
|
|
925
|
+
"/$defs/JsonRpcResponse19\"},\"run_list_request\":{\"$ref\":\"#/$defs/JsonRpcRe" +
|
|
926
|
+
"quest14\"},\"run_list_response\":{\"$ref\":\"#/$defs/JsonRpcResponse14\"},\"run_" +
|
|
927
|
+
"log_event_notification\":{\"$ref\":\"#/$defs/JsonRpcNotification10\"},\"run_lo" +
|
|
928
|
+
"gs_request\":{\"$ref\":\"#/$defs/JsonRpcRequest17\"},\"run_logs_response\":{\"$r" +
|
|
929
|
+
"ef\":\"#/$defs/JsonRpcResponse17\"},\"run_status_request\":{\"$ref\":\"#/$defs/J" +
|
|
930
|
+
"sonRpcRequest15\"},\"run_status_response\":{\"$ref\":\"#/$defs/JsonRpcResponse" +
|
|
931
|
+
"15\"},\"run_submit_request\":{\"$ref\":\"#/$defs/JsonRpcRequest13\"},\"run_submi" +
|
|
932
|
+
"t_response\":{\"$ref\":\"#/$defs/JsonRpcResponse13\"},\"run_watch_event_notifi" +
|
|
933
|
+
"cation\":{\"$ref\":\"#/$defs/JsonRpcNotification9\"},\"run_watch_request\":{\"$r" +
|
|
934
|
+
"ef\":\"#/$defs/JsonRpcRequest16\"},\"run_watch_response\":{\"$ref\":\"#/$defs/Js" +
|
|
935
|
+
"onRpcResponse16\"},\"stop_request\":{\"$ref\":\"#/$defs/JsonRpcRequest6\"},\"sto" +
|
|
936
|
+
"p_response\":{\"$ref\":\"#/$defs/JsonRpcResponse6\"},\"subscription_cancel_not" +
|
|
937
|
+
"ification\":{\"$ref\":\"#/$defs/JsonRpcNotification2\"},\"subscription_closed_" +
|
|
938
|
+
"notification\":{\"$ref\":\"#/$defs/JsonRpcNotification3\"},\"update_request\":{" +
|
|
939
|
+
"\"$ref\":\"#/$defs/JsonRpcRequest5\"},\"update_response\":{\"$ref\":\"#/$defs/Jso" +
|
|
940
|
+
"nRpcResponse5\"},\"watch_request\":{\"$ref\":\"#/$defs/JsonRpcRequest10\"},\"wat" +
|
|
941
|
+
"ch_response\":{\"$ref\":\"#/$defs/JsonRpcResponse10\"}},\"required\":[\"initiali" +
|
|
942
|
+
"ze_request\",\"initialize_response\",\"plan_request\",\"plan_response\",\"apply_" +
|
|
943
|
+
"request\",\"apply_response\",\"get_request\",\"get_response\",\"update_request\"," +
|
|
944
|
+
"\"update_response\",\"stop_request\",\"stop_response\",\"retry_request\",\"retry_" +
|
|
945
|
+
"response\",\"resubmit_request\",\"resubmit_response\",\"delete_request\",\"delet" +
|
|
946
|
+
"e_response\",\"watch_request\",\"watch_response\",\"event_notification\",\"subsc" +
|
|
947
|
+
"ription_cancel_notification\",\"subscription_closed_notification\",\"cancel_" +
|
|
948
|
+
"request_notification\",\"logs_request\",\"logs_response\",\"log_event_notifica" +
|
|
949
|
+
"tion\",\"logs_closed_notification\",\"agent_attach_request\",\"agent_attach_re" +
|
|
950
|
+
"sponse\",\"agent_attach_event_notification\",\"agent_attach_closed_notificat" +
|
|
951
|
+
"ion\",\"run_submit_request\",\"run_submit_response\",\"run_list_request\",\"run_" +
|
|
952
|
+
"list_response\",\"run_status_request\",\"run_status_response\",\"run_watch_req" +
|
|
953
|
+
"uest\",\"run_watch_response\",\"run_watch_event_notification\",\"run_logs_requ" +
|
|
954
|
+
"est\",\"run_logs_response\",\"run_log_event_notification\",\"run_attach_reques" +
|
|
955
|
+
"t\",\"run_attach_response\",\"run_attach_event_notification\",\"run_force_requ" +
|
|
956
|
+
"est\",\"run_force_response\"],\"title\":\"ImplementedProtocolSchema\",\"type\":\"o" +
|
|
957
|
+
"bject\"}");
|