@tangle-network/agent-runtime 0.94.3 → 0.94.5
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-6SIVHKNH.js → chunk-4VMRCEI6.js} +2 -2
- package/dist/{chunk-YHK6MLB7.js → chunk-4WWSICFY.js} +2 -2
- package/dist/{chunk-OXQHAHOM.js → chunk-63TIZHMI.js} +3 -3
- package/dist/{chunk-7PSFJTJZ.js → chunk-GKZ6DFDN.js} +2 -2
- package/dist/{chunk-J3XISCCP.js → chunk-JMT5VYY3.js} +2 -2
- package/dist/{chunk-FDJFHWLD.js → chunk-LWNMCOEA.js} +3 -2
- package/dist/chunk-LWNMCOEA.js.map +1 -0
- package/dist/{chunk-EJSELWQY.js → chunk-RNWDH5Z3.js} +2 -2
- package/dist/{chunk-2GHZEULG.js → chunk-WQA5Y6PD.js} +8 -3
- package/dist/chunk-WQA5Y6PD.js.map +1 -0
- 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-6SIVHKNH.js.map → chunk-4VMRCEI6.js.map} +0 -0
- /package/dist/{chunk-YHK6MLB7.js.map → chunk-4WWSICFY.js.map} +0 -0
- /package/dist/{chunk-OXQHAHOM.js.map → chunk-63TIZHMI.js.map} +0 -0
- /package/dist/{chunk-7PSFJTJZ.js.map → chunk-GKZ6DFDN.js.map} +0 -0
- /package/dist/{chunk-J3XISCCP.js.map → chunk-JMT5VYY3.js.map} +0 -0
- /package/dist/{chunk-EJSELWQY.js.map → chunk-RNWDH5Z3.js.map} +0 -0
package/dist/agent.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-GKZ6DFDN.js";
|
|
2
2
|
import {
|
|
3
3
|
createSandboxForSpec
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LWNMCOEA.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-WQA5Y6PD.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
|
/**
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
DELEGATION_STATUS_DESCRIPTION,
|
|
9
9
|
DELEGATION_STATUS_INPUT_SCHEMA,
|
|
10
10
|
DELEGATION_STATUS_TOOL_NAME
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-LWNMCOEA.js";
|
|
12
12
|
|
|
13
13
|
// src/mcp/openai-tools.ts
|
|
14
14
|
function buildTool(name, description, parameters) {
|
|
@@ -45,4 +45,4 @@ export {
|
|
|
45
45
|
mcpToolsForRuntimeMcp,
|
|
46
46
|
mcpToolsForRuntimeMcpSubset
|
|
47
47
|
};
|
|
48
|
-
//# sourceMappingURL=chunk-
|
|
48
|
+
//# sourceMappingURL=chunk-4VMRCEI6.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runLocalHarness
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WQA5Y6PD.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-4WWSICFY.js.map
|
|
@@ -5,13 +5,13 @@ import {
|
|
|
5
5
|
definePersona,
|
|
6
6
|
runPersonified,
|
|
7
7
|
worktreeFanout
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-GKZ6DFDN.js";
|
|
9
9
|
import {
|
|
10
10
|
runAnalystLoop
|
|
11
11
|
} from "./chunk-ZQZX77MM.js";
|
|
12
12
|
import {
|
|
13
13
|
createExecutorRegistry
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LWNMCOEA.js";
|
|
15
15
|
import {
|
|
16
16
|
ConfigError
|
|
17
17
|
} from "./chunk-YEJR7IXO.js";
|
|
@@ -196,4 +196,4 @@ export {
|
|
|
196
196
|
runLoopRunnerCli,
|
|
197
197
|
parseLoopRunnerArgv
|
|
198
198
|
};
|
|
199
|
-
//# sourceMappingURL=chunk-
|
|
199
|
+
//# sourceMappingURL=chunk-63TIZHMI.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
settledToIteration,
|
|
14
14
|
supervise,
|
|
15
15
|
withDriverExecutor
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-LWNMCOEA.js";
|
|
17
17
|
import {
|
|
18
18
|
InMemoryResultBlobStore,
|
|
19
19
|
InMemorySpawnJournal
|
|
@@ -6339,4 +6339,4 @@ export {
|
|
|
6339
6339
|
computeFindingId,
|
|
6340
6340
|
makeFinding2 as makeFinding
|
|
6341
6341
|
};
|
|
6342
|
-
//# sourceMappingURL=chunk-
|
|
6342
|
+
//# sourceMappingURL=chunk-GKZ6DFDN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
agenticGenerator
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4WWSICFY.js";
|
|
4
4
|
import {
|
|
5
5
|
assertModelAllowed
|
|
6
6
|
} from "./chunk-ISTDY47H.js";
|
|
@@ -532,4 +532,4 @@ export {
|
|
|
532
532
|
applyImprovementWinnerToProfile,
|
|
533
533
|
improve
|
|
534
534
|
};
|
|
535
|
-
//# sourceMappingURL=chunk-
|
|
535
|
+
//# sourceMappingURL=chunk-JMT5VYY3.js.map
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
import {
|
|
34
34
|
harnessInvocation,
|
|
35
35
|
runLocalHarness
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-WQA5Y6PD.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-LWNMCOEA.js.map
|