@tangle-network/agent-runtime 0.60.0 → 0.62.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 +3 -2
- package/dist/agent.js +2 -3
- package/dist/agent.js.map +1 -1
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/chunk-DVQGYDN5.js +59 -0
- package/dist/chunk-DVQGYDN5.js.map +1 -0
- package/dist/{chunk-ZWGEA722.js → chunk-E4X4FNQZ.js} +2 -2
- package/dist/{chunk-45D64J7B.js → chunk-MT4XM3G6.js} +191 -100
- package/dist/chunk-MT4XM3G6.js.map +1 -0
- package/dist/{chunk-GLMFBUKT.js → chunk-O2UPHN7X.js} +1 -1
- package/dist/chunk-O2UPHN7X.js.map +1 -0
- package/dist/{chunk-MMDIORZY.js → chunk-RTNMMHWR.js} +4 -23
- package/dist/chunk-RTNMMHWR.js.map +1 -0
- package/dist/chunk-RYD7ND4A.js +475 -0
- package/dist/chunk-RYD7ND4A.js.map +1 -0
- package/dist/{chunk-IN7WHMGZ.js → chunk-YWO4H64E.js} +47 -7
- package/dist/chunk-YWO4H64E.js.map +1 -0
- package/dist/coder-2leJPOvC.d.ts +52 -0
- package/dist/coordination-Curpzeyc.d.ts +381 -0
- package/dist/{delegates-C94qchkz.d.ts → delegates-CLFNAKyi.d.ts} +650 -21
- package/dist/improvement.js +1 -1
- package/dist/index.d.ts +10 -6
- package/dist/index.js +10 -10
- package/dist/intelligence.d.ts +3 -2
- package/dist/intelligence.js.map +1 -1
- package/dist/{loop-runner-bin-Noz7P-mS.d.ts → loop-runner-bin-B6dzNZC8.d.ts} +46 -12
- package/dist/loop-runner-bin.d.ts +8 -4
- package/dist/loop-runner-bin.js +5 -5
- package/dist/loops.d.ts +8 -6
- package/dist/loops.js +18 -7
- package/dist/mcp/bin.js +11 -11
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +13 -12
- package/dist/mcp/index.js +8 -8
- package/dist/{openai-tools-d4GKwgya.d.ts → openai-tools-CA2N3-Ak.d.ts} +1 -1
- package/dist/profiles.d.ts +9 -10
- package/dist/profiles.js +5 -7
- package/dist/profiles.js.map +1 -1
- package/dist/{run-loop-CcqfR_gy.d.ts → run-loop-D3PwlG7J.d.ts} +1 -1
- package/dist/runtime.d.ts +31 -1046
- package/dist/runtime.js +18 -7
- package/dist/{types-CUzjRFZ3.d.ts → types-Crxftafi.d.ts} +2 -2
- package/dist/workflow.d.ts +2 -2
- package/dist/workflow.js +2 -3
- package/dist/workflow.js.map +1 -1
- package/dist/worktree-fanout-DUiKPApb.d.ts +1099 -0
- package/package.json +6 -2
- package/dist/chunk-45D64J7B.js.map +0 -1
- package/dist/chunk-4FEUFYOY.js +0 -282
- package/dist/chunk-4FEUFYOY.js.map +0 -1
- package/dist/chunk-7QYOXFCD.js +0 -293
- package/dist/chunk-7QYOXFCD.js.map +0 -1
- package/dist/chunk-GLMFBUKT.js.map +0 -1
- package/dist/chunk-IN7WHMGZ.js.map +0 -1
- package/dist/chunk-MMDIORZY.js.map +0 -1
- package/dist/coder-CybltHEm.d.ts +0 -163
- package/dist/coordination-Biw19JzN.d.ts +0 -944
- /package/dist/{chunk-ZWGEA722.js.map → chunk-E4X4FNQZ.js.map} +0 -0
package/dist/improvement.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import { AgentProfile, AgentEvalError, KnowledgeReadinessReport, RunRecord, ControlEvalResult, KnowledgeRequirement } from '@tangle-network/agent-eval';
|
|
2
2
|
export { AgentEvalError, AgentEvalErrorCode, ConfigError, ControlBudget, ControlDecision, ControlEvalResult, ControlRunResult, ControlStep, DataAcquisitionPlan, JudgeError, KnowledgeReadinessReport, KnowledgeRequirement, NotFoundError, RunRecord, ValidationError } from '@tangle-network/agent-eval';
|
|
3
|
-
import { h as AgentBackendInput, i as AgentExecutionBackend, c as OpenAIChatTool, j as OpenAIChatToolChoice, k as AgentBackendContext, R as RuntimeStreamEvent, K as KnowledgeReadinessDecision, l as RunAgentTaskOptions, m as AgentTaskRunResult, n as RunAgentTaskStreamOptions, o as AgentRuntimeEvent, p as AgentTaskStatus, q as RuntimeSessionStore, r as RuntimeSession } from './types-
|
|
4
|
-
export { s as AgentAdapter, t as AgentKnowledgeProvider, u as AgentRuntimeEventSink, v as AgentTaskContext, w as AgentTaskSpec, B as BackendErrorDetail, x as RuntimeRunHandle, y as RuntimeRunPersistenceAdapter, z as RuntimeRunRow, C as startRuntimeRun } from './types-
|
|
3
|
+
import { h as AgentBackendInput, i as AgentExecutionBackend, c as OpenAIChatTool, j as OpenAIChatToolChoice, k as AgentBackendContext, R as RuntimeStreamEvent, K as KnowledgeReadinessDecision, l as RunAgentTaskOptions, m as AgentTaskRunResult, n as RunAgentTaskStreamOptions, o as AgentRuntimeEvent, p as AgentTaskStatus, q as RuntimeSessionStore, r as RuntimeSession } from './types-Crxftafi.js';
|
|
4
|
+
export { s as AgentAdapter, t as AgentKnowledgeProvider, u as AgentRuntimeEventSink, v as AgentTaskContext, w as AgentTaskSpec, B as BackendErrorDetail, x as RuntimeRunHandle, y as RuntimeRunPersistenceAdapter, z as RuntimeRunRow, C as startRuntimeRun } from './types-Crxftafi.js';
|
|
5
5
|
import { Scenario, ProfileDispatchFn } from '@tangle-network/agent-eval/campaign';
|
|
6
|
-
export { C as CoderLoopRunnerOptions, D as DELEGATED_LOOP_MODES, a as DelegatedLoopMode, b as DelegatedLoopRegistry, c as DelegatedLoopResult, d as DelegatedLoopRunner, L as LoopRunnerCliArgs, e as LoopRunnerCliResult, R as ResearchLoopResult, f as ResearchLoopRunnerOptions, g as RunDelegatedLoopOptions, V as VetoedFact, h as auditLoopRunner, i as coderLoopRunner, j as isDelegatedLoopMode, p as parseLoopRunnerArgv, r as researchLoopRunner, k as
|
|
7
|
-
export { m as mcpToolsForRuntimeMcp, a as mcpToolsForRuntimeMcpSubset } from './openai-tools-
|
|
8
|
-
export {
|
|
6
|
+
export { C as CoderLoopRunnerOptions, D as DELEGATED_LOOP_MODES, a as DelegatedLoopMode, b as DelegatedLoopRegistry, c as DelegatedLoopResult, d as DelegatedLoopRunner, L as LoopRunnerCliArgs, e as LoopRunnerCliResult, R as ResearchLoopResult, f as ResearchLoopRunnerOptions, g as RunDelegatedLoopOptions, V as VetoedFact, W as WorktreeLoopRunnerOptions, h as auditLoopRunner, i as coderLoopRunner, j as isDelegatedLoopMode, p as parseLoopRunnerArgv, r as researchLoopRunner, k as runDelegatedLoop, l as runLoopRunnerCli, s as selfImproveLoopRunner, w as worktreeLoopRunner } from './loop-runner-bin-B6dzNZC8.js';
|
|
7
|
+
export { m as mcpToolsForRuntimeMcp, a as mcpToolsForRuntimeMcpSubset } from './openai-tools-CA2N3-Ak.js';
|
|
8
|
+
export { aU as EvalRunEvent, aV as EvalRunGeneration, aW as EvalRunsExportConfig, aX as EvalRunsExportResult, aY as INTELLIGENCE_WIRE_VERSION, aZ as LoopSpanNode, a_ as OtelAttribute, a$ as OtelExportConfig, b0 as OtelExporter, b1 as OtelSpan, b2 as buildLoopOtelSpans, b3 as buildLoopSpanNodes, b4 as createOtelExporter, b5 as exportEvalRuns, b6 as loopEventToOtelSpan } from './delegates-CLFNAKyi.js';
|
|
9
9
|
import { R as RuntimeHooks } from './runtime-hooks-C7JwKb9E.js';
|
|
10
10
|
export { b as RuntimeDecisionEvidenceRef, c as RuntimeDecisionKind, d as RuntimeDecisionPoint, e as RuntimeHookContext, f as RuntimeHookErrorContext, a as RuntimeHookEvent, g as RuntimeHookPhase, h as RuntimeHookTarget, i as composeRuntimeHooks, j as defineRuntimeHooks, n as notifyRuntimeDecisionPoint, k as notifyRuntimeHookEvent } from './runtime-hooks-C7JwKb9E.js';
|
|
11
11
|
import '@tangle-network/sandbox';
|
|
12
12
|
import '@tangle-network/agent-eval/contract';
|
|
13
13
|
import './types-p8dWBIXL.js';
|
|
14
14
|
import './kb-gate-CuzMYGYM.js';
|
|
15
|
-
import './
|
|
15
|
+
import './worktree-fanout-DUiKPApb.js';
|
|
16
|
+
import '@tangle-network/agent-interface';
|
|
17
|
+
import './local-harness-BE_h8szs.js';
|
|
18
|
+
import 'node:child_process';
|
|
19
|
+
import './coder-2leJPOvC.js';
|
|
16
20
|
import './substrate-CUgk7F7s.js';
|
|
17
21
|
|
|
18
22
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
mcpToolsForRuntimeMcp,
|
|
3
3
|
mcpToolsForRuntimeMcpSubset
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-E4X4FNQZ.js";
|
|
5
5
|
import {
|
|
6
6
|
DEFAULT_ROUTER_BASE_URL,
|
|
7
7
|
cleanModelId,
|
|
@@ -17,21 +17,21 @@ import {
|
|
|
17
17
|
isDelegatedLoopMode,
|
|
18
18
|
parseLoopRunnerArgv,
|
|
19
19
|
researchLoopRunner,
|
|
20
|
-
reviewLoopRunner,
|
|
21
20
|
runDelegatedLoop,
|
|
22
21
|
runLoopRunnerCli,
|
|
23
|
-
selfImproveLoopRunner
|
|
24
|
-
|
|
22
|
+
selfImproveLoopRunner,
|
|
23
|
+
worktreeLoopRunner
|
|
24
|
+
} from "./chunk-YWO4H64E.js";
|
|
25
25
|
import "./chunk-FNMGYYSS.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-RYD7ND4A.js";
|
|
27
|
+
import "./chunk-DVQGYDN5.js";
|
|
27
28
|
import "./chunk-P5OKDSLB.js";
|
|
28
29
|
import {
|
|
29
30
|
composeRuntimeHooks,
|
|
30
31
|
defineRuntimeHooks,
|
|
31
32
|
notifyRuntimeDecisionPoint,
|
|
32
33
|
notifyRuntimeHookEvent
|
|
33
|
-
} from "./chunk-
|
|
34
|
-
import "./chunk-7QYOXFCD.js";
|
|
34
|
+
} from "./chunk-MT4XM3G6.js";
|
|
35
35
|
import "./chunk-WIR4HOOJ.js";
|
|
36
36
|
import {
|
|
37
37
|
AgentEvalError,
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
SessionMismatchError,
|
|
45
45
|
ValidationError
|
|
46
46
|
} from "./chunk-VLF5RHEQ.js";
|
|
47
|
-
import "./chunk-
|
|
47
|
+
import "./chunk-O2UPHN7X.js";
|
|
48
48
|
import {
|
|
49
49
|
INTELLIGENCE_WIRE_VERSION,
|
|
50
50
|
buildLoopOtelSpans,
|
|
@@ -3331,7 +3331,6 @@ export {
|
|
|
3331
3331
|
researchLoopRunner,
|
|
3332
3332
|
resolveChatModel,
|
|
3333
3333
|
resolveRouterBaseUrl,
|
|
3334
|
-
reviewLoopRunner,
|
|
3335
3334
|
runAgentTask,
|
|
3336
3335
|
runAgentTaskStream,
|
|
3337
3336
|
runConversation,
|
|
@@ -3351,6 +3350,7 @@ export {
|
|
|
3351
3350
|
startRuntimeRun,
|
|
3352
3351
|
streamToolLoop,
|
|
3353
3352
|
turnId,
|
|
3354
|
-
validateChatModelId
|
|
3353
|
+
validateChatModelId,
|
|
3354
|
+
worktreeLoopRunner
|
|
3355
3355
|
};
|
|
3356
3356
|
//# sourceMappingURL=index.js.map
|
package/dist/intelligence.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { d as LoopTraceEvent } from './types-
|
|
2
|
-
import { AgentProfileMcpServer } from '@tangle-network/
|
|
1
|
+
import { d as LoopTraceEvent } from './types-Crxftafi.js';
|
|
2
|
+
import { AgentProfileMcpServer } from '@tangle-network/agent-interface';
|
|
3
3
|
import { T as ToolSpec } from './router-client-30Y_pca8.js';
|
|
4
4
|
import '@tangle-network/agent-eval';
|
|
5
|
+
import '@tangle-network/sandbox';
|
|
5
6
|
import './runtime-hooks-C7JwKb9E.js';
|
|
6
7
|
|
|
7
8
|
/**
|