@tangle-network/agent-runtime 0.77.0 → 0.79.0
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.d.ts +1 -1
- package/dist/agent.js +3 -3
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/{chunk-O2UPHN7X.js → chunk-5JAUQZQA.js} +1 -1
- package/dist/chunk-5JAUQZQA.js.map +1 -0
- package/dist/{chunk-RQYPH2QE.js → chunk-EZ2QESTP.js} +871 -33
- package/dist/chunk-EZ2QESTP.js.map +1 -0
- package/dist/{chunk-LFL7K5FM.js → chunk-F6G3SSHY.js} +2 -2
- package/dist/{chunk-KKHMDE5I.js → chunk-GZX3PI7V.js} +3 -3
- package/dist/{chunk-JPURCA2O.js → chunk-LWGVVP2C.js} +2 -2
- package/dist/{chunk-CEW5BMGN.js → chunk-N2JJDGLJ.js} +2 -2
- package/dist/chunk-N2JJDGLJ.js.map +1 -0
- package/dist/{coordination-CZe4lTxy.d.ts → coordination-09JTQnlF.d.ts} +88 -25
- package/dist/index.d.ts +9 -9
- package/dist/index.js +6 -6
- package/dist/intelligence.d.ts +1 -1
- package/dist/lifecycle.d.ts +2 -2
- package/dist/lifecycle.js +2 -2
- package/dist/{local-harness-BE_h8szs.d.ts → local-harness-DU7yV6mG.d.ts} +1 -1
- package/dist/{loop-runner-bin-Dbtg787n.d.ts → loop-runner-bin-Ddgf4DkS.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +5 -5
- package/dist/loop-runner-bin.js +4 -4
- package/dist/loops.d.ts +12 -11
- package/dist/loops.js +13 -3
- package/dist/mcp/bin.js +2 -2
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +12 -12
- package/dist/mcp/index.js +4 -4
- package/dist/mcp/index.js.map +1 -1
- package/dist/{mcp-serve-verifier-CT1KLTG_.d.ts → mcp-serve-verifier-BvMAV_8U.d.ts} +1 -1
- package/dist/{openai-tools-D5tcirFF.d.ts → openai-tools-B-3v06BE.d.ts} +1 -1
- package/dist/profiles.d.ts +1 -1
- package/dist/{types-B-jWSfcu.d.ts → types-BF-MEsQB.d.ts} +21 -0
- package/dist/{worktree-CDxqwxGo.d.ts → worktree-CUn0d-ZT.d.ts} +2 -2
- package/dist/{worktree-fanout-CljF1L2v.d.ts → worktree-fanout-DwwatTdY.d.ts} +3 -3
- package/package.json +3 -7
- package/dist/chunk-CEW5BMGN.js.map +0 -1
- package/dist/chunk-O2UPHN7X.js.map +0 -1
- package/dist/chunk-RQYPH2QE.js.map +0 -1
- /package/dist/{chunk-LFL7K5FM.js.map → chunk-F6G3SSHY.js.map} +0 -0
- /package/dist/{chunk-KKHMDE5I.js.map → chunk-GZX3PI7V.js.map} +0 -0
- /package/dist/{chunk-JPURCA2O.js.map → chunk-LWGVVP2C.js.map} +0 -0
|
@@ -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-EZ2QESTP.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-F6G3SSHY.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
definePersona,
|
|
6
6
|
runPersonified,
|
|
7
7
|
worktreeFanout
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-N2JJDGLJ.js";
|
|
9
9
|
import {
|
|
10
10
|
createExecutorRegistry
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-EZ2QESTP.js";
|
|
12
12
|
import {
|
|
13
13
|
runAnalystLoop
|
|
14
14
|
} from "./chunk-IODKUOBA.js";
|
|
@@ -196,4 +196,4 @@ export {
|
|
|
196
196
|
runLoopRunnerCli,
|
|
197
197
|
parseLoopRunnerArgv
|
|
198
198
|
};
|
|
199
|
-
//# sourceMappingURL=chunk-
|
|
199
|
+
//# sourceMappingURL=chunk-GZX3PI7V.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runLocalHarness
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5JAUQZQA.js";
|
|
4
4
|
|
|
5
5
|
// src/improvement/agentic-generator.ts
|
|
6
6
|
import { spawnSync } from "child_process";
|
|
@@ -263,4 +263,4 @@ export {
|
|
|
263
263
|
mcpBuildPrompt,
|
|
264
264
|
mcpServeVerifier
|
|
265
265
|
};
|
|
266
|
-
//# sourceMappingURL=chunk-
|
|
266
|
+
//# sourceMappingURL=chunk-LWGVVP2C.js.map
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
stringifySafe,
|
|
20
20
|
withDriverExecutor,
|
|
21
21
|
zeroTokenUsage
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-EZ2QESTP.js";
|
|
23
23
|
import {
|
|
24
24
|
AnalystError,
|
|
25
25
|
PlannerError,
|
|
@@ -4189,4 +4189,4 @@ export {
|
|
|
4189
4189
|
computeFindingId,
|
|
4190
4190
|
makeFinding2 as makeFinding
|
|
4191
4191
|
};
|
|
4192
|
-
//# sourceMappingURL=chunk-
|
|
4192
|
+
//# sourceMappingURL=chunk-N2JJDGLJ.js.map
|