@granular-software/sdk 0.4.54 → 0.4.55
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 +13 -13
- package/dist/agent-evals.js.map +1 -1
- package/dist/agent-evals.mjs +13 -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 +6 -6
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17959,8 +17959,8 @@ var manifest_default = {
|
|
|
17959
17959
|
continuationBuilder: "buildContinuationInstruction:action-presentation",
|
|
17960
17960
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
17961
17961
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
17962
|
-
defaultModel: "gpt-5.
|
|
17963
|
-
modelMatrix: ["gpt-5.
|
|
17962
|
+
defaultModel: "gpt-5.6-luna",
|
|
17963
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
17964
17964
|
temperature: 0,
|
|
17965
17965
|
compatibility: {
|
|
17966
17966
|
minSdkVersion: "0.4.40",
|
|
@@ -18006,8 +18006,8 @@ var manifest_default2 = {
|
|
|
18006
18006
|
continuationBuilder: "buildContinuationInstruction:experimental-compact",
|
|
18007
18007
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18008
18008
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18009
|
-
defaultModel: "gpt-5.
|
|
18010
|
-
modelMatrix: ["gpt-5.
|
|
18009
|
+
defaultModel: "gpt-5.6-luna",
|
|
18010
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18011
18011
|
temperature: 0,
|
|
18012
18012
|
compatibility: {
|
|
18013
18013
|
minSdkVersion: "0.4.40",
|
|
@@ -18053,8 +18053,8 @@ var manifest_default3 = {
|
|
|
18053
18053
|
continuationBuilder: "buildContinuationInstruction",
|
|
18054
18054
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
18055
18055
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
18056
|
-
defaultModel: "gpt-5.
|
|
18057
|
-
modelMatrix: ["gpt-5.
|
|
18056
|
+
defaultModel: "gpt-5.6-luna",
|
|
18057
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
18058
18058
|
temperature: 0,
|
|
18059
18059
|
compatibility: {
|
|
18060
18060
|
minSdkVersion: "0.4.40",
|