@tangle-network/agent-runtime 0.94.3 → 0.94.4
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 +3 -3
- package/dist/{agentic-generator-B7Cyl6cn.d.ts → agentic-generator-CL1q0H91.d.ts} +1 -1
- package/dist/{chunk-EJSELWQY.js → chunk-CHP7TESJ.js} +2 -2
- package/dist/{chunk-YHK6MLB7.js → chunk-IXIUSPT3.js} +2 -2
- package/dist/{chunk-FDJFHWLD.js → chunk-MDJJHYNQ.js} +3 -2
- package/dist/chunk-MDJJHYNQ.js.map +1 -0
- package/dist/{chunk-6SIVHKNH.js → chunk-NSXVEWZT.js} +2 -2
- package/dist/{chunk-OXQHAHOM.js → chunk-QUYOHVN7.js} +3 -3
- package/dist/{chunk-2GHZEULG.js → chunk-RRHPT3CQ.js} +2 -1
- package/dist/chunk-RRHPT3CQ.js.map +1 -0
- package/dist/{chunk-7PSFJTJZ.js → chunk-SDR45ZQB.js} +2 -2
- package/dist/{chunk-J3XISCCP.js → chunk-ZZE642DF.js} +2 -2
- package/dist/{completion-gate-CDnL2Wws.d.ts → completion-gate-CfX2thvL.d.ts} +3 -1
- package/dist/{coordination-DzXsfxre.d.ts → coordination-pOGZuYS7.d.ts} +2 -2
- package/dist/{improve-mrYmy_1e.d.ts → improve-Ciuvu2jh.d.ts} +2 -2
- package/dist/index.d.ts +10 -10
- package/dist/index.js +8 -8
- package/dist/intelligence.d.ts +3 -3
- package/dist/intelligence.js +3 -3
- package/dist/knowledge.d.ts +4 -4
- package/dist/knowledge.js +3 -3
- package/dist/lifecycle.d.ts +3 -3
- package/dist/lifecycle.js +2 -2
- package/dist/{local-harness-C2HDGiOY.d.ts → local-harness-CePtFrwu.d.ts} +2 -0
- package/dist/{loop-runner-bin-z1nz1Wks.d.ts → loop-runner-bin-B4PwjVaF.d.ts} +1 -1
- package/dist/loop-runner-bin.d.ts +4 -4
- package/dist/loop-runner-bin.js +4 -4
- package/dist/loops.d.ts +9 -9
- package/dist/loops.js +3 -3
- package/dist/mcp/bin.js +2 -2
- package/dist/mcp/index.d.ts +6 -6
- package/dist/mcp/index.js +4 -4
- package/dist/{mcp-serve-verifier-C65X30mY.d.ts → mcp-serve-verifier-D7hCZIkT.d.ts} +1 -1
- package/dist/{supervise-BWFqM8bL.d.ts → supervise-Y3w878fN.d.ts} +2 -2
- package/dist/{worktree-fanout-BaD6BDr2.d.ts → worktree-fanout-DmBvR-_O.d.ts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2GHZEULG.js.map +0 -1
- package/dist/chunk-FDJFHWLD.js.map +0 -1
- /package/dist/{chunk-EJSELWQY.js.map → chunk-CHP7TESJ.js.map} +0 -0
- /package/dist/{chunk-YHK6MLB7.js.map → chunk-IXIUSPT3.js.map} +0 -0
- /package/dist/{chunk-6SIVHKNH.js.map → chunk-NSXVEWZT.js.map} +0 -0
- /package/dist/{chunk-OXQHAHOM.js.map → chunk-QUYOHVN7.js.map} +0 -0
- /package/dist/{chunk-7PSFJTJZ.js.map → chunk-SDR45ZQB.js.map} +0 -0
- /package/dist/{chunk-J3XISCCP.js.map → chunk-ZZE642DF.js.map} +0 -0
package/dist/agent.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-SDR45ZQB.js";
|
|
2
2
|
import {
|
|
3
3
|
createSandboxForSpec
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MDJJHYNQ.js";
|
|
5
5
|
import "./chunk-DPEUKJRO.js";
|
|
6
6
|
import "./chunk-ISTDY47H.js";
|
|
7
7
|
import "./chunk-WIPGQ4GT.js";
|
|
@@ -10,7 +10,7 @@ import "./chunk-3MDZX7YU.js";
|
|
|
10
10
|
import {
|
|
11
11
|
mapSandboxEvent
|
|
12
12
|
} from "./chunk-FVJ7M3DA.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-RRHPT3CQ.js";
|
|
14
14
|
import {
|
|
15
15
|
ValidationError
|
|
16
16
|
} from "./chunk-YEJR7IXO.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnalystFinding } from '@tangle-network/agent-eval';
|
|
2
|
-
import { L as LocalHarness, r as runLocalHarness } from './local-harness-
|
|
2
|
+
import { L as LocalHarness, r as runLocalHarness } from './local-harness-CePtFrwu.js';
|
|
3
3
|
import { LabeledScenarioStore, WorktreeAdapter, SurfaceProposer } from '@tangle-network/agent-eval/campaign';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-5QOB7H74.js";
|
|
4
4
|
import {
|
|
5
5
|
supervise
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MDJJHYNQ.js";
|
|
7
7
|
|
|
8
8
|
// src/knowledge/improvement-job.ts
|
|
9
9
|
import {
|
|
@@ -211,4 +211,4 @@ export {
|
|
|
211
211
|
createAgentKnowledgeReadinessCheck,
|
|
212
212
|
runKnowledgeImprovementJob
|
|
213
213
|
};
|
|
214
|
-
//# sourceMappingURL=chunk-
|
|
214
|
+
//# sourceMappingURL=chunk-CHP7TESJ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runLocalHarness
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RRHPT3CQ.js";
|
|
4
4
|
|
|
5
5
|
// src/improvement/agentic-generator.ts
|
|
6
6
|
import { spawnSync } from "child_process";
|
|
@@ -207,4 +207,4 @@ export {
|
|
|
207
207
|
agenticGenerator,
|
|
208
208
|
commandVerifier
|
|
209
209
|
};
|
|
210
|
-
//# sourceMappingURL=chunk-
|
|
210
|
+
//# sourceMappingURL=chunk-IXIUSPT3.js.map
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
import {
|
|
34
34
|
harnessInvocation,
|
|
35
35
|
runLocalHarness
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-RRHPT3CQ.js";
|
|
37
37
|
import {
|
|
38
38
|
AgentEvalError,
|
|
39
39
|
ConfigError,
|
|
@@ -2023,6 +2023,7 @@ async function runWorktreeHarness(opts) {
|
|
|
2023
2023
|
...harnessResult.evidence ? {
|
|
2024
2024
|
cliVersion: harnessResult.evidence.cliVersion,
|
|
2025
2025
|
executableSha256: harnessResult.evidence.executableSha256,
|
|
2026
|
+
requestedPromptSha256: harnessResult.evidence.requestedPromptSha256,
|
|
2026
2027
|
effectivePromptSha256: harnessResult.evidence.effectivePromptSha256,
|
|
2027
2028
|
nonPromptArgsSha256: harnessResult.evidence.nonPromptArgsSha256,
|
|
2028
2029
|
controlledConfigSha256: harnessResult.evidence.controlledConfigSha256,
|
|
@@ -6625,4 +6626,4 @@ export {
|
|
|
6625
6626
|
workerFromBackend,
|
|
6626
6627
|
supervise
|
|
6627
6628
|
};
|
|
6628
|
-
//# sourceMappingURL=chunk-
|
|
6629
|
+
//# sourceMappingURL=chunk-MDJJHYNQ.js.map
|