@tangle-network/agent-runtime 0.81.0 → 0.81.1

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  mcpToolsForRuntimeMcp,
3
3
  mcpToolsForRuntimeMcpSubset
4
- } from "./chunk-CA43KLZW.js";
4
+ } from "./chunk-EAGRBFQF.js";
5
5
  import {
6
6
  DEFAULT_ROUTER_BASE_URL,
7
7
  cleanModelId,
@@ -20,16 +20,16 @@ import {
20
20
  runLoopRunnerCli,
21
21
  selfImproveLoopRunner,
22
22
  worktreeLoopRunner
23
- } from "./chunk-5GCTCLKP.js";
23
+ } from "./chunk-OUGNIHDZ.js";
24
24
  import "./chunk-FNMGYYSS.js";
25
- import "./chunk-SN3XBTTH.js";
25
+ import "./chunk-D6GIWPKD.js";
26
26
  import {
27
27
  assertModelAllowed,
28
28
  composeRuntimeHooks,
29
29
  defineRuntimeHooks,
30
30
  notifyRuntimeDecisionPoint,
31
31
  notifyRuntimeHookEvent
32
- } from "./chunk-QWLUOITV.js";
32
+ } from "./chunk-VHJDS6OR.js";
33
33
  import {
34
34
  INTELLIGENCE_WIRE_VERSION,
35
35
  buildLoopOtelSpans,
@@ -37,7 +37,7 @@ import {
37
37
  createOtelExporter,
38
38
  exportEvalRuns,
39
39
  loopEventToOtelSpan
40
- } from "./chunk-HUT4RXDJ.js";
40
+ } from "./chunk-BPS254IE.js";
41
41
  import "./chunk-H7IBHAFT.js";
42
42
  import "./chunk-C2FZ6GR6.js";
43
43
  import "./chunk-4J6RBI3K.js";
@@ -2,7 +2,7 @@ import {
2
2
  buildLoopOtelSpans,
3
3
  createOtelExporter,
4
4
  flatOtelSpan
5
- } from "./chunk-HUT4RXDJ.js";
5
+ } from "./chunk-BPS254IE.js";
6
6
  import "./chunk-DGUM43GV.js";
7
7
 
8
8
  // src/intelligence/effort.ts
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  parseLoopRunnerArgv,
4
4
  runLoopRunnerCli
5
- } from "./chunk-5GCTCLKP.js";
5
+ } from "./chunk-OUGNIHDZ.js";
6
6
  import "./chunk-FNMGYYSS.js";
7
- import "./chunk-SN3XBTTH.js";
8
- import "./chunk-QWLUOITV.js";
9
- import "./chunk-HUT4RXDJ.js";
7
+ import "./chunk-D6GIWPKD.js";
8
+ import "./chunk-VHJDS6OR.js";
9
+ import "./chunk-BPS254IE.js";
10
10
  import "./chunk-H7IBHAFT.js";
11
11
  import "./chunk-C2FZ6GR6.js";
12
12
  import "./chunk-4J6RBI3K.js";
package/dist/loops.js CHANGED
@@ -85,7 +85,7 @@ import {
85
85
  watchTrace,
86
86
  widen,
87
87
  worktreeFanout
88
- } from "./chunk-SN3XBTTH.js";
88
+ } from "./chunk-D6GIWPKD.js";
89
89
  import {
90
90
  InMemoryResultBlobStore,
91
91
  InMemorySpawnJournal,
@@ -127,8 +127,8 @@ import {
127
127
  supervisorAgent,
128
128
  supervisorInstructions,
129
129
  workerFromBackend
130
- } from "./chunk-QWLUOITV.js";
131
- import "./chunk-HUT4RXDJ.js";
130
+ } from "./chunk-VHJDS6OR.js";
131
+ import "./chunk-BPS254IE.js";
132
132
  import {
133
133
  createAgentEnvironmentProviderRegistry,
134
134
  providerAsExecutor,
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-Y47PMSZ7.js";
4
+ } from "../chunk-35WXYO26.js";
5
5
  import {
6
6
  resolveRouterBaseUrl
7
7
  } from "../chunk-GRAGM4MC.js";
@@ -9,8 +9,8 @@ import {
9
9
  DelegationTaskQueue,
10
10
  FileDelegationStore,
11
11
  createMcpServer
12
- } from "../chunk-QWLUOITV.js";
13
- import "../chunk-HUT4RXDJ.js";
12
+ } from "../chunk-VHJDS6OR.js";
13
+ import "../chunk-BPS254IE.js";
14
14
  import "../chunk-H7IBHAFT.js";
15
15
  import "../chunk-4J6RBI3K.js";
16
16
  import "../chunk-5JAUQZQA.js";
package/dist/mcp/index.js CHANGED
@@ -2,11 +2,11 @@ import {
2
2
  createPropagatingTraceEmitter,
3
3
  readTraceContextFromEnv,
4
4
  traceContextToEnv
5
- } from "../chunk-Y47PMSZ7.js";
5
+ } from "../chunk-35WXYO26.js";
6
6
  import {
7
7
  mcpToolsForRuntimeMcp,
8
8
  mcpToolsForRuntimeMcpSubset
9
- } from "../chunk-CA43KLZW.js";
9
+ } from "../chunk-EAGRBFQF.js";
10
10
  import {
11
11
  createKbGate
12
12
  } from "../chunk-FNMGYYSS.js";
@@ -14,7 +14,7 @@ import {
14
14
  assertTraceDerivedFindings,
15
15
  runCoderChecks,
16
16
  selectValidWinner
17
- } from "../chunk-SN3XBTTH.js";
17
+ } from "../chunk-D6GIWPKD.js";
18
18
  import {
19
19
  DELEGATE_DESCRIPTION,
20
20
  DELEGATE_FEEDBACK_DESCRIPTION,
@@ -64,8 +64,8 @@ import {
64
64
  validateDelegateUiAuditArgs,
65
65
  validateDelegationHistoryArgs,
66
66
  validateDelegationStatusArgs
67
- } from "../chunk-QWLUOITV.js";
68
- import "../chunk-HUT4RXDJ.js";
67
+ } from "../chunk-VHJDS6OR.js";
68
+ import "../chunk-BPS254IE.js";
69
69
  import {
70
70
  deleteBoxSafe,
71
71
  sleep,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.81.0",
3
+ "version": "0.81.1",
4
4
  "description": "Shared task-lifecycle skeleton for agents: a recursive loop kernel for chat turns, one-shot tasks, and multi-attempt loops, with trace capture and eval-gated self-improvement. Domain behavior lives in adapters; scoring and ship-gates in @tangle-network/agent-eval.",
5
5
  "homepage": "https://github.com/tangle-network/agent-runtime#readme",
6
6
  "repository": {