@tangle-network/agent-runtime 0.134.8 → 0.135.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 +80 -538
- package/dist/{activation-CAexDnXt.js → activation-n_QCjFyg.js} +2 -2
- package/dist/{activation-CAexDnXt.js.map → activation-n_QCjFyg.js.map} +1 -1
- package/dist/agent.d.ts +2 -2
- package/dist/agent.js +2 -2
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/{authoring-DHVHhbJO.js → authoring-Cl5xwuKl.js} +2 -2
- package/dist/{authoring-DHVHhbJO.js.map → authoring-Cl5xwuKl.js.map} +1 -1
- package/dist/conversation.d.ts +1 -1
- package/dist/{environment-provider-BIZMHOQw.d.ts → environment-provider-DA8LqBV-.d.ts} +3 -3
- package/dist/environment-provider.d.ts +1 -1
- package/dist/{graph-BWsEZmDL.js → graph-DhSpGi_W.js} +2 -2
- package/dist/{graph-BWsEZmDL.js.map → graph-DhSpGi_W.js.map} +1 -1
- package/dist/{improvement-cycle-DN0QhoCi.js → improvement-cycle-B8KrGlT4.js} +3 -3
- package/dist/{improvement-cycle-DN0QhoCi.js.map → improvement-cycle-B8KrGlT4.js.map} +1 -1
- package/dist/{index-RYbM0cUo.d.ts → index-CETQJlqT.d.ts} +3 -3
- package/dist/{index-CRauzLFH.d.ts → index-DDDihU_f.d.ts} +30 -7
- package/dist/{index-DC7CNU9n.d.ts → index-WwBPewCx.d.ts} +4 -4
- package/dist/index.d.ts +9 -9
- package/dist/index.js +7 -7
- package/dist/intelligence.d.ts +5 -5
- package/dist/intelligence.js +3 -3
- package/dist/kernel.d.ts +7 -7
- package/dist/kernel.js +7 -7
- package/dist/{knowledge-DDhcxfdu.js → knowledge-_7FWqPwl.js} +3 -3
- package/dist/{knowledge-DDhcxfdu.js.map → knowledge-_7FWqPwl.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-Yp4T-tUJ.d.ts → loop-runner-bin-BCVECt46.d.ts} +3 -3
- package/dist/{loop-runner-bin-gw418CFH.js → loop-runner-bin-DalzKZGk.js} +3 -3
- package/dist/{loop-runner-bin-gw418CFH.js.map → loop-runner-bin-DalzKZGk.js.map} +1 -1
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +5 -5
- package/dist/mcp/index.js +4 -4
- package/dist/{openai-tools-BulrPqjW.d.ts → openai-tools-DU3TZvFY.d.ts} +2 -2
- package/dist/{openai-tools-ne97uXo0.js → openai-tools-o7jw10Fn.js} +2 -2
- package/dist/{openai-tools-ne97uXo0.js.map → openai-tools-o7jw10Fn.js.map} +1 -1
- package/dist/primeintellect/index.d.ts +1 -1
- package/dist/profiles.d.ts +1 -1
- package/dist/{redact-Bojh05mQ.d.ts → redact--KfuCwwo.d.ts} +3 -3
- package/dist/{runtime-BZsDYscs.js → runtime-CakFDuE-.js} +7 -7
- package/dist/runtime-CakFDuE-.js.map +1 -0
- package/dist/{runtime-DHrzFy2v.d.ts → runtime-WugWo__W.d.ts} +4 -4
- package/dist/{stream-agent-turn-BEv31Log.d.ts → stream-agent-turn-DhPlvHwp.d.ts} +3 -3
- package/dist/{structural-rollout-BMnPPcJP.js → structural-rollout-keBf4YEc.js} +2 -2
- package/dist/{structural-rollout-BMnPPcJP.js.map → structural-rollout-keBf4YEc.js.map} +1 -1
- package/dist/{supervise-B-nTWUCK.js → supervise-CVP9ku5U.js} +36 -4
- package/dist/{supervise-B-nTWUCK.js.map → supervise-CVP9ku5U.js.map} +1 -1
- package/dist/{supervisor-Dl9Fk7g5.js → supervisor-mZ9Glkz7.js} +18 -3
- package/dist/supervisor-mZ9Glkz7.js.map +1 -0
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +11 -11
- package/dist/{top-app-CH4cUgpo.js → top-app-BMOSKK06.js} +41 -2
- package/dist/top-app-BMOSKK06.js.map +1 -0
- package/dist/tui/bin.js +1 -1
- package/dist/tui/index.js +1 -1
- package/dist/{types-DzZCZcwI.d.ts → types-BBwGSiAj.d.ts} +8 -5
- package/dist/{types-C7UNjVce.d.ts → types-BCkweg3w.d.ts} +2 -2
- package/package.json +2 -2
- package/dist/runtime-BZsDYscs.js.map +0 -1
- package/dist/supervisor-Dl9Fk7g5.js.map +0 -1
- package/dist/top-app-CH4cUgpo.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E as SandboxClient, i as ExecCtx, k as Validator } from "./types-
|
|
2
|
-
import { Q as UsageEvent, U as Spend, d as ExecutorFactory, gn as ExecutorProgress, ln as TraceSource, m as ExecutorRegistry } from "./types-
|
|
3
|
-
import { i as AgentEnvironmentProvider, o as AgentEnvironmentProviderRegistry, w as ProviderExecutorOptions } from "./environment-provider-
|
|
1
|
+
import { E as SandboxClient, i as ExecCtx, k as Validator } from "./types-BBwGSiAj.js";
|
|
2
|
+
import { Q as UsageEvent, U as Spend, d as ExecutorFactory, gn as ExecutorProgress, ln as TraceSource, m as ExecutorRegistry } from "./types-BCkweg3w.js";
|
|
3
|
+
import { i as AgentEnvironmentProvider, o as AgentEnvironmentProviderRegistry, w as ProviderExecutorOptions } from "./environment-provider-DA8LqBV-.js";
|
|
4
4
|
import { AgentProfile, AgentProfileMcpServer, HarnessType, ReasoningEffort } from "@tangle-network/agent-interface";
|
|
5
5
|
import { WorkspacePlanReceipt } from "@tangle-network/agent-profile-materialize";
|
|
6
6
|
import { ChildProcess } from "node:child_process";
|
|
@@ -978,4 +978,4 @@ declare function createExecutor(config: ExecutorConfig): ExecutorFactory<unknown
|
|
|
978
978
|
declare function createExecutorRegistry(): ExecutorRegistry;
|
|
979
979
|
//#endregion
|
|
980
980
|
export { createWorktree as $, WorktreeCheckRunner as A, LocalHarnessResult as B, KeyProvider as C, resolveMcpServerLaunch as D, mcpSecretEnvMetadataKey as E, CodexExecutionPolicy as F, runLocalHarness as G, harnessSupportsReasoningEffort as H, CodexTokenUsage as I, DiffResult as J, CreateWorktreeOptions as K, DEFAULT_LOCAL_HARNESS as L, WorktreeHarnessResult as M, WorktreeProfileMaterializationReceipt as N, resolveSecretEnv as O, CodexExecutionEvidence as P, captureWorktreeDiff as Q, LOCAL_HARNESSES as R, createInbox as S, envKeyProvider as T, localHarnessExecutable as U, RunLocalHarnessOptions as V, parseCodexTokenUsage as W, RemoveWorktreeOptions as X, GitRunner as Y, WorktreeHandle as Z, SteerableSandboxArgs as _, CliWorktreeSeam as a, ToolLoopCompaction as at, Inbox as b, RouterSeam as c, ToolLoopToolCall as ct, SandboxSeam as d, removeWorktree as et, cliWorktreeExecutor as f, SandboxSteeringOptions as g, DEFAULT_SANDBOX_STEERING_MAX_TURNS as h, CliWorktreeBridgeSeam as i, ToolLoopChat as it, WorktreeCommandResult as j, secretEnvOfMcpServer as k, RouterToolsSeam as l, createExecutorRegistry as m, BridgeSeam as n, ToolSpec as nt, ExecutorConfig as o, ToolLoopCompactionOptions as ot, createExecutor as p, DiffOptions as q, CliSeam as r, ToolLoopCallContext as rt, ProviderSeam as s, ToolLoopMessageRecord as st, BridgeModelCredential as t, RouterTransportConfig as tt, SandboxLeafOut as u, SteerableSandboxSession as v, ResolvedMcpServerLaunch as w, InboxMessage as x, createSteerableSandboxSession as y, LocalHarness as z };
|
|
981
|
-
//# sourceMappingURL=runtime-
|
|
981
|
+
//# sourceMappingURL=runtime-WugWo__W.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as AgentTaskStatus, Y as BackendErrorDetail, it as RuntimeStreamEvent } from "./types-
|
|
2
|
-
import { d as ExecutorFactory } from "./types-
|
|
1
|
+
import { J as AgentTaskStatus, Y as BackendErrorDetail, it as RuntimeStreamEvent } from "./types-BBwGSiAj.js";
|
|
2
|
+
import { d as ExecutorFactory } from "./types-BCkweg3w.js";
|
|
3
3
|
import { AgentProfile } from "@tangle-network/agent-interface";
|
|
4
4
|
import { PromptOptions, SandboxEvent, SandboxInstance } from "@tangle-network/sandbox";
|
|
5
5
|
//#region src/runtime/stream-agent-turn.d.ts
|
|
@@ -125,4 +125,4 @@ declare function streamAgentTurn(backend: AgentTurnBackend, input: AgentTurnInpu
|
|
|
125
125
|
declare function collectAgentTurn(stream: AsyncIterable<RuntimeStreamEvent>): Promise<CollectedAgentTurn>;
|
|
126
126
|
//#endregion
|
|
127
127
|
export { StreamAgentTurnOptions as a, CollectedAgentTurn as i, AgentTurnInput as n, collectAgentTurn as o, AgentTurnUsage as r, streamAgentTurn as s, AgentTurnBackend as t };
|
|
128
|
-
//# sourceMappingURL=stream-agent-turn-
|
|
128
|
+
//# sourceMappingURL=stream-agent-turn-DhPlvHwp.d.ts.map
|
|
@@ -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-ZKEKel8N.js";
|
|
3
3
|
import { i as concreteModelId, s as profileModelExecutionSettings, t as assertExecutableAgentProfile } from "./model-policy-UTTc9Z-A.js";
|
|
4
4
|
import { T as executableAgentProfileSnapshot } from "./materialization-BP5zspr2.js";
|
|
5
|
-
import { I as createExecutor, P as captureReusableExecutorConfig,
|
|
5
|
+
import { I as createExecutor, P as captureReusableExecutorConfig, dt as observedModelMatchesDeclared, l as withDriverExecutor, n as createSupervisor } from "./supervisor-mZ9Glkz7.js";
|
|
6
6
|
import { costForTokenPricing, makeProposalFinding } from "@tangle-network/agent-eval";
|
|
7
7
|
import { agentProfileSchema, canonicalAgentProfileDigest, canonicalCandidateDigest } from "@tangle-network/agent-interface";
|
|
8
8
|
import { randomBytes } from "node:crypto";
|
|
@@ -1673,4 +1673,4 @@ function structuralRollout(config = {}) {
|
|
|
1673
1673
|
//#endregion
|
|
1674
1674
|
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 };
|
|
1675
1675
|
|
|
1676
|
-
//# sourceMappingURL=structural-rollout-
|
|
1676
|
+
//# sourceMappingURL=structural-rollout-keBf4YEc.js.map
|