@tangle-network/agent-runtime 0.166.0 → 0.168.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/{activation-BkO0p4I1.js → activation-CIwer0zU.js} +3 -3
- package/dist/{activation-BkO0p4I1.js.map → activation-CIwer0zU.js.map} +1 -1
- package/dist/agent.js +2 -2
- package/dist/{authoring-Bt17KOML.js → authoring-CUTgAxxE.js} +2 -2
- package/dist/{authoring-Bt17KOML.js.map → authoring-CUTgAxxE.js.map} +1 -1
- package/dist/candidate-execution/index.js +4 -4
- package/dist/{candidate-execution-DC0T8l2p.js → candidate-execution-BbMbyhgC.js} +4 -4
- package/dist/{candidate-execution-DC0T8l2p.js.map → candidate-execution-BbMbyhgC.js.map} +1 -1
- package/dist/durable.js +1 -1
- package/dist/graph-ZDMygFIo.js +546 -0
- package/dist/graph-ZDMygFIo.js.map +1 -0
- package/dist/graph.d.ts +58 -58
- package/dist/graph.js +2077 -2
- package/dist/graph.js.map +1 -0
- package/dist/{improvement-cycle-BAWOyeTA.js → improvement-cycle-BAKN_f4x.js} +4 -4
- package/dist/{improvement-cycle-BAWOyeTA.js.map → improvement-cycle-BAKN_f4x.js.map} +1 -1
- package/dist/index.js +11 -11
- package/dist/intelligence.js +5 -5
- package/dist/kernel.js +6 -6
- package/dist/{knowledge-Bhhz6lvH.js → knowledge-D-7PXKUV.js} +5 -5
- package/dist/{knowledge-Bhhz6lvH.js.map → knowledge-D-7PXKUV.js.map} +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-BQnpSn0h.js → loop-runner-bin-DHxQ_VQD.js} +3 -3
- package/dist/{loop-runner-bin-BQnpSn0h.js.map → loop-runner-bin-DHxQ_VQD.js.map} +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.js +4 -4
- package/dist/{openai-tools-t6spVYKL.js → openai-tools-UyXVO0kd.js} +2 -2
- package/dist/{openai-tools-t6spVYKL.js.map → openai-tools-UyXVO0kd.js.map} +1 -1
- package/dist/{prepare-BCScSDCv.js → prepare-BAyaNoZu.js} +3 -3
- package/dist/prepare-BAyaNoZu.js.map +1 -0
- package/dist/{protected-model-port-D-5E3HBe.js → protected-model-port-T2UWrDNQ.js} +2 -2
- package/dist/{protected-model-port-D-5E3HBe.js.map → protected-model-port-T2UWrDNQ.js.map} +1 -1
- package/dist/{runtime-BJoNta1Y.js → runtime-D5l-enW9.js} +6 -6
- package/dist/{runtime-BJoNta1Y.js.map → runtime-D5l-enW9.js.map} +1 -1
- package/dist/{structural-rollout-B5E0mWCH.js → structural-rollout-C7nNNhri.js} +2 -2
- package/dist/{structural-rollout-B5E0mWCH.js.map → structural-rollout-C7nNNhri.js.map} +1 -1
- package/dist/{supervise-CnxqHx1P.js → supervise-rEE46ruH.js} +2 -2
- package/dist/{supervise-CnxqHx1P.js.map → supervise-rEE46ruH.js.map} +1 -1
- package/dist/{supervisor-C8kgh8mf.js → supervisor-B-mmmiOU.js} +4 -3
- package/dist/supervisor-B-mmmiOU.js.map +1 -0
- package/dist/testing.js +12 -12
- package/dist/{workspace-archive-CHY5HvrF.js → workspace-archive-B0Hqp2eJ.js} +12 -7
- package/dist/workspace-archive-B0Hqp2eJ.js.map +1 -0
- package/package.json +3 -3
- package/dist/graph-E0U0c2YP.js +0 -2668
- package/dist/graph-E0U0c2YP.js.map +0 -1
- package/dist/prepare-BCScSDCv.js.map +0 -1
- package/dist/supervisor-C8kgh8mf.js.map +0 -1
- package/dist/workspace-archive-CHY5HvrF.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { n as streamAgentTurn, t as collectAgentTurn } from "./stream-agent-turn
|
|
|
2
2
|
import { i as InMemorySpawnJournal, r as InMemoryResultBlobStore } from "./spawn-journal-Tgvp5VS5.js";
|
|
3
3
|
import { t as executableAgentProfileSnapshot } from "./executable-spec-CkGvdPds.js";
|
|
4
4
|
import { c as profileModelExecutionSettings, i as concreteModelId, o as enforceTokenLimits, t as assertExecutableAgentProfile } from "./model-policy-Sw4ywhtL.js";
|
|
5
|
-
import { B as captureReusableExecutorConfig, Dt as observedModelMatchesDeclared, H as createExecutor, f as withDriverExecutor, n as createSupervisor } from "./supervisor-
|
|
5
|
+
import { B as captureReusableExecutorConfig, Dt as observedModelMatchesDeclared, H as createExecutor, f as withDriverExecutor, n as createSupervisor } from "./supervisor-B-mmmiOU.js";
|
|
6
6
|
import { agentProfileSchema, canonicalAgentProfileDigest, canonicalCandidateDigest } from "@tangle-network/agent-interface";
|
|
7
7
|
import { costForTokenPricing, makeProposalFinding } from "@tangle-network/agent-eval";
|
|
8
8
|
import { randomBytes } from "node:crypto";
|
|
@@ -1726,4 +1726,4 @@ function structuralRollout(config = {}) {
|
|
|
1726
1726
|
//#endregion
|
|
1727
1727
|
export { observe as C, optimizerMethod as D, profileOptimizerModelCall as E, strategyAuthorMethod as O, defaultAnalystInstruction as S, profileChatClient as T, depthStrategy as _, defaultStructuralRolloutPolicy as a, sample as b, officialChecksFromMeta as c, selectBestIndex as d, structuralRollout as f, defineStrategy as g, breadthStrategy as h, defaultExtractCandidate as i, resolveEntrySymbol as l, adaptiveRefine as m, compareCheckOutcomes as n, filterAuthoredAsserts as o, visibleCheckScore as p, composeCheckSources as r, modelAuthoredChecks as s, canDisplace as t, sandboxCheckRunner as u, refine as v, renderReport as w, sampleThenRefine as x, runAgentic as y };
|
|
1728
1728
|
|
|
1729
|
-
//# sourceMappingURL=structural-rollout-
|
|
1729
|
+
//# sourceMappingURL=structural-rollout-C7nNNhri.js.map
|