@tangle-network/agent-runtime 0.107.1 → 0.107.2

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.
Files changed (2) hide show
  1. package/dist/testing.js +5 -5
  2. package/package.json +3 -3
package/dist/testing.js CHANGED
@@ -3,7 +3,7 @@ import { f as verifyAgentImprovementProposal } from "./improvement-cycle-Ulvvbg5
3
3
  //#region src/testing/index.ts
4
4
  const serializedAgentImprovementProposalFixture = JSON.stringify({
5
5
  changedSurfaces: ["prompt"],
6
- digest: "sha256:960a12d2e2aecddce838fe8e8d0baace8ecb798995ebfe24c632983ef584a80d",
6
+ digest: "sha256:4827b89fc44ae848377d620839451748615aff0247c0e0c75f889182eeb413b6",
7
7
  evaluation: {
8
8
  "decision": {
9
9
  "contributingChecks": [
@@ -2363,7 +2363,7 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
2363
2363
  ],
2364
2364
  "metadata": {
2365
2365
  "fixture": "agent-improvement-proposal",
2366
- "runtimeVersion": "0.107.1"
2366
+ "runtimeVersion": "0.107.2"
2367
2367
  },
2368
2368
  "objectives": [
2369
2369
  {
@@ -2474,8 +2474,8 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
2474
2474
  "baselineContentHash": "sha256:5c21ee53e513fc604cb09754e21c392b24a424da0ef37dbf8f1ee4a8a0b08f09",
2475
2475
  "candidateContentHash": "sha256:60fcbb1c728194bd51d7d19cb732d1c3f1881dce7e0a6266b41c8b98cfd65693",
2476
2476
  "kind": "agent-eval-loop",
2477
- "recordDigest": "sha256:69426f0f3850fb558635055606f5ba2c99250a40d66dd9a096a652e2283bc300",
2478
- "runId": "agent-runtime-0.107.1-proposal-fixture",
2477
+ "recordDigest": "sha256:6865263c72b0d5b11db601d815e5ef0e7c55d1e4e01b51a335dc9f5a9753278f",
2478
+ "runId": "agent-runtime-0.107.2-proposal-fixture",
2479
2479
  "schema": "agent-candidate-experiment"
2480
2480
  }
2481
2481
  },
@@ -2497,7 +2497,7 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
2497
2497
  }],
2498
2498
  kind: "agent-improvement-proposal",
2499
2499
  proposedAt: "2026-07-10T01:00:00.000Z",
2500
- runId: "agent-runtime-0.107.1-proposal-fixture"
2500
+ runId: "agent-runtime-0.107.2-proposal-fixture"
2501
2501
  });
2502
2502
  /** Load an isolated, production-validated Runtime proposal for consumer tests. */
2503
2503
  function loadAgentImprovementProposalFixture() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.107.1",
3
+ "version": "0.107.2",
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": {
@@ -103,7 +103,7 @@
103
103
  "@biomejs/biome": "^2.5.5",
104
104
  "@tangle-network/agent-eval": "0.133.0",
105
105
  "@tangle-network/agent-interface": "0.36.0",
106
- "@tangle-network/sandbox": "0.14.0",
106
+ "@tangle-network/sandbox": "0.15.0",
107
107
  "@types/node": "26.1.1",
108
108
  "@types/tar-stream": "3.1.4",
109
109
  "playwright": "^1.62.0",
@@ -122,7 +122,7 @@
122
122
  "peerDependencies": {
123
123
  "@tangle-network/agent-eval": ">=0.133.0 <0.134.0",
124
124
  "@tangle-network/agent-interface": ">=0.36.0 <0.37.0",
125
- "@tangle-network/sandbox": ">=0.14.0 <0.15.0",
125
+ "@tangle-network/sandbox": ">=0.15.0 <0.16.0",
126
126
  "playwright": "^1.40.0"
127
127
  },
128
128
  "peerDependenciesMeta": {