@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/index.mjs
CHANGED
|
@@ -4020,6 +4020,7 @@ function rpcTimeoutMsForMethod(method) {
|
|
|
4020
4020
|
case "effects.addCatalog":
|
|
4021
4021
|
case "effects.removeCatalog":
|
|
4022
4022
|
case "effects.refresh":
|
|
4023
|
+
case "harness.prepare":
|
|
4023
4024
|
return EFFECT_CONTROL_RPC_TIMEOUT_MS;
|
|
4024
4025
|
case "harness.run":
|
|
4025
4026
|
return HARNESS_RUN_RPC_TIMEOUT_MS;
|
|
@@ -17959,8 +17960,8 @@ var manifest_default = {
|
|
|
17959
17960
|
continuationBuilder: "buildContinuationInstruction:action-presentation",
|
|
17960
17961
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
17961
17962
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
17962
|
-
defaultModel: "gpt-5.
|
|
17963
|
-
modelMatrix: ["gpt-5.
|
|
17963
|
+
defaultModel: "gpt-5.6-luna",
|
|
17964
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
17964
17965
|
temperature: 0,
|
|
17965
17966
|
compatibility: {
|
|
17966
17967
|
minSdkVersion: "0.4.40",
|
|
@@ -18006,8 +18007,8 @@ var manifest_default2 = {
|
|
|
18006
18007
|
continuationBuilder: "buildContinuationInstruction:experimental-compact",
|
|
18007
18008
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18008
18009
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18009
|
-
defaultModel: "gpt-5.
|
|
18010
|
-
modelMatrix: ["gpt-5.
|
|
18010
|
+
defaultModel: "gpt-5.6-luna",
|
|
18011
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18011
18012
|
temperature: 0,
|
|
18012
18013
|
compatibility: {
|
|
18013
18014
|
minSdkVersion: "0.4.40",
|
|
@@ -18053,8 +18054,8 @@ var manifest_default3 = {
|
|
|
18053
18054
|
continuationBuilder: "buildContinuationInstruction",
|
|
18054
18055
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18055
18056
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18056
|
-
defaultModel: "gpt-5.
|
|
18057
|
-
modelMatrix: ["gpt-5.
|
|
18057
|
+
defaultModel: "gpt-5.6-luna",
|
|
18058
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18058
18059
|
temperature: 0,
|
|
18059
18060
|
compatibility: {
|
|
18060
18061
|
minSdkVersion: "0.4.40",
|