@tangle-network/agent-runtime 0.94.0 → 0.94.2
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 +4 -4
- package/dist/{agentic-generator-B8oeE2Yv.d.ts → agentic-generator-B7Cyl6cn.d.ts} +1 -1
- package/dist/candidate-execution/index.js +3 -3
- package/dist/{chunk-4GBT4WQ6.js → chunk-7ESP4C3O.js} +2 -2
- package/dist/{chunk-55P6V5JT.js → chunk-DNK3L7QB.js} +2 -2
- package/dist/chunk-JFAGXZKR.js +950 -0
- package/dist/chunk-JFAGXZKR.js.map +1 -0
- package/dist/{chunk-7I2AOKCI.js → chunk-KHLE3C5G.js} +2 -2
- package/dist/{chunk-OO4EK3JB.js → chunk-L4CACVIJ.js} +6 -3
- package/dist/chunk-L4CACVIJ.js.map +1 -0
- package/dist/{chunk-4E2GM63H.js → chunk-MZH4HORF.js} +2 -2
- package/dist/{chunk-RTVVH2KL.js → chunk-OAVVQAOQ.js} +2 -2
- package/dist/{chunk-MRYPFDHJ.js → chunk-PV6Q3OKU.js} +3 -3
- package/dist/{chunk-FHZHADIM.js → chunk-TTWMSNFZ.js} +64 -10
- package/dist/chunk-TTWMSNFZ.js.map +1 -0
- package/dist/{chunk-3D2RHC4K.js → chunk-WIPGQ4GT.js} +1 -1
- package/dist/{chunk-3D2RHC4K.js.map → chunk-WIPGQ4GT.js.map} +1 -1
- package/dist/{chunk-H2D3DCEB.js → chunk-ZLPKMFOE.js} +2 -2
- package/dist/{completion-gate-BDkEYB_-.d.ts → completion-gate-Bz7VYs7a.d.ts} +22 -2
- package/dist/{coordination-EGoRbbsd.d.ts → coordination-CdU8LyvB.d.ts} +7 -3
- package/dist/environment-provider.d.ts +1 -1
- package/dist/{improve-ZzTEkpF_.d.ts → improve-mrYmy_1e.d.ts} +2 -2
- package/dist/index.d.ts +11 -11
- package/dist/index.js +11 -11
- package/dist/intelligence.d.ts +3 -3
- package/dist/intelligence.js +5 -5
- package/dist/knowledge.d.ts +5 -5
- package/dist/knowledge.js +4 -4
- package/dist/lifecycle.d.ts +3 -3
- package/dist/lifecycle.js +2 -2
- package/dist/{local-harness-dcD5WTTr.d.ts → local-harness-C2HDGiOY.d.ts} +65 -1
- package/dist/{loop-runner-bin-BRXC1RwC.d.ts → loop-runner-bin-BSvtOPMv.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +5 -5
- package/dist/loop-runner-bin.js +5 -5
- package/dist/loops.d.ts +11 -11
- package/dist/loops.js +4 -4
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +7 -7
- package/dist/mcp/index.js +7 -5
- package/dist/mcp/index.js.map +1 -1
- package/dist/{mcp-serve-verifier-Bg4C3p5S.d.ts → mcp-serve-verifier-C65X30mY.d.ts} +1 -1
- package/dist/{supervise-Gmf709kn.d.ts → supervise-U6DTnQu6.d.ts} +3 -3
- package/dist/{types-Cg_teUPO.d.ts → types-Bb-CqxJH.d.ts} +3 -0
- package/dist/{worktree-fanout-BrB4att3.d.ts → worktree-fanout-DqzIBWMW.d.ts} +16 -13
- package/package.json +1 -1
- package/dist/chunk-FHZHADIM.js.map +0 -1
- package/dist/chunk-OO4EK3JB.js.map +0 -1
- package/dist/chunk-PX6SXX3M.js +0 -146
- package/dist/chunk-PX6SXX3M.js.map +0 -1
- /package/dist/{chunk-4GBT4WQ6.js.map → chunk-7ESP4C3O.js.map} +0 -0
- /package/dist/{chunk-55P6V5JT.js.map → chunk-DNK3L7QB.js.map} +0 -0
- /package/dist/{chunk-7I2AOKCI.js.map → chunk-KHLE3C5G.js.map} +0 -0
- /package/dist/{chunk-4E2GM63H.js.map → chunk-MZH4HORF.js.map} +0 -0
- /package/dist/{chunk-RTVVH2KL.js.map → chunk-OAVVQAOQ.js.map} +0 -0
- /package/dist/{chunk-MRYPFDHJ.js.map → chunk-PV6Q3OKU.js.map} +0 -0
- /package/dist/{chunk-H2D3DCEB.js.map → chunk-ZLPKMFOE.js.map} +0 -0
package/dist/agent.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-L4CACVIJ.js";
|
|
2
2
|
import {
|
|
3
3
|
createSandboxForSpec
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TTWMSNFZ.js";
|
|
5
5
|
import "./chunk-DPEUKJRO.js";
|
|
6
6
|
import "./chunk-ISTDY47H.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-WIPGQ4GT.js";
|
|
8
8
|
import "./chunk-VSWBYWFK.js";
|
|
9
9
|
import "./chunk-3MDZX7YU.js";
|
|
10
10
|
import {
|
|
11
11
|
mapSandboxEvent
|
|
12
12
|
} from "./chunk-FVJ7M3DA.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-JFAGXZKR.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-C2HDGiOY.js';
|
|
3
3
|
import { LabeledScenarioStore, WorktreeAdapter, SurfaceProposer } from '@tangle-network/agent-eval/campaign';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
createProtectedAgentCandidateModelPort,
|
|
5
5
|
disposePreparedAgentCandidateExecution,
|
|
6
6
|
recoverExpiredAgentCandidateExecution
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-MZH4HORF.js";
|
|
8
8
|
import {
|
|
9
9
|
CANDIDATE_TRACE_ENV,
|
|
10
10
|
CANDIDATE_TRACE_TAGS,
|
|
@@ -18,8 +18,8 @@ import {
|
|
|
18
18
|
prepareAgentCandidateExecution,
|
|
19
19
|
sealAgentCandidateBundle,
|
|
20
20
|
verifyAgentCandidateBundle
|
|
21
|
-
} from "../chunk-
|
|
22
|
-
import "../chunk-
|
|
21
|
+
} from "../chunk-KHLE3C5G.js";
|
|
22
|
+
import "../chunk-WIPGQ4GT.js";
|
|
23
23
|
import "../chunk-3MDZX7YU.js";
|
|
24
24
|
import "../chunk-DGUM43GV.js";
|
|
25
25
|
export {
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-5QOB7H74.js";
|
|
4
4
|
import {
|
|
5
5
|
supervise
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-TTWMSNFZ.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-7ESP4C3O.js.map
|
|
@@ -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-TTWMSNFZ.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-DNK3L7QB.js.map
|