@tangle-network/agent-runtime 0.177.0 → 0.177.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/dist/testing.js +8 -8
- package/package.json +2 -1
package/dist/testing.js
CHANGED
|
@@ -7,7 +7,7 @@ import { SANDBOX_SIZE_PRESET_NAMES } from "@tangle-network/agent-interface";
|
|
|
7
7
|
//#region src/testing/fixtures/agent-improvement-proposal.json
|
|
8
8
|
var agent_improvement_proposal_default = {
|
|
9
9
|
changedSurfaces: ["prompt"],
|
|
10
|
-
digest: "sha256:
|
|
10
|
+
digest: "sha256:07002045923dd6972efab82a2322128d67b3d89a21db356cec82d410aa303e75",
|
|
11
11
|
evaluation: {
|
|
12
12
|
"decision": {
|
|
13
13
|
"contributingChecks": [
|
|
@@ -4578,7 +4578,7 @@ var agent_improvement_proposal_default = {
|
|
|
4578
4578
|
],
|
|
4579
4579
|
"metadata": {
|
|
4580
4580
|
"fixture": "agent-improvement-proposal",
|
|
4581
|
-
"runtimeVersion": "0.177.
|
|
4581
|
+
"runtimeVersion": "0.177.1"
|
|
4582
4582
|
},
|
|
4583
4583
|
"objectives": [
|
|
4584
4584
|
{
|
|
@@ -4689,8 +4689,8 @@ var agent_improvement_proposal_default = {
|
|
|
4689
4689
|
"baselineContentHash": "sha256:5c21ee53e513fc604cb09754e21c392b24a424da0ef37dbf8f1ee4a8a0b08f09",
|
|
4690
4690
|
"candidateContentHash": "sha256:60fcbb1c728194bd51d7d19cb732d1c3f1881dce7e0a6266b41c8b98cfd65693",
|
|
4691
4691
|
"kind": "agent-eval-loop",
|
|
4692
|
-
"recordDigest": "sha256:
|
|
4693
|
-
"runId": "agent-runtime-0.177.
|
|
4692
|
+
"recordDigest": "sha256:4281b0eff022efe067655c7e4c6eaf78472b8b4d16f8f3382b32504a199dba17",
|
|
4693
|
+
"runId": "agent-runtime-0.177.1-proposal-fixture",
|
|
4694
4694
|
"schema": "agent-candidate-experiment"
|
|
4695
4695
|
}
|
|
4696
4696
|
},
|
|
@@ -4713,13 +4713,13 @@ var agent_improvement_proposal_default = {
|
|
|
4713
4713
|
}],
|
|
4714
4714
|
kind: "agent-improvement-proposal",
|
|
4715
4715
|
proposedAt: "2026-07-10T01:00:00.000Z",
|
|
4716
|
-
runId: "agent-runtime-0.177.
|
|
4716
|
+
runId: "agent-runtime-0.177.1-proposal-fixture"
|
|
4717
4717
|
};
|
|
4718
4718
|
//#endregion
|
|
4719
4719
|
//#region src/testing/fixtures/agent-profile-improvement-proposal.json
|
|
4720
4720
|
var agent_profile_improvement_proposal_default = {
|
|
4721
4721
|
changedSurfaces: ["prompt", "skills"],
|
|
4722
|
-
digest: "sha256:
|
|
4722
|
+
digest: "sha256:4a265e5ce2560182633bac269ebc8bed6d56eed0aaebfd4848ce173d90d4b4a2",
|
|
4723
4723
|
evaluation: {
|
|
4724
4724
|
"decision": {
|
|
4725
4725
|
"contributingChecks": [
|
|
@@ -6353,7 +6353,7 @@ var agent_profile_improvement_proposal_default = {
|
|
|
6353
6353
|
],
|
|
6354
6354
|
"metadata": {
|
|
6355
6355
|
"fixture": "agent-profile-improvement-proposal",
|
|
6356
|
-
"runtimeVersion": "0.177.
|
|
6356
|
+
"runtimeVersion": "0.177.1"
|
|
6357
6357
|
},
|
|
6358
6358
|
"objectives": [
|
|
6359
6359
|
{
|
|
@@ -6464,7 +6464,7 @@ var agent_profile_improvement_proposal_default = {
|
|
|
6464
6464
|
"baselineContentHash": "sha256:21c495a37c418c10bde64fbaa188beddeed31f1f051ea60a6a6582a9ee0db704",
|
|
6465
6465
|
"candidateContentHash": "sha256:103f77bc8481601eef1ad5fe6ba84a40dffabc3a44f421f8c8559121edab84e9",
|
|
6466
6466
|
"kind": "agent-eval-loop",
|
|
6467
|
-
"recordDigest": "sha256:
|
|
6467
|
+
"recordDigest": "sha256:09ec9a2e0ffee5b89d8f3040b9b484aaf6e9ce61f36e777f973bf4164729b195",
|
|
6468
6468
|
"runId": "profile-improvement-1",
|
|
6469
6469
|
"schema": "agent-profile-improvement-experiment"
|
|
6470
6470
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.177.
|
|
3
|
+
"version": "0.177.1",
|
|
4
4
|
"description": "Shared task-lifecycle skeleton for agents: a recursive loop kernel for chat turns, one-shot tasks, and multi-attempt loops, with trace capture and eval-gated self-improvement. Domain behavior lives in adapters; scoring and ship-gates in @tangle-network/agent-eval.",
|
|
5
5
|
"homepage": "https://github.com/tangle-network/agent-runtime#readme",
|
|
6
6
|
"repository": {
|
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
"check:skills": "node scripts/check-skills.mjs",
|
|
177
177
|
"check:model-execution-boundary": "node scripts/check-model-execution-boundary.mjs",
|
|
178
178
|
"check:publish-workflow": "node scripts/check-publish-workflow.mjs",
|
|
179
|
+
"check:upstream-evidence-workflow": "node scripts/check-upstream-evidence-workflow.mjs",
|
|
179
180
|
"check:version-bump": "node scripts/check-version-bump.mjs",
|
|
180
181
|
"check:api-surface": "node scripts/check-api-surface.mjs",
|
|
181
182
|
"api:surface": "node scripts/check-api-surface.mjs --write",
|