@tangle-network/agent-runtime 0.108.1 → 0.109.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 +6 -6
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +2 -2
- package/dist/{index-BZbJWqoZ.d.ts → index-B6p86EqB.d.ts} +4 -4
- package/dist/{index-cdkwHruJ.d.ts → index-CqWEbmGh.d.ts} +2 -2
- package/dist/{index-DQp3BPeC.d.ts → index-lpqu3wdI.d.ts} +4 -4
- package/dist/index.d.ts +7 -6
- package/dist/index.js +4 -4
- package/dist/{loops.d.ts → kernel.d.ts} +1 -1
- package/dist/{loops.js → kernel.js} +2 -2
- package/dist/{knowledge-rdrpPIXs.js → knowledge-DwVmEJyG.js} +2 -2
- package/dist/{knowledge-rdrpPIXs.js.map → knowledge-DwVmEJyG.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-B1V-XS5A.js → loop-runner-bin-C6gjS2Ar.js} +3 -3
- package/dist/{loop-runner-bin-B1V-XS5A.js.map → loop-runner-bin-C6gjS2Ar.js.map} +1 -1
- package/dist/{loop-runner-bin-9-JlGqN7.d.ts → loop-runner-bin-D55_d9K8.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +1 -1
- package/dist/mcp/index.d.ts +1 -1
- package/dist/mcp/index.js +3 -3
- package/dist/{openai-tools-BjQq2TTL.js → openai-tools-B17qCuEc.js} +2 -2
- package/dist/{openai-tools-BjQq2TTL.js.map → openai-tools-B17qCuEc.js.map} +1 -1
- package/dist/primeintellect/index.d.ts +1 -1
- package/dist/{runtime-CDekUROm.js → runtime-bCvzR6fc.js} +5 -5
- package/dist/{runtime-CDekUROm.js.map → runtime-bCvzR6fc.js.map} +1 -1
- package/dist/{supervise-JfKPwIlO.js → supervise-DXjtclYS.js} +3 -3
- package/dist/supervise-DXjtclYS.js.map +1 -0
- package/dist/testing.js +7 -7
- package/package.json +8 -8
- package/dist/supervise-JfKPwIlO.js.map +0 -1
|
@@ -709,7 +709,7 @@ async function runAgentRounds(options) {
|
|
|
709
709
|
*
|
|
710
710
|
* @deprecated Use {@link runAgentRounds}. The clearer name says what it is: the
|
|
711
711
|
* multi-agent fanout/vote/refine kernel over sandboxes, NOT the one-turn tool loop
|
|
712
|
-
* (`runToolLoop` / `streamToolLoop`, package root entry). `runLoop` shipped on `/
|
|
712
|
+
* (`runToolLoop` / `streamToolLoop`, package root entry). `runLoop` shipped on `/kernel`
|
|
713
713
|
* next to `routerToolLoop`, which made the two read as variants of one thing. The alias
|
|
714
714
|
* is removed in the next major.
|
|
715
715
|
*/
|
|
@@ -3703,7 +3703,7 @@ function watchTrace(source, opts = {}) {
|
|
|
3703
3703
|
* 2. `SandboxLineage`'s `maxConcurrency` / `DEFAULT_FORK_CONCURRENCY = 4`
|
|
3704
3704
|
* (`src/runtime/sandbox-lineage.ts`) — kernel level. How many BOXES one `runAgentRounds` fork wave
|
|
3705
3705
|
* provisions at once. It bounds a single leaf's fanout, not the supervisor's worker count.
|
|
3706
|
-
* 3. A host's own live-box governor (e.g.
|
|
3706
|
+
* 3. A host's own live-box governor (e.g. the kernel's `ComputeGovernor`, `maxSandboxes = 4`) — fleet
|
|
3707
3707
|
* level. How many sandboxes may exist across the whole host process.
|
|
3708
3708
|
*
|
|
3709
3709
|
* The honest effective limit on simultaneous WORKERS is the minimum of the caps that apply to the
|
|
@@ -7519,4 +7519,4 @@ function supervise(profile, task, opts) {
|
|
|
7519
7519
|
//#endregion
|
|
7520
7520
|
export { eventToSnapshot as $, createDelegateHandler as A, createSteerableSandboxSession as At, DelegationTaskQueue as B, runAgentRounds as Bt, DELEGATE_FEEDBACK_INPUT_SCHEMA as C, createFileRunContext as Ct, DELEGATE_DESCRIPTION as D, createExecutorRegistry as Dt, validateDelegateFeedbackArgs as E, createExecutor as Et, assessAuthoredProfile as F, decodeToolPart as Ft, capDelegationTrace as G, FileCoordinationLog as Gt, DELEGATION_TRACE_MAX_BYTES as H, createSandboxLineage as Ht, authoredWorker as I, sandboxSessionTraceSource as It, DelegationPersistenceError as J, composeLoopTraceEmitters as K, assertModelAllowed as Kt, defaultProfileRichnessThresholds as L, createInbox as Lt, defaultDelegateBudget as M, piExecutor as Mt, delegate as N, piSeamKey as Nt, DELEGATE_INPUT_SCHEMA as O, createWorktreeCliExecutor as Ot, asAuthoredProfile as P, createPushTraceSource as Pt, InMemoryFeedbackStore as Q, profileRichnessFinding as R, createSandboxForSpec as Rt, DELEGATE_FEEDBACK_DESCRIPTION as S, watchTrace as St, createDelegateFeedbackHandler as T, cliWorktreeExecutor as Tt, DELEGATION_TRACE_MAX_SPANS as U, probeSandboxCapabilities as Ut, hashIdempotencyInput as V, runLoop as Vt, buildDelegationTraceSpans as W, acquireSandbox as Wt, FileDelegationStore as X, DelegationStateCorruptError as Y, InMemoryDelegationStore as Z, DELEGATE_UI_AUDIT_DESCRIPTION as _, effectiveConcurrency as _t, createInProcessTransport as a, createProgressTracker as at, createDelegateUiAuditHandler as b, rollingDispatch as bt, DELEGATION_STATUS_INPUT_SCHEMA as c, sampleFromSettled as ct, validateDelegationStatusArgs as d, bestSoFar as dt, driverAgent as et, DELEGATION_HISTORY_DESCRIPTION as f, plateauLength as ft, validateDelegationHistoryArgs as g, createEventBus as gt, createDelegationHistoryHandler as h, createCoordinationTools as ht, serveCoordinationMcp as i, anyOf as it, validateDelegateArgs as j, PI_RUNTIME as jt, DELEGATE_TOOL_NAME as k, DEFAULT_SANDBOX_STEERING_MAX_TURNS as kt, DELEGATION_STATUS_TOOL_NAME as l, anytimeReport as lt, DELEGATION_HISTORY_TOOL_NAME as m, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as mt, workerFromBackend as n, allOf as nt, createMcpServer as o, noProgressFor as ot, DELEGATION_HISTORY_INPUT_SCHEMA as p, renderAnytimeTable as pt, createDelegationTraceCollector as q, gateOnDeliverable as qt, supervisorAgent as r, allWorkersStalled as rt, DELEGATION_STATUS_DESCRIPTION as s, plateau as st, supervise as t, finalizeBestDelivered as tt, createDelegationStatusHandler as u, areaUnderCurve as ut, DELEGATE_UI_AUDIT_INPUT_SCHEMA as v, freeSlots as vt, DELEGATE_FEEDBACK_TOOL_NAME as w, createInMemoryRunContext as wt, validateDelegateUiAuditArgs as x, defaultToolDetectors as xt, DELEGATE_UI_AUDIT_TOOL_NAME as y, queueOf as yt, supervisorInstructions as z, defaultSelectWinner as zt };
|
|
7521
7521
|
|
|
7522
|
-
//# sourceMappingURL=supervise-
|
|
7522
|
+
//# sourceMappingURL=supervise-DXjtclYS.js.map
|