@soat/cli 0.13.18 → 0.13.20
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/index.mjs +38 -14
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import yaml from "js-yaml";
|
|
|
11
11
|
import * as os from "node:os";
|
|
12
12
|
|
|
13
13
|
//#region package.json
|
|
14
|
-
var version = "0.13.
|
|
14
|
+
var version = "0.13.20";
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/cli-wrappers/wrappers/formations.ts
|
|
@@ -611,6 +611,12 @@ var routes = {
|
|
|
611
611
|
"required": false,
|
|
612
612
|
"type": "array",
|
|
613
613
|
"in": "body"
|
|
614
|
+
}, {
|
|
615
|
+
"name": "tools",
|
|
616
|
+
"description": "Ephemeral tool definitions available only to this agent's generations — no separate Tool resource is created (any `project_id` on an entry is ignored), so they never appear in `GET /tools` and cannot be targeted by `active_tool_ids`/ `step_rules` (which reference `tool_ids`). Cannot be of type `pipeline`; nest a persisted pipeline tool via `tool_ids` instead. Use `tool_ids` to reference existing tools and `tools` for ones scoped to just this agent.",
|
|
617
|
+
"required": false,
|
|
618
|
+
"type": "array",
|
|
619
|
+
"in": "body"
|
|
614
620
|
}, {
|
|
615
621
|
"name": "max_steps",
|
|
616
622
|
"description": "",
|
|
@@ -661,7 +667,7 @@ var routes = {
|
|
|
661
667
|
"in": "body"
|
|
662
668
|
}, {
|
|
663
669
|
"name": "reasoning",
|
|
664
|
-
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft. reflect and
|
|
670
|
+
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft, each step running 1..N branches over 1..R rounds. reflect, debate, and best-of-N are expressed as pipelines over this primitive — see the Agents module docs and the deep-thinking tutorial. As a per-generation override (in the generate request body), this replaces the agent's stored reasoning config entirely (object replace, not merge).",
|
|
665
671
|
"required": false,
|
|
666
672
|
"type": "object",
|
|
667
673
|
"in": "body"
|
|
@@ -743,6 +749,12 @@ var routes = {
|
|
|
743
749
|
"required": false,
|
|
744
750
|
"type": "array",
|
|
745
751
|
"in": "body"
|
|
752
|
+
}, {
|
|
753
|
+
"name": "tools",
|
|
754
|
+
"description": "Ephemeral tool definitions available only to this agent's generations — no separate Tool resource is created (any `project_id` on an entry is ignored), so they never appear in `GET /tools` and cannot be targeted by `active_tool_ids`/ `step_rules` (which reference `tool_ids`). Cannot be of type `pipeline`; nest a persisted pipeline tool via `tool_ids` instead. Replaces the agent's entire `tools` array; set to `null` to clear.",
|
|
755
|
+
"required": false,
|
|
756
|
+
"type": "array",
|
|
757
|
+
"in": "body"
|
|
746
758
|
}, {
|
|
747
759
|
"name": "max_steps",
|
|
748
760
|
"description": "",
|
|
@@ -793,7 +805,7 @@ var routes = {
|
|
|
793
805
|
"in": "body"
|
|
794
806
|
}, {
|
|
795
807
|
"name": "reasoning",
|
|
796
|
-
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft. reflect and
|
|
808
|
+
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft, each step running 1..N branches over 1..R rounds. reflect, debate, and best-of-N are expressed as pipelines over this primitive — see the Agents module docs and the deep-thinking tutorial. As a per-generation override (in the generate request body), this replaces the agent's stored reasoning config entirely (object replace, not merge).",
|
|
797
809
|
"required": false,
|
|
798
810
|
"type": "object",
|
|
799
811
|
"in": "body"
|
|
@@ -860,6 +872,12 @@ var routes = {
|
|
|
860
872
|
"required": false,
|
|
861
873
|
"type": "array",
|
|
862
874
|
"in": "body"
|
|
875
|
+
}, {
|
|
876
|
+
"name": "tools",
|
|
877
|
+
"description": "Ephemeral tool definitions available only to this agent's generations — no separate Tool resource is created (any `project_id` on an entry is ignored), so they never appear in `GET /tools` and cannot be targeted by `active_tool_ids`/ `step_rules` (which reference `tool_ids`). Cannot be of type `pipeline`; nest a persisted pipeline tool via `tool_ids` instead. Replaces the agent's entire `tools` array; set to `null` to clear.",
|
|
878
|
+
"required": false,
|
|
879
|
+
"type": "array",
|
|
880
|
+
"in": "body"
|
|
863
881
|
}, {
|
|
864
882
|
"name": "max_steps",
|
|
865
883
|
"description": "",
|
|
@@ -910,7 +928,7 @@ var routes = {
|
|
|
910
928
|
"in": "body"
|
|
911
929
|
}, {
|
|
912
930
|
"name": "reasoning",
|
|
913
|
-
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft. reflect and
|
|
931
|
+
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft, each step running 1..N branches over 1..R rounds. reflect, debate, and best-of-N are expressed as pipelines over this primitive — see the Agents module docs and the deep-thinking tutorial. As a per-generation override (in the generate request body), this replaces the agent's stored reasoning config entirely (object replace, not merge).",
|
|
914
932
|
"required": false,
|
|
915
933
|
"type": "object",
|
|
916
934
|
"in": "body"
|
|
@@ -1018,7 +1036,7 @@ var routes = {
|
|
|
1018
1036
|
"in": "body"
|
|
1019
1037
|
}, {
|
|
1020
1038
|
"name": "reasoning",
|
|
1021
|
-
"description": "
|
|
1039
|
+
"description": "Deep-thinking configuration. `effort` forwards provider-native reasoning; `mode: pipeline` runs an ordered list of reasoning steps after the base draft, each step running 1..N branches over 1..R rounds. reflect, debate, and best-of-N are expressed as pipelines over this primitive — see the Agents module docs and the deep-thinking tutorial. As a per-generation override (in the generate request body), this replaces the agent's stored reasoning config entirely (object replace, not merge).",
|
|
1022
1040
|
"required": false,
|
|
1023
1041
|
"type": "object",
|
|
1024
1042
|
"in": "body"
|
|
@@ -1813,7 +1831,7 @@ var routes = {
|
|
|
1813
1831
|
"in": "body"
|
|
1814
1832
|
}, {
|
|
1815
1833
|
"name": "metadata",
|
|
1816
|
-
"description": "Arbitrary metadata object",
|
|
1834
|
+
"description": "Arbitrary metadata object. Unlike other body fields, keys are stored and returned verbatim in the casing supplied — they are not converted between snake_case and camelCase.",
|
|
1817
1835
|
"required": false,
|
|
1818
1836
|
"type": "object",
|
|
1819
1837
|
"in": "body"
|
|
@@ -1948,7 +1966,7 @@ var routes = {
|
|
|
1948
1966
|
"in": "body"
|
|
1949
1967
|
}, {
|
|
1950
1968
|
"name": "metadata",
|
|
1951
|
-
"description": "Arbitrary metadata object",
|
|
1969
|
+
"description": "Arbitrary metadata object. Unlike other body fields, keys are stored and returned verbatim in the casing supplied — they are not converted between snake_case and camelCase.",
|
|
1952
1970
|
"required": false,
|
|
1953
1971
|
"type": "object",
|
|
1954
1972
|
"in": "body"
|
|
@@ -2473,7 +2491,7 @@ var routes = {
|
|
|
2473
2491
|
queryParams: [],
|
|
2474
2492
|
flags: [{
|
|
2475
2493
|
"name": "template",
|
|
2476
|
-
"description": "",
|
|
2494
|
+
"description": "A formation template supplied as either a JSON object or a YAML/JSON string. When a string is provided the server parses it with a YAML parser (JSON is valid YAML) before processing.\n",
|
|
2477
2495
|
"required": false,
|
|
2478
2496
|
"type": "string",
|
|
2479
2497
|
"in": "body"
|
|
@@ -2506,7 +2524,7 @@ var routes = {
|
|
|
2506
2524
|
"in": "body"
|
|
2507
2525
|
}, {
|
|
2508
2526
|
"name": "template",
|
|
2509
|
-
"description": "",
|
|
2527
|
+
"description": "A formation template supplied as either a JSON object or a YAML/JSON string. When a string is provided the server parses it with a YAML parser (JSON is valid YAML) before processing.\n",
|
|
2510
2528
|
"required": true,
|
|
2511
2529
|
"type": "string",
|
|
2512
2530
|
"in": "body"
|
|
@@ -2554,7 +2572,7 @@ var routes = {
|
|
|
2554
2572
|
"in": "body"
|
|
2555
2573
|
}, {
|
|
2556
2574
|
"name": "template",
|
|
2557
|
-
"description": "",
|
|
2575
|
+
"description": "A formation template supplied as either a JSON object or a YAML/JSON string. When a string is provided the server parses it with a YAML parser (JSON is valid YAML) before processing.\n",
|
|
2558
2576
|
"required": true,
|
|
2559
2577
|
"type": "string",
|
|
2560
2578
|
"in": "body"
|
|
@@ -2602,7 +2620,7 @@ var routes = {
|
|
|
2602
2620
|
"in": "path"
|
|
2603
2621
|
}, {
|
|
2604
2622
|
"name": "template",
|
|
2605
|
-
"description": "",
|
|
2623
|
+
"description": "A formation template supplied as either a JSON object or a YAML/JSON string. When a string is provided the server parses it with a YAML parser (JSON is valid YAML) before processing.\n",
|
|
2606
2624
|
"required": false,
|
|
2607
2625
|
"type": "string",
|
|
2608
2626
|
"in": "body"
|
|
@@ -3400,7 +3418,7 @@ var routes = {
|
|
|
3400
3418
|
"start-orchestration-run": {
|
|
3401
3419
|
serviceClass: "Orchestrations",
|
|
3402
3420
|
operationId: "startOrchestrationRun",
|
|
3403
|
-
description: "Creates
|
|
3421
|
+
description: "Creates a new run for the orchestration named by orchestration_id. By default the run executes durably in the background: the response returns immediately with status \"running\" and progress is observed via get-orchestration-run or run lifecycle webhook events (orchestration_runs.started/paused/completed/failed). Delay and poll waits are offloaded to a background scheduler and survive restarts. Pass wait=true to block until the run reaches a terminal or paused state (the legacy synchronous behaviour).",
|
|
3404
3422
|
moduleDocsUrl: "https://soat.ttoss.dev/docs/modules/orchestrations",
|
|
3405
3423
|
pathParams: [],
|
|
3406
3424
|
queryParams: [],
|
|
@@ -3416,6 +3434,12 @@ var routes = {
|
|
|
3416
3434
|
"required": false,
|
|
3417
3435
|
"type": "object",
|
|
3418
3436
|
"in": "body"
|
|
3437
|
+
}, {
|
|
3438
|
+
"name": "wait",
|
|
3439
|
+
"description": "When true, block until the run reaches a terminal (completed/failed) or paused state and return the settled run. When false (default), return immediately with status \"running\" and execute the run in the background.",
|
|
3440
|
+
"required": false,
|
|
3441
|
+
"type": "boolean",
|
|
3442
|
+
"in": "body"
|
|
3419
3443
|
}]
|
|
3420
3444
|
},
|
|
3421
3445
|
"cancel-orchestration-run": {
|
|
@@ -3528,7 +3552,7 @@ var routes = {
|
|
|
3528
3552
|
"name": "document",
|
|
3529
3553
|
"description": "",
|
|
3530
3554
|
"required": true,
|
|
3531
|
-
"type": "
|
|
3555
|
+
"type": "object",
|
|
3532
3556
|
"in": "body"
|
|
3533
3557
|
}]
|
|
3534
3558
|
},
|
|
@@ -3576,7 +3600,7 @@ var routes = {
|
|
|
3576
3600
|
"name": "document",
|
|
3577
3601
|
"description": "",
|
|
3578
3602
|
"required": true,
|
|
3579
|
-
"type": "
|
|
3603
|
+
"type": "object",
|
|
3580
3604
|
"in": "body"
|
|
3581
3605
|
}]
|
|
3582
3606
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soat/cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@inquirer/input": "^5.1.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@ttoss/logger": "^0.8.16",
|
|
9
9
|
"commander": "^15.0.0",
|
|
10
10
|
"js-yaml": "^4.2.0",
|
|
11
|
-
"@soat/sdk": "0.13.
|
|
11
|
+
"@soat/sdk": "0.13.20"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@ttoss/config": "^1.37.15",
|