@tangle-network/agent-runtime 0.93.1 → 0.94.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/README.md +4 -3
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +4 -5
- package/dist/agent.js.map +1 -1
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/candidate-execution/index.d.ts +10 -3
- package/dist/candidate-execution/index.js +8 -2
- package/dist/{chunk-XDSWWUKE.js → chunk-4E2GM63H.js} +6 -29
- package/dist/chunk-4E2GM63H.js.map +1 -0
- package/dist/{chunk-LQQPGRKT.js → chunk-4GBT4WQ6.js} +2 -2
- package/dist/{chunk-TKJ3Q6CQ.js → chunk-55P6V5JT.js} +2 -2
- package/dist/{chunk-OX3QRJOA.js → chunk-7I2AOKCI.js} +280 -250
- package/dist/chunk-7I2AOKCI.js.map +1 -0
- package/dist/{chunk-UO2L5VTP.js → chunk-FHZHADIM.js} +1328 -20
- package/dist/chunk-FHZHADIM.js.map +1 -0
- package/dist/{chunk-VMHKMNEU.js → chunk-H2D3DCEB.js} +8 -161
- package/dist/chunk-H2D3DCEB.js.map +1 -0
- package/dist/chunk-ISTDY47H.js +849 -0
- package/dist/chunk-ISTDY47H.js.map +1 -0
- package/dist/{chunk-P6B3Z7PR.js → chunk-MRYPFDHJ.js} +3 -3
- package/dist/{chunk-BVVRQ4YC.js → chunk-OO4EK3JB.js} +1228 -18
- package/dist/chunk-OO4EK3JB.js.map +1 -0
- package/dist/{chunk-CMYMTRGA.js → chunk-PX6SXX3M.js} +26 -3
- package/dist/chunk-PX6SXX3M.js.map +1 -0
- package/dist/{chunk-FRBHUNQ7.js → chunk-RTVVH2KL.js} +2 -2
- package/dist/{chunk-R5GWDTM3.js → chunk-ZEYAT33L.js} +2 -2
- package/dist/{completion-gate-BLaiN0-X.d.ts → completion-gate-BDkEYB_-.d.ts} +1 -1
- package/dist/{coordination-DxJ83oZA.d.ts → coordination-EGoRbbsd.d.ts} +4 -4
- package/dist/environment-provider.d.ts +2 -2
- package/dist/{improve-DDhQaaJT.d.ts → improve-ZzTEkpF_.d.ts} +11 -14
- package/dist/index.d.ts +35 -106
- package/dist/index.js +91 -35
- package/dist/index.js.map +1 -1
- package/dist/intelligence.d.ts +22 -5
- package/dist/intelligence.js +113 -19
- package/dist/intelligence.js.map +1 -1
- package/dist/knowledge.d.ts +6 -6
- package/dist/knowledge.js +4 -4
- package/dist/lifecycle.js +2 -2
- package/dist/{loop-runner-bin-kKUNGLyV.d.ts → loop-runner-bin-BRXC1RwC.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +5 -5
- package/dist/loop-runner-bin.js +5 -6
- package/dist/loops.d.ts +456 -17
- package/dist/loops.js +38 -40
- package/dist/mcp/bin.js +4 -4
- package/dist/mcp/index.d.ts +8 -8
- package/dist/mcp/index.js +6 -7
- package/dist/mcp/index.js.map +1 -1
- package/dist/{openai-tools-E3woykz9.d.ts → openai-tools-D0ZSRCC6.d.ts} +1 -1
- package/dist/{prepare-DiVGKcwS.d.ts → prepare-BKxAiUcH.d.ts} +1 -1
- package/dist/profiles.d.ts +1 -1
- package/dist/{sanitize-C9go6tXj.d.ts → sanitize-C2jicjNf.d.ts} +1 -1
- package/dist/{supervise-T2pazU3G.d.ts → supervise-Gmf709kn.d.ts} +4 -4
- package/dist/{types-DAdIm4AC.d.ts → types-Cg_teUPO.d.ts} +2 -2
- package/dist/{types-B00NtbCs.d.ts → types-DWA64rbJ.d.ts} +1 -1
- package/dist/{worktree-fanout-BUb2Ag02.d.ts → worktree-fanout-BrB4att3.d.ts} +233 -233
- package/package.json +4 -4
- package/skills/build-with-agent-runtime/SKILL.md +1 -1
- package/dist/chunk-BVVRQ4YC.js.map +0 -1
- package/dist/chunk-CMYMTRGA.js.map +0 -1
- package/dist/chunk-FDJ7AHXG.js +0 -1229
- package/dist/chunk-FDJ7AHXG.js.map +0 -1
- package/dist/chunk-J2K6WIG6.js +0 -2172
- package/dist/chunk-J2K6WIG6.js.map +0 -1
- package/dist/chunk-OX3QRJOA.js.map +0 -1
- package/dist/chunk-UO2L5VTP.js.map +0 -1
- package/dist/chunk-VMHKMNEU.js.map +0 -1
- package/dist/chunk-XDSWWUKE.js.map +0 -1
- package/dist/structural-rollout-DHGDbhvR.d.ts +0 -446
- /package/dist/{chunk-LQQPGRKT.js.map → chunk-4GBT4WQ6.js.map} +0 -0
- /package/dist/{chunk-TKJ3Q6CQ.js.map → chunk-55P6V5JT.js.map} +0 -0
- /package/dist/{chunk-P6B3Z7PR.js.map → chunk-MRYPFDHJ.js.map} +0 -0
- /package/dist/{chunk-FRBHUNQ7.js.map → chunk-RTVVH2KL.js.map} +0 -0
- /package/dist/{chunk-R5GWDTM3.js.map → chunk-ZEYAT33L.js.map} +0 -0
package/dist/loops.js
CHANGED
|
@@ -2,16 +2,21 @@ import {
|
|
|
2
2
|
FileCorpus,
|
|
3
3
|
InMemoryCorpus,
|
|
4
4
|
SandboxRunAbortError,
|
|
5
|
+
adaptiveRefine,
|
|
5
6
|
analyzeTrace,
|
|
6
7
|
anytimeReport,
|
|
7
8
|
assertStrategyContract,
|
|
8
9
|
assertTraceDerivedFindings,
|
|
9
10
|
auditIntent,
|
|
10
11
|
authorStrategy,
|
|
12
|
+
breadthStrategy,
|
|
11
13
|
buildSteerContext,
|
|
12
14
|
builtinShapes,
|
|
15
|
+
canDisplace,
|
|
13
16
|
collectAgentTurn,
|
|
17
|
+
compareCheckOutcomes,
|
|
14
18
|
completionAuthorizes,
|
|
19
|
+
composeCheckSources,
|
|
15
20
|
computeFindingId,
|
|
16
21
|
createMcpEnvironment,
|
|
17
22
|
createPushTraceSource,
|
|
@@ -20,16 +25,22 @@ import {
|
|
|
20
25
|
createVerifierEnvironment,
|
|
21
26
|
createWaterfallCollector,
|
|
22
27
|
decodeToolPart,
|
|
28
|
+
defaultAnalystInstruction,
|
|
23
29
|
defaultAuditorInstruction,
|
|
30
|
+
defaultExtractCandidate,
|
|
31
|
+
defaultStructuralRolloutPolicy,
|
|
24
32
|
defaultToolDetectors,
|
|
25
33
|
defineLeaderboard,
|
|
26
34
|
definePersona,
|
|
35
|
+
defineStrategy,
|
|
36
|
+
depthStrategy,
|
|
27
37
|
deterministicCompletion,
|
|
28
38
|
discriminatingMeans,
|
|
29
39
|
dumbDriver,
|
|
30
40
|
equalKOnCost,
|
|
31
41
|
failuresAnalyst,
|
|
32
42
|
fanout,
|
|
43
|
+
filterAuthoredAsserts,
|
|
33
44
|
flatWidenGate,
|
|
34
45
|
gitWorkspace,
|
|
35
46
|
harvestCorpus,
|
|
@@ -42,7 +53,10 @@ import {
|
|
|
42
53
|
loopDispatch,
|
|
43
54
|
loopUntil,
|
|
44
55
|
makeFinding,
|
|
56
|
+
modelAuthoredChecks,
|
|
45
57
|
naiveDriver,
|
|
58
|
+
observe,
|
|
59
|
+
officialChecksFromMeta,
|
|
46
60
|
openSandboxRun,
|
|
47
61
|
pairwiseSignificance,
|
|
48
62
|
panel,
|
|
@@ -51,6 +65,7 @@ import {
|
|
|
51
65
|
pipeline,
|
|
52
66
|
printBenchmarkReport,
|
|
53
67
|
promotionGate,
|
|
68
|
+
refine,
|
|
54
69
|
registerShape,
|
|
55
70
|
registryScopeAnalyst,
|
|
56
71
|
renderAnytimeTable,
|
|
@@ -59,64 +74,50 @@ import {
|
|
|
59
74
|
renderLeaderboardMarkdown,
|
|
60
75
|
renderLeaderboardSvg,
|
|
61
76
|
renderPairwiseMarkdown,
|
|
77
|
+
renderReport,
|
|
62
78
|
reportLoopUsage,
|
|
79
|
+
resolveEntrySymbol,
|
|
63
80
|
resolveSandboxClient,
|
|
81
|
+
runAgentic,
|
|
64
82
|
runBenchmark,
|
|
65
83
|
runInWorkspace,
|
|
66
84
|
runPersonified,
|
|
67
85
|
runStrategyEvolution,
|
|
86
|
+
sample,
|
|
87
|
+
sampleThenRefine,
|
|
88
|
+
sandboxCheckRunner,
|
|
68
89
|
sandboxSessionTraceSource,
|
|
90
|
+
selectBestIndex,
|
|
69
91
|
selectChampion,
|
|
70
92
|
selectValidWinner,
|
|
71
93
|
sentinelCompletion,
|
|
72
94
|
stopSentinel,
|
|
73
95
|
strategyAuthorContract,
|
|
74
96
|
streamAgentTurn,
|
|
97
|
+
structuralRollout,
|
|
75
98
|
superviseSurface,
|
|
76
99
|
trajectoryReport,
|
|
77
100
|
verify,
|
|
101
|
+
visibleCheckScore,
|
|
78
102
|
watchTrace,
|
|
79
103
|
widen,
|
|
80
104
|
worktreeFanout
|
|
81
|
-
} from "./chunk-
|
|
82
|
-
import {
|
|
83
|
-
adaptiveRefine,
|
|
84
|
-
breadthStrategy,
|
|
85
|
-
canDisplace,
|
|
86
|
-
compareCheckOutcomes,
|
|
87
|
-
composeCheckSources,
|
|
88
|
-
defaultAnalystInstruction,
|
|
89
|
-
defaultExtractCandidate,
|
|
90
|
-
defaultStructuralRolloutPolicy,
|
|
91
|
-
defineStrategy,
|
|
92
|
-
depthStrategy,
|
|
93
|
-
filterAuthoredAsserts,
|
|
94
|
-
modelAuthoredChecks,
|
|
95
|
-
observe,
|
|
96
|
-
officialChecksFromMeta,
|
|
97
|
-
refine,
|
|
98
|
-
renderReport,
|
|
99
|
-
resolveEntrySymbol,
|
|
100
|
-
runAgentic,
|
|
101
|
-
sample,
|
|
102
|
-
sampleThenRefine,
|
|
103
|
-
sandboxCheckRunner,
|
|
104
|
-
selectBestIndex,
|
|
105
|
-
structuralRollout,
|
|
106
|
-
visibleCheckScore
|
|
107
|
-
} from "./chunk-FDJ7AHXG.js";
|
|
105
|
+
} from "./chunk-OO4EK3JB.js";
|
|
108
106
|
import {
|
|
109
107
|
acquireSandbox,
|
|
110
108
|
asAuthoredProfile,
|
|
111
109
|
assessAuthoredProfile,
|
|
112
110
|
authoredWorker,
|
|
113
111
|
cliWorktreeExecutor,
|
|
112
|
+
createBudgetPool,
|
|
114
113
|
createEventBus,
|
|
115
114
|
createExecutor,
|
|
116
115
|
createExecutorRegistry,
|
|
117
116
|
createInMemoryRunContext,
|
|
118
117
|
createInbox,
|
|
119
118
|
createSandboxLineage,
|
|
119
|
+
createScope,
|
|
120
|
+
createSupervisor,
|
|
120
121
|
createWorktreeCliExecutor,
|
|
121
122
|
defaultDelegateBudget,
|
|
122
123
|
defaultProfileRichnessThresholds,
|
|
@@ -127,26 +128,23 @@ import {
|
|
|
127
128
|
gateOnDeliverable,
|
|
128
129
|
probeSandboxCapabilities,
|
|
129
130
|
profileRichnessFinding,
|
|
131
|
+
routerBrain,
|
|
132
|
+
routerChatWithTools,
|
|
133
|
+
routerChatWithUsage,
|
|
134
|
+
routerToolLoop,
|
|
130
135
|
runLoop,
|
|
131
136
|
serveCoordinationMcp,
|
|
137
|
+
settledToIteration,
|
|
138
|
+
spendFromUsageEvents,
|
|
132
139
|
supervise,
|
|
133
140
|
supervisorAgent,
|
|
134
141
|
supervisorInstructions,
|
|
135
142
|
workerFromBackend
|
|
136
|
-
} from "./chunk-
|
|
143
|
+
} from "./chunk-FHZHADIM.js";
|
|
137
144
|
import "./chunk-DPEUKJRO.js";
|
|
138
145
|
import {
|
|
139
|
-
assertModelAllowed
|
|
140
|
-
|
|
141
|
-
createScope,
|
|
142
|
-
createSupervisor,
|
|
143
|
-
routerBrain,
|
|
144
|
-
routerChatWithTools,
|
|
145
|
-
routerChatWithUsage,
|
|
146
|
-
routerToolLoop,
|
|
147
|
-
settledToIteration,
|
|
148
|
-
spendFromUsageEvents
|
|
149
|
-
} from "./chunk-J2K6WIG6.js";
|
|
146
|
+
assertModelAllowed
|
|
147
|
+
} from "./chunk-ISTDY47H.js";
|
|
150
148
|
import {
|
|
151
149
|
InMemoryResultBlobStore,
|
|
152
150
|
InMemorySpawnJournal,
|
|
@@ -167,7 +165,7 @@ import {
|
|
|
167
165
|
mapSandboxToolEvent,
|
|
168
166
|
sumSandboxUsage
|
|
169
167
|
} from "./chunk-FVJ7M3DA.js";
|
|
170
|
-
import "./chunk-
|
|
168
|
+
import "./chunk-PX6SXX3M.js";
|
|
171
169
|
import "./chunk-YEJR7IXO.js";
|
|
172
170
|
import "./chunk-DGUM43GV.js";
|
|
173
171
|
export {
|
package/dist/mcp/bin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
readTraceContextFromEnv
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-ZEYAT33L.js";
|
|
5
5
|
import {
|
|
6
6
|
resolveRouterBaseUrl
|
|
7
7
|
} from "../chunk-NURIQBJQ.js";
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
DelegationTaskQueue,
|
|
10
10
|
FileDelegationStore,
|
|
11
11
|
createMcpServer
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-FHZHADIM.js";
|
|
13
13
|
import "../chunk-DPEUKJRO.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-ISTDY47H.js";
|
|
15
15
|
import "../chunk-3D2RHC4K.js";
|
|
16
16
|
import "../chunk-VSWBYWFK.js";
|
|
17
17
|
import "../chunk-3MDZX7YU.js";
|
|
18
18
|
import "../chunk-FVJ7M3DA.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-PX6SXX3M.js";
|
|
20
20
|
import "../chunk-YEJR7IXO.js";
|
|
21
21
|
import "../chunk-DGUM43GV.js";
|
|
22
22
|
|
package/dist/mcp/index.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { S as SandboxClient,
|
|
2
|
-
import { F as FleetHandle, D as DelegationExecutor, a as DelegationTaskQueue, b as FeedbackStore, c as DelegateFeedbackResult, d as DelegateFeedbackArgs, U as UiAuditorDelegate, e as DelegateUiAuditArgs, f as DelegateUiAuditResult, g as DelegationHistoryResult, h as DelegationHistoryArgs, i as DelegationStatusResult, j as DelegationStatusArgs } from '../coordination-
|
|
3
|
-
export { A as AnalystRegistry, C as CappedDelegationTrace, k as CoderDelegate, l as CoderReview, m as CoderReviewer, n as CoordinationEvent, o as CoordinationTools, p as CoordinationToolsOptions, q as DELEGATE_DESCRIPTION, r as DELEGATE_INPUT_SCHEMA, s as DELEGATE_TOOL_NAME, t as DELEGATION_TRACE_MAX_BYTES, u as DELEGATION_TRACE_MAX_SPANS, v as DelegateArgs, w as DelegateCodeArgs, x as DelegateCodeConfig, y as DelegateCodeResult, z as DelegateHandlerOptions, B as DelegateResearchArgs, G as DelegateResearchConfig, H as DelegateResearchResult, I as DelegateResult, J as DelegateRunCtx, K as DelegateUiAuditConfig, L as DelegateUiAuditRoute, N as DelegationError, O as DelegationFeedbackSnapshot, P as DelegationHistoryEntry, Q as DelegationPersistenceError, R as DelegationProfile, S as DelegationProgress, T as DelegationRecord, V as DelegationResultPayload, W as DelegationResumeContext, X as DelegationResumeDriver, Y as DelegationResumeTick, Z as DelegationRunContext, _ as DelegationStateCorruptError, $ as DelegationStatus, a0 as DelegationStore, a1 as DelegationTaskQueueOptions, a2 as DelegationTraceCaps, a3 as DelegationTraceCollector, a4 as DelegationTraceSpan, a5 as DetachedSessionDelegateOptions, a6 as DetachedSessionRefParts, a7 as DetachedTurn, a8 as DetachedTurnResumeDriverOptions, a9 as DetachedWinnerSelection, aa as DriveTurnCapableBox, ab as DriveTurnTick, ac as FeedbackEvent, ad as FeedbackRating, ae as FeedbackRefersTo, af as FileDelegationStore, ag as FileDelegationStoreOptions, ah as FleetWorkspaceExecutorOptions, ai as InMemoryDelegationStore, aj as InMemoryFeedbackStore, ak as JsonRpcMessage, al as JsonRpcResponse, M as MakeWorkerAgent, am as McpServer, an as McpServerOptions, ao as McpToolDescriptor, ap as McpTransport, aq as Question, ar as QuestionDecision, as as QuestionPolicy, at as QuestionRecord, au as ResearchOutputShape, av as ResearchSource, aw as RunDetachedTurnOptions, ax as SettleDetachedCoderTurnOptions, ay as SettledWorker, az as SiblingSandboxExecutorOptions, aA as SubmitInput, aB as SubmitOutput, aC as TraceContext, aD as UiAuditorDelegationOutput, aE as buildDelegationTraceSpans, aF as capDelegationTrace, aG as coderTaskFromArgs, aH as composeLoopTraceEmitters, aI as createCoordinationTools, aJ as createDelegateHandler, aK as createDelegationTraceCollector, aL as createDetachedTurnResumeDriver, aM as createFleetWorkspaceExecutor, aN as createInProcessTransport, aO as createMcpServer, aP as createPropagatingTraceEmitter, aQ as createSiblingSandboxExecutor, aR as detachedSessionDelegate, aS as detachedTurnEvents, aT as eventToSnapshot, aU as formatDetachedSessionRef, aV as hashIdempotencyInput, aW as parseDetachedSessionRef, aX as readTraceContextFromEnv, aY as runDetachedTurn, aZ as settleDetachedCoderTurn, a_ as traceContextToEnv, a$ as validateDelegateArgs } from '../coordination-
|
|
1
|
+
import { S as SandboxClient, e as LoopSandboxPlacement } from '../types-DWA64rbJ.js';
|
|
2
|
+
import { F as FleetHandle, D as DelegationExecutor, a as DelegationTaskQueue, b as FeedbackStore, c as DelegateFeedbackResult, d as DelegateFeedbackArgs, U as UiAuditorDelegate, e as DelegateUiAuditArgs, f as DelegateUiAuditResult, g as DelegationHistoryResult, h as DelegationHistoryArgs, i as DelegationStatusResult, j as DelegationStatusArgs } from '../coordination-EGoRbbsd.js';
|
|
3
|
+
export { A as AnalystRegistry, C as CappedDelegationTrace, k as CoderDelegate, l as CoderReview, m as CoderReviewer, n as CoordinationEvent, o as CoordinationTools, p as CoordinationToolsOptions, q as DELEGATE_DESCRIPTION, r as DELEGATE_INPUT_SCHEMA, s as DELEGATE_TOOL_NAME, t as DELEGATION_TRACE_MAX_BYTES, u as DELEGATION_TRACE_MAX_SPANS, v as DelegateArgs, w as DelegateCodeArgs, x as DelegateCodeConfig, y as DelegateCodeResult, z as DelegateHandlerOptions, B as DelegateResearchArgs, G as DelegateResearchConfig, H as DelegateResearchResult, I as DelegateResult, J as DelegateRunCtx, K as DelegateUiAuditConfig, L as DelegateUiAuditRoute, N as DelegationError, O as DelegationFeedbackSnapshot, P as DelegationHistoryEntry, Q as DelegationPersistenceError, R as DelegationProfile, S as DelegationProgress, T as DelegationRecord, V as DelegationResultPayload, W as DelegationResumeContext, X as DelegationResumeDriver, Y as DelegationResumeTick, Z as DelegationRunContext, _ as DelegationStateCorruptError, $ as DelegationStatus, a0 as DelegationStore, a1 as DelegationTaskQueueOptions, a2 as DelegationTraceCaps, a3 as DelegationTraceCollector, a4 as DelegationTraceSpan, a5 as DetachedSessionDelegateOptions, a6 as DetachedSessionRefParts, a7 as DetachedTurn, a8 as DetachedTurnResumeDriverOptions, a9 as DetachedWinnerSelection, aa as DriveTurnCapableBox, ab as DriveTurnTick, ac as FeedbackEvent, ad as FeedbackRating, ae as FeedbackRefersTo, af as FileDelegationStore, ag as FileDelegationStoreOptions, ah as FleetWorkspaceExecutorOptions, ai as InMemoryDelegationStore, aj as InMemoryFeedbackStore, ak as JsonRpcMessage, al as JsonRpcResponse, M as MakeWorkerAgent, am as McpServer, an as McpServerOptions, ao as McpToolDescriptor, ap as McpTransport, aq as Question, ar as QuestionDecision, as as QuestionPolicy, at as QuestionRecord, au as ResearchOutputShape, av as ResearchSource, aw as RunDetachedTurnOptions, ax as SettleDetachedCoderTurnOptions, ay as SettledWorker, az as SiblingSandboxExecutorOptions, aA as SubmitInput, aB as SubmitOutput, aC as TraceContext, aD as UiAuditorDelegationOutput, aE as buildDelegationTraceSpans, aF as capDelegationTrace, aG as coderTaskFromArgs, aH as composeLoopTraceEmitters, aI as createCoordinationTools, aJ as createDelegateHandler, aK as createDelegationTraceCollector, aL as createDetachedTurnResumeDriver, aM as createFleetWorkspaceExecutor, aN as createInProcessTransport, aO as createMcpServer, aP as createPropagatingTraceEmitter, aQ as createSiblingSandboxExecutor, aR as detachedSessionDelegate, aS as detachedTurnEvents, aT as eventToSnapshot, aU as formatDetachedSessionRef, aV as hashIdempotencyInput, aW as parseDetachedSessionRef, aX as readTraceContextFromEnv, aY as runDetachedTurn, aZ as settleDetachedCoderTurn, a_ as traceContextToEnv, a$ as validateDelegateArgs } from '../coordination-EGoRbbsd.js';
|
|
4
4
|
import { L as LocalHarness, r as runLocalHarness } from '../local-harness-dcD5WTTr.js';
|
|
5
5
|
export { a as LocalHarnessResult, R as RunLocalHarnessOptions } from '../local-harness-dcD5WTTr.js';
|
|
6
|
-
import { G as GitRunner } from '../completion-gate-
|
|
7
|
-
export { C as CreateWorktreeOptions, b as DiffOptions, c as DiffResult, R as RemoveWorktreeOptions, d as WorktreeHandle, e as captureWorktreeDiff, f as createWorktree, r as removeWorktree } from '../completion-gate-
|
|
6
|
+
import { G as GitRunner } from '../completion-gate-BDkEYB_-.js';
|
|
7
|
+
export { C as CreateWorktreeOptions, b as DiffOptions, c as DiffResult, R as RemoveWorktreeOptions, d as WorktreeHandle, e as captureWorktreeDiff, f as createWorktree, r as removeWorktree } from '../completion-gate-BDkEYB_-.js';
|
|
8
8
|
export { C as CreateKbGateOptions, F as FactCandidate, a as FactJudge, b as FactJudgeVerdict, K as KbGateResult, c as createKbGate } from '../kb-gate-CwHO0vz6.js';
|
|
9
|
-
export { m as mcpToolsForRuntimeMcp, a as mcpToolsForRuntimeMcpSubset } from '../openai-tools-
|
|
9
|
+
export { m as mcpToolsForRuntimeMcp, a as mcpToolsForRuntimeMcpSubset } from '../openai-tools-D0ZSRCC6.js';
|
|
10
10
|
import { AnalystFinding } from '@tangle-network/agent-eval';
|
|
11
11
|
import { U as UiLens } from '../substrate-DO2GHNg2.js';
|
|
12
12
|
import '@tangle-network/sandbox';
|
|
13
|
-
import '../types-
|
|
13
|
+
import '../types-Cg_teUPO.js';
|
|
14
14
|
import '@tangle-network/agent-interface';
|
|
15
|
-
import '../sanitize-
|
|
15
|
+
import '../sanitize-C2jicjNf.js';
|
|
16
16
|
import '../environment-provider.js';
|
|
17
17
|
import '@tangle-network/agent-interface/environment-provider';
|
|
18
18
|
import 'node:child_process';
|
package/dist/mcp/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
createPropagatingTraceEmitter,
|
|
6
6
|
readTraceContextFromEnv,
|
|
7
7
|
traceContextToEnv
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-ZEYAT33L.js";
|
|
9
9
|
import {
|
|
10
10
|
mcpToolsForRuntimeMcp,
|
|
11
11
|
mcpToolsForRuntimeMcpSubset
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-55P6V5JT.js";
|
|
13
13
|
import {
|
|
14
14
|
createKbGate
|
|
15
15
|
} from "../chunk-SGKPNBXE.js";
|
|
@@ -17,8 +17,7 @@ import {
|
|
|
17
17
|
assertTraceDerivedFindings,
|
|
18
18
|
runCoderChecks,
|
|
19
19
|
selectValidWinner
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-FDJ7AHXG.js";
|
|
20
|
+
} from "../chunk-OO4EK3JB.js";
|
|
22
21
|
import {
|
|
23
22
|
DELEGATE_DESCRIPTION,
|
|
24
23
|
DELEGATE_FEEDBACK_DESCRIPTION,
|
|
@@ -68,9 +67,9 @@ import {
|
|
|
68
67
|
validateDelegateUiAuditArgs,
|
|
69
68
|
validateDelegationHistoryArgs,
|
|
70
69
|
validateDelegationStatusArgs
|
|
71
|
-
} from "../chunk-
|
|
70
|
+
} from "../chunk-FHZHADIM.js";
|
|
72
71
|
import "../chunk-DPEUKJRO.js";
|
|
73
|
-
import "../chunk-
|
|
72
|
+
import "../chunk-ISTDY47H.js";
|
|
74
73
|
import "../chunk-3D2RHC4K.js";
|
|
75
74
|
import "../chunk-VSWBYWFK.js";
|
|
76
75
|
import {
|
|
@@ -82,7 +81,7 @@ import {
|
|
|
82
81
|
import "../chunk-FVJ7M3DA.js";
|
|
83
82
|
import {
|
|
84
83
|
runLocalHarness
|
|
85
|
-
} from "../chunk-
|
|
84
|
+
} from "../chunk-PX6SXX3M.js";
|
|
86
85
|
import {
|
|
87
86
|
ValidationError
|
|
88
87
|
} from "../chunk-YEJR7IXO.js";
|