@tangle-network/agent-runtime 0.94.8 → 0.94.10
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 +2 -2
- package/dist/candidate-execution/index.js +2 -2
- package/dist/{chunk-MSUWXCHD.js → chunk-33OG2NN3.js} +2 -2
- package/dist/{chunk-HKMKUESZ.js → chunk-37V4KQDC.js} +79 -79
- package/dist/chunk-37V4KQDC.js.map +1 -0
- package/dist/{chunk-FRXDOBFP.js → chunk-C3UKLQ54.js} +221 -21
- package/dist/chunk-C3UKLQ54.js.map +1 -0
- package/dist/{chunk-5BT2NMML.js → chunk-FTXM7Q7P.js} +2 -2
- package/dist/{chunk-TNUBPPZA.js → chunk-HGRW27YY.js} +2 -2
- package/dist/{chunk-KYPVUEJ4.js → chunk-MXBQNVFE.js} +3 -3
- package/dist/{chunk-7HH22XN4.js → chunk-YP6B7RZ2.js} +2 -2
- package/dist/chunk-YP6B7RZ2.js.map +1 -0
- package/dist/{completion-gate-tzwyyD-E.d.ts → completion-gate-BB4IZwyh.d.ts} +45 -11
- package/dist/{coordination-o0TzS7Ms.d.ts → coordination-CyVQ61My.d.ts} +1 -1
- package/dist/index.d.ts +6 -5
- package/dist/index.js +7 -7
- package/dist/intelligence.js +1 -1
- package/dist/knowledge.d.ts +4 -3
- package/dist/knowledge.js +2 -2
- package/dist/{loop-runner-bin-iTSxSmpv.d.ts → loop-runner-bin-DA3ccCAs.d.ts} +1 -1
- package/dist/loop-runner-bin.d.ts +4 -3
- package/dist/loop-runner-bin.js +3 -3
- package/dist/loops.d.ts +9 -8
- package/dist/loops.js +2 -2
- package/dist/mcp/bin.js +1 -1
- package/dist/mcp/index.d.ts +5 -4
- package/dist/mcp/index.js +3 -3
- package/dist/{supervise-CRwaJIkd.d.ts → supervise-BaEsCHNh.d.ts} +2 -2
- package/dist/{worktree-fanout-BJy24LYe.d.ts → worktree-fanout-Do2YbtFD.d.ts} +11 -5
- package/package.json +1 -1
- package/dist/chunk-7HH22XN4.js.map +0 -1
- package/dist/chunk-FRXDOBFP.js.map +0 -1
- package/dist/chunk-HKMKUESZ.js.map +0 -1
- /package/dist/{chunk-MSUWXCHD.js.map → chunk-33OG2NN3.js.map} +0 -0
- /package/dist/{chunk-5BT2NMML.js.map → chunk-FTXM7Q7P.js.map} +0 -0
- /package/dist/{chunk-TNUBPPZA.js.map → chunk-HGRW27YY.js.map} +0 -0
- /package/dist/{chunk-KYPVUEJ4.js.map → chunk-MXBQNVFE.js.map} +0 -0
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
verifyBytes,
|
|
46
46
|
verifyMaterializedWorkspace,
|
|
47
47
|
withinCandidateCleanupDeadline
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-37V4KQDC.js";
|
|
49
49
|
|
|
50
50
|
// src/candidate-execution/builder.ts
|
|
51
51
|
import { verifyCodeSurface } from "@tangle-network/agent-eval/campaign";
|
|
@@ -1624,4 +1624,4 @@ export {
|
|
|
1624
1624
|
captureAgentCandidateWorkspaceFiles,
|
|
1625
1625
|
createAgentCandidateWorkspacePort
|
|
1626
1626
|
};
|
|
1627
|
-
//# sourceMappingURL=chunk-
|
|
1627
|
+
//# sourceMappingURL=chunk-FTXM7Q7P.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-5QOB7H74.js";
|
|
4
4
|
import {
|
|
5
5
|
supervise
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-C3UKLQ54.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-HGRW27YY.js.map
|
|
@@ -5,13 +5,13 @@ import {
|
|
|
5
5
|
definePersona,
|
|
6
6
|
runPersonified,
|
|
7
7
|
worktreeFanout
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YP6B7RZ2.js";
|
|
9
9
|
import {
|
|
10
10
|
runAnalystLoop
|
|
11
11
|
} from "./chunk-QDSOD7RC.js";
|
|
12
12
|
import {
|
|
13
13
|
createExecutorRegistry
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-C3UKLQ54.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-MXBQNVFE.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
settledToIteration,
|
|
14
14
|
supervise,
|
|
15
15
|
withDriverExecutor
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-C3UKLQ54.js";
|
|
17
17
|
import {
|
|
18
18
|
InMemoryResultBlobStore,
|
|
19
19
|
InMemorySpawnJournal
|
|
@@ -6417,4 +6417,4 @@ export {
|
|
|
6417
6417
|
computeFindingId,
|
|
6418
6418
|
makeFinding2 as makeFinding
|
|
6419
6419
|
};
|
|
6420
|
-
//# sourceMappingURL=chunk-
|
|
6420
|
+
//# sourceMappingURL=chunk-YP6B7RZ2.js.map
|