@tangle-network/agent-runtime 0.133.7 → 0.133.8
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/{activation-BeFr74qj.js → activation-CbgOt7bK.js} +2 -2
- package/dist/{activation-BeFr74qj.js.map → activation-CbgOt7bK.js.map} +1 -1
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +2 -2
- package/dist/{authoring-CxnWFZVk.js → authoring-DI2ZcORJ.js} +2 -2
- package/dist/{authoring-CxnWFZVk.js.map → authoring-DI2ZcORJ.js.map} +1 -1
- package/dist/{graph-C_rMgoWQ.js → graph-CnLcp2Tl.js} +2 -2
- package/dist/{graph-C_rMgoWQ.js.map → graph-CnLcp2Tl.js.map} +1 -1
- package/dist/{improvement-cycle-BBH8oYiA.js → improvement-cycle-ekj_ODWY.js} +3 -3
- package/dist/{improvement-cycle-BBH8oYiA.js.map → improvement-cycle-ekj_ODWY.js.map} +1 -1
- package/dist/{index-DLjXduyp.d.ts → index-CP8LBWD1.d.ts} +2 -2
- package/dist/{index-kMp8g-jT.d.ts → index-Cgo-tyB8.d.ts} +41 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7 -7
- package/dist/intelligence.js +3 -3
- package/dist/kernel.d.ts +2 -2
- package/dist/kernel.js +7 -7
- package/dist/{knowledge-DubRihOP.js → knowledge-BdJoVN9q.js} +3 -3
- package/dist/{knowledge-DubRihOP.js.map → knowledge-BdJoVN9q.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-CC5c39zY.d.ts → loop-runner-bin-BX_266wJ.d.ts} +2 -2
- package/dist/{loop-runner-bin-CMKMWSH6.js → loop-runner-bin-C1uQcY_O.js} +3 -3
- package/dist/{loop-runner-bin-CMKMWSH6.js.map → loop-runner-bin-C1uQcY_O.js.map} +1 -1
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +1 -1
- package/dist/mcp/index.js +4 -4
- package/dist/{openai-tools-DrQwA-X_.js → openai-tools-BTznyT19.js} +2 -2
- package/dist/{openai-tools-DrQwA-X_.js.map → openai-tools-BTznyT19.js.map} +1 -1
- package/dist/{runtime-VwxvxGN7.js → runtime-Br49sl8u.js} +79 -17
- package/dist/runtime-Br49sl8u.js.map +1 -0
- package/dist/{structural-rollout-eAj7HG0m.js → structural-rollout-C4_mifPH.js} +2 -2
- package/dist/{structural-rollout-eAj7HG0m.js.map → structural-rollout-C4_mifPH.js.map} +1 -1
- package/dist/{supervise-009CRDW1.js → supervise-BTwl4Cdi.js} +19 -5
- package/dist/supervise-BTwl4Cdi.js.map +1 -0
- package/dist/{supervisor-DNX8CXui.js → supervisor-BA87pb7g.js} +25 -2
- package/dist/supervisor-BA87pb7g.js.map +1 -0
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +11 -11
- package/package.json +1 -1
- package/dist/runtime-VwxvxGN7.js.map +0 -1
- package/dist/supervise-009CRDW1.js.map +0 -1
- package/dist/supervisor-DNX8CXui.js.map +0 -1
package/dist/testing.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Ja as superviseWithTestBrain, Ka as SuperviseTestOptions, Lt as RunGraphTestOptions, Vt as runGraphWithTestBrain, gn as driverAgent, hn as DriverAgentOptions, io as SupervisorAgentTestDeps, po as supervisorAgentWithTestBrain } from "./index-Cgo-tyB8.js";
|
|
2
2
|
import { nt as ToolLoopCallContext, rt as ToolLoopChat } from "./runtime-D-26vxJt.js";
|
|
3
3
|
import { AgentImprovementProposal, AgentProfile, AgentProfileImprovementMeasuredComparison, SandboxSizePreset } from "@tangle-network/agent-interface";
|
|
4
4
|
//#region src/testing/index.d.ts
|
package/dist/testing.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { $ as parseExactAgentProfile, K as applyExactAgentProfileDiff, rt as canonicalCandidateDigest$1, st as immutableCandidateValue } from "./prepare-DUbH3GD5.js";
|
|
2
|
-
import { f as verifyAgentImprovementProposal } from "./improvement-cycle-
|
|
3
|
-
import { c as supervisorAgentWithTestBrain, dt as driverAgent, r as superviseWithTestBrain } from "./supervise-
|
|
4
|
-
import { i as runGraphWithTestBrain } from "./graph-
|
|
2
|
+
import { f as verifyAgentImprovementProposal } from "./improvement-cycle-ekj_ODWY.js";
|
|
3
|
+
import { c as supervisorAgentWithTestBrain, dt as driverAgent, r as superviseWithTestBrain } from "./supervise-BTwl4Cdi.js";
|
|
4
|
+
import { i as runGraphWithTestBrain } from "./graph-CnLcp2Tl.js";
|
|
5
5
|
import { SANDBOX_SIZE_PRESET_NAMES } from "@tangle-network/agent-interface";
|
|
6
6
|
//#region src/testing/fixtures/agent-improvement-proposal.json
|
|
7
7
|
var agent_improvement_proposal_default = {
|
|
8
8
|
changedSurfaces: ["prompt"],
|
|
9
|
-
digest: "sha256:
|
|
9
|
+
digest: "sha256:b796270b8c13a4da5c1b15a64760b2b0426b5caa9c4309c8f6cdbee2c81d9c7e",
|
|
10
10
|
evaluation: {
|
|
11
11
|
"decision": {
|
|
12
12
|
"contributingChecks": [
|
|
@@ -4565,7 +4565,7 @@ var agent_improvement_proposal_default = {
|
|
|
4565
4565
|
],
|
|
4566
4566
|
"metadata": {
|
|
4567
4567
|
"fixture": "agent-improvement-proposal",
|
|
4568
|
-
"runtimeVersion": "0.133.
|
|
4568
|
+
"runtimeVersion": "0.133.8"
|
|
4569
4569
|
},
|
|
4570
4570
|
"objectives": [
|
|
4571
4571
|
{
|
|
@@ -4676,8 +4676,8 @@ var agent_improvement_proposal_default = {
|
|
|
4676
4676
|
"baselineContentHash": "sha256:5c21ee53e513fc604cb09754e21c392b24a424da0ef37dbf8f1ee4a8a0b08f09",
|
|
4677
4677
|
"candidateContentHash": "sha256:60fcbb1c728194bd51d7d19cb732d1c3f1881dce7e0a6266b41c8b98cfd65693",
|
|
4678
4678
|
"kind": "agent-eval-loop",
|
|
4679
|
-
"recordDigest": "sha256:
|
|
4680
|
-
"runId": "agent-runtime-0.133.
|
|
4679
|
+
"recordDigest": "sha256:cc78d293ce5c65a8a5cd34fd2a919ae76079325b2001e6204b76a3fe25c7afab",
|
|
4680
|
+
"runId": "agent-runtime-0.133.8-proposal-fixture",
|
|
4681
4681
|
"schema": "agent-candidate-experiment"
|
|
4682
4682
|
}
|
|
4683
4683
|
},
|
|
@@ -4700,13 +4700,13 @@ var agent_improvement_proposal_default = {
|
|
|
4700
4700
|
}],
|
|
4701
4701
|
kind: "agent-improvement-proposal",
|
|
4702
4702
|
proposedAt: "2026-07-10T01:00:00.000Z",
|
|
4703
|
-
runId: "agent-runtime-0.133.
|
|
4703
|
+
runId: "agent-runtime-0.133.8-proposal-fixture"
|
|
4704
4704
|
};
|
|
4705
4705
|
//#endregion
|
|
4706
4706
|
//#region src/testing/fixtures/agent-profile-improvement-proposal.json
|
|
4707
4707
|
var agent_profile_improvement_proposal_default = {
|
|
4708
4708
|
changedSurfaces: ["prompt", "skills"],
|
|
4709
|
-
digest: "sha256:
|
|
4709
|
+
digest: "sha256:e671ef99f3db6a5e8e815243648547e0a3f98603149dc1c87102c5408bbed764",
|
|
4710
4710
|
evaluation: {
|
|
4711
4711
|
"decision": {
|
|
4712
4712
|
"contributingChecks": [
|
|
@@ -6340,7 +6340,7 @@ var agent_profile_improvement_proposal_default = {
|
|
|
6340
6340
|
],
|
|
6341
6341
|
"metadata": {
|
|
6342
6342
|
"fixture": "agent-profile-improvement-proposal",
|
|
6343
|
-
"runtimeVersion": "0.133.
|
|
6343
|
+
"runtimeVersion": "0.133.8"
|
|
6344
6344
|
},
|
|
6345
6345
|
"objectives": [
|
|
6346
6346
|
{
|
|
@@ -6451,7 +6451,7 @@ var agent_profile_improvement_proposal_default = {
|
|
|
6451
6451
|
"baselineContentHash": "sha256:21c495a37c418c10bde64fbaa188beddeed31f1f051ea60a6a6582a9ee0db704",
|
|
6452
6452
|
"candidateContentHash": "sha256:103f77bc8481601eef1ad5fe6ba84a40dffabc3a44f421f8c8559121edab84e9",
|
|
6453
6453
|
"kind": "agent-eval-loop",
|
|
6454
|
-
"recordDigest": "sha256:
|
|
6454
|
+
"recordDigest": "sha256:fe30eea10ae7d824d1f107ece0537a4fa27f51da1303fddab33cc293c85ceac3",
|
|
6455
6455
|
"runId": "profile-improvement-1",
|
|
6456
6456
|
"schema": "agent-profile-improvement-experiment"
|
|
6457
6457
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.133.
|
|
3
|
+
"version": "0.133.8",
|
|
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": {
|