@tangle-network/agent-runtime 0.106.0 → 0.106.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/agent.js +1 -1
- package/dist/{backends-Dy8NujB4.js → backends-CiOCyRHb.js} +33 -3
- package/dist/{backends-Dy8NujB4.js.map → backends-CiOCyRHb.js.map} +1 -1
- package/dist/{conversation-XucG_K3l.js → conversation-BpLQZGPH.js} +2 -2
- package/dist/{conversation-XucG_K3l.js.map → conversation-BpLQZGPH.js.map} +1 -1
- package/dist/conversation.js +1 -1
- package/dist/index.js +4 -4
- package/dist/{loop-runner-bin-BwjQ1NfH.js → loop-runner-bin-CRagyuNb.js} +2 -2
- package/dist/{loop-runner-bin-BwjQ1NfH.js.map → loop-runner-bin-CRagyuNb.js.map} +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/loops.js +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/primeintellect/index.js +1 -1
- package/dist/{runtime-BG0BziaP.js → runtime-5zM5XxLr.js} +2 -2
- package/dist/{runtime-BG0BziaP.js.map → runtime-5zM5XxLr.js.map} +1 -1
- package/dist/testing.js +5 -5
- package/package.json +2 -1
package/dist/testing.js
CHANGED
|
@@ -3,7 +3,7 @@ import { d as verifyAgentImprovementProposal } from "./improvement-cycle-C095kS_
|
|
|
3
3
|
//#region src/testing/index.ts
|
|
4
4
|
const serializedAgentImprovementProposalFixture = JSON.stringify({
|
|
5
5
|
changedSurfaces: ["prompt"],
|
|
6
|
-
digest: "sha256:
|
|
6
|
+
digest: "sha256:67bcbf66508d68f380bb896532247aa1bfd402b5ab1edc0942f5a602f192233a",
|
|
7
7
|
evaluation: {
|
|
8
8
|
"decision": {
|
|
9
9
|
"contributingChecks": [
|
|
@@ -2335,7 +2335,7 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
|
|
|
2335
2335
|
],
|
|
2336
2336
|
"metadata": {
|
|
2337
2337
|
"fixture": "agent-improvement-proposal",
|
|
2338
|
-
"runtimeVersion": "0.106.
|
|
2338
|
+
"runtimeVersion": "0.106.1"
|
|
2339
2339
|
},
|
|
2340
2340
|
"objectives": [
|
|
2341
2341
|
{
|
|
@@ -2446,8 +2446,8 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
|
|
|
2446
2446
|
"baselineContentHash": "sha256:5c21ee53e513fc604cb09754e21c392b24a424da0ef37dbf8f1ee4a8a0b08f09",
|
|
2447
2447
|
"candidateContentHash": "sha256:60fcbb1c728194bd51d7d19cb732d1c3f1881dce7e0a6266b41c8b98cfd65693",
|
|
2448
2448
|
"kind": "agent-eval-loop",
|
|
2449
|
-
"recordDigest": "sha256:
|
|
2450
|
-
"runId": "agent-runtime-0.106.
|
|
2449
|
+
"recordDigest": "sha256:63d57f3dc406ffc45b6ba8c369870e75728ddf72eaf2441bafedb10261da918c",
|
|
2450
|
+
"runId": "agent-runtime-0.106.1-proposal-fixture",
|
|
2451
2451
|
"schema": "agent-candidate-experiment"
|
|
2452
2452
|
}
|
|
2453
2453
|
},
|
|
@@ -2469,7 +2469,7 @@ const serializedAgentImprovementProposalFixture = JSON.stringify({
|
|
|
2469
2469
|
}],
|
|
2470
2470
|
kind: "agent-improvement-proposal",
|
|
2471
2471
|
proposedAt: "2026-07-10T01:00:00.000Z",
|
|
2472
|
-
runId: "agent-runtime-0.106.
|
|
2472
|
+
runId: "agent-runtime-0.106.1-proposal-fixture"
|
|
2473
2473
|
});
|
|
2474
2474
|
/** Load an isolated, production-validated Runtime proposal for consumer tests. */
|
|
2475
2475
|
function loadAgentImprovementProposalFixture() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.106.
|
|
3
|
+
"version": "0.106.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": {
|
|
@@ -150,6 +150,7 @@
|
|
|
150
150
|
"generate:testing-fixture": "tsx scripts/generate-agent-improvement-proposal-fixture.ts",
|
|
151
151
|
"check:testing-fixture": "tsx scripts/generate-agent-improvement-proposal-fixture.ts --check",
|
|
152
152
|
"check:skills": "node scripts/check-skills.mjs",
|
|
153
|
+
"release:prepare": "node scripts/prepare-release.mjs",
|
|
153
154
|
"verify:bench": "pnpm build && pnpm --filter @tangle-network/agent-bench run typecheck:public && pnpm --filter @tangle-network/agent-bench test && pnpm --filter @tangle-network/agent-bench run verify:package:local-runtime",
|
|
154
155
|
"verify:bench:published": "pnpm build && pnpm --filter @tangle-network/agent-bench run typecheck:public && pnpm --filter @tangle-network/agent-bench test && pnpm --filter @tangle-network/agent-bench run verify:package",
|
|
155
156
|
"verify:package": "pnpm run build && pnpm run check:testing-fixture && pnpm run check:skills && publint && attw --pack --profile esm-only . && node scripts/verify-package-exports.mjs",
|