@granular-software/sdk 0.4.54 → 0.4.56
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/agent-evals.js +14 -13
- package/dist/agent-evals.js.map +1 -1
- package/dist/agent-evals.mjs +14 -13
- package/dist/agent-evals.mjs.map +1 -1
- package/dist/agent-harness.js +6 -6
- package/dist/agent-harness.js.map +1 -1
- package/dist/agent-harness.mjs +6 -6
- package/dist/agent-harness.mjs.map +1 -1
- package/dist/cli/index.js +7 -6
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -19556,6 +19556,7 @@ function rpcTimeoutMsForMethod(method) {
|
|
|
19556
19556
|
case "effects.addCatalog":
|
|
19557
19557
|
case "effects.removeCatalog":
|
|
19558
19558
|
case "effects.refresh":
|
|
19559
|
+
case "harness.prepare":
|
|
19559
19560
|
return EFFECT_CONTROL_RPC_TIMEOUT_MS;
|
|
19560
19561
|
case "harness.run":
|
|
19561
19562
|
return HARNESS_RUN_RPC_TIMEOUT_MS;
|
|
@@ -26883,8 +26884,8 @@ var manifest_default = {
|
|
|
26883
26884
|
continuationBuilder: "buildContinuationInstruction:action-presentation",
|
|
26884
26885
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
26885
26886
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
26886
|
-
defaultModel: "gpt-5.
|
|
26887
|
-
modelMatrix: ["gpt-5.
|
|
26887
|
+
defaultModel: "gpt-5.6-luna",
|
|
26888
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
26888
26889
|
temperature: 0,
|
|
26889
26890
|
compatibility: {
|
|
26890
26891
|
minSdkVersion: "0.4.40",
|
|
@@ -26930,8 +26931,8 @@ var manifest_default2 = {
|
|
|
26930
26931
|
continuationBuilder: "buildContinuationInstruction:experimental-compact",
|
|
26931
26932
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
26932
26933
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
26933
|
-
defaultModel: "gpt-5.
|
|
26934
|
-
modelMatrix: ["gpt-5.
|
|
26934
|
+
defaultModel: "gpt-5.6-luna",
|
|
26935
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
26935
26936
|
temperature: 0,
|
|
26936
26937
|
compatibility: {
|
|
26937
26938
|
minSdkVersion: "0.4.40",
|
|
@@ -26977,8 +26978,8 @@ var manifest_default3 = {
|
|
|
26977
26978
|
continuationBuilder: "buildContinuationInstruction",
|
|
26978
26979
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
26979
26980
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
26980
|
-
defaultModel: "gpt-5.
|
|
26981
|
-
modelMatrix: ["gpt-5.
|
|
26981
|
+
defaultModel: "gpt-5.6-luna",
|
|
26982
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
26982
26983
|
temperature: 0,
|
|
26983
26984
|
compatibility: {
|
|
26984
26985
|
minSdkVersion: "0.4.40",
|
package/dist/index.js
CHANGED
|
@@ -4042,6 +4042,7 @@ function rpcTimeoutMsForMethod(method) {
|
|
|
4042
4042
|
case "effects.addCatalog":
|
|
4043
4043
|
case "effects.removeCatalog":
|
|
4044
4044
|
case "effects.refresh":
|
|
4045
|
+
case "harness.prepare":
|
|
4045
4046
|
return EFFECT_CONTROL_RPC_TIMEOUT_MS;
|
|
4046
4047
|
case "harness.run":
|
|
4047
4048
|
return HARNESS_RUN_RPC_TIMEOUT_MS;
|
|
@@ -17981,8 +17982,8 @@ var manifest_default = {
|
|
|
17981
17982
|
continuationBuilder: "buildContinuationInstruction:action-presentation",
|
|
17982
17983
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
17983
17984
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
17984
|
-
defaultModel: "gpt-5.
|
|
17985
|
-
modelMatrix: ["gpt-5.
|
|
17985
|
+
defaultModel: "gpt-5.6-luna",
|
|
17986
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
17986
17987
|
temperature: 0,
|
|
17987
17988
|
compatibility: {
|
|
17988
17989
|
minSdkVersion: "0.4.40",
|
|
@@ -18028,8 +18029,8 @@ var manifest_default2 = {
|
|
|
18028
18029
|
continuationBuilder: "buildContinuationInstruction:experimental-compact",
|
|
18029
18030
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18030
18031
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18031
|
-
defaultModel: "gpt-5.
|
|
18032
|
-
modelMatrix: ["gpt-5.
|
|
18032
|
+
defaultModel: "gpt-5.6-luna",
|
|
18033
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18033
18034
|
temperature: 0,
|
|
18034
18035
|
compatibility: {
|
|
18035
18036
|
minSdkVersion: "0.4.40",
|
|
@@ -18075,8 +18076,8 @@ var manifest_default3 = {
|
|
|
18075
18076
|
continuationBuilder: "buildContinuationInstruction",
|
|
18076
18077
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18077
18078
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18078
|
-
defaultModel: "gpt-5.
|
|
18079
|
-
modelMatrix: ["gpt-5.
|
|
18079
|
+
defaultModel: "gpt-5.6-luna",
|
|
18080
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18080
18081
|
temperature: 0,
|
|
18081
18082
|
compatibility: {
|
|
18082
18083
|
minSdkVersion: "0.4.40",
|