@tangle-network/agent-runtime 0.92.0 → 0.92.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.
Files changed (29) hide show
  1. package/dist/agent.js +47 -45
  2. package/dist/agent.js.map +1 -1
  3. package/dist/{chunk-RSWM2ZKM.js → chunk-4FPXIMSI.js} +3 -3
  4. package/dist/{chunk-I7WVPJBZ.js → chunk-BVVRQ4YC.js} +4 -4
  5. package/dist/{chunk-3BE7KTMU.js → chunk-FDJ7AHXG.js} +2 -2
  6. package/dist/{chunk-APVPRF4Y.js → chunk-J2K6WIG6.js} +13 -7
  7. package/dist/{chunk-APVPRF4Y.js.map → chunk-J2K6WIG6.js.map} +1 -1
  8. package/dist/{chunk-7VJJJ2T2.js → chunk-LQQPGRKT.js} +2 -2
  9. package/dist/{chunk-IGGZGKJD.js → chunk-P6B3Z7PR.js} +3 -3
  10. package/dist/{chunk-GDAQUFG6.js → chunk-R5GWDTM3.js} +2 -2
  11. package/dist/{chunk-AUEIDTR3.js → chunk-TKJ3Q6CQ.js} +2 -2
  12. package/dist/{chunk-6O5USWVH.js → chunk-UO2L5VTP.js} +2 -2
  13. package/dist/index.js +8 -8
  14. package/dist/intelligence.js +3 -4
  15. package/dist/intelligence.js.map +1 -1
  16. package/dist/knowledge.js +3 -3
  17. package/dist/loop-runner-bin.js +5 -5
  18. package/dist/loops.js +4 -4
  19. package/dist/mcp/bin.js +3 -3
  20. package/dist/mcp/index.js +6 -6
  21. package/package.json +30 -16
  22. /package/dist/{chunk-RSWM2ZKM.js.map → chunk-4FPXIMSI.js.map} +0 -0
  23. /package/dist/{chunk-I7WVPJBZ.js.map → chunk-BVVRQ4YC.js.map} +0 -0
  24. /package/dist/{chunk-3BE7KTMU.js.map → chunk-FDJ7AHXG.js.map} +0 -0
  25. /package/dist/{chunk-7VJJJ2T2.js.map → chunk-LQQPGRKT.js.map} +0 -0
  26. /package/dist/{chunk-IGGZGKJD.js.map → chunk-P6B3Z7PR.js.map} +0 -0
  27. /package/dist/{chunk-GDAQUFG6.js.map → chunk-R5GWDTM3.js.map} +0 -0
  28. /package/dist/{chunk-AUEIDTR3.js.map → chunk-TKJ3Q6CQ.js.map} +0 -0
  29. /package/dist/{chunk-6O5USWVH.js.map → chunk-UO2L5VTP.js.map} +0 -0
package/dist/knowledge.js CHANGED
@@ -6,11 +6,11 @@ import {
6
6
  knowledgeReadinessDeliverable,
7
7
  runKnowledgeImprovementJob,
8
8
  runSupervisedKnowledgeUpdate
9
- } from "./chunk-7VJJJ2T2.js";
9
+ } from "./chunk-LQQPGRKT.js";
10
10
  import "./chunk-5QOB7H74.js";
11
- import "./chunk-6O5USWVH.js";
11
+ import "./chunk-UO2L5VTP.js";
12
12
  import "./chunk-DPEUKJRO.js";
13
- import "./chunk-APVPRF4Y.js";
13
+ import "./chunk-J2K6WIG6.js";
14
14
  import "./chunk-3D2RHC4K.js";
15
15
  import "./chunk-VSWBYWFK.js";
16
16
  import "./chunk-3MDZX7YU.js";
@@ -2,14 +2,14 @@
2
2
  import {
3
3
  parseLoopRunnerArgv,
4
4
  runLoopRunnerCli
5
- } from "./chunk-IGGZGKJD.js";
5
+ } from "./chunk-P6B3Z7PR.js";
6
6
  import "./chunk-SGKPNBXE.js";
7
- import "./chunk-I7WVPJBZ.js";
8
- import "./chunk-3BE7KTMU.js";
7
+ import "./chunk-BVVRQ4YC.js";
8
+ import "./chunk-FDJ7AHXG.js";
9
9
  import "./chunk-ZQZX77MM.js";
10
- import "./chunk-6O5USWVH.js";
10
+ import "./chunk-UO2L5VTP.js";
11
11
  import "./chunk-DPEUKJRO.js";
12
- import "./chunk-APVPRF4Y.js";
12
+ import "./chunk-J2K6WIG6.js";
13
13
  import "./chunk-3D2RHC4K.js";
14
14
  import "./chunk-VSWBYWFK.js";
15
15
  import "./chunk-3MDZX7YU.js";
package/dist/loops.js CHANGED
@@ -78,7 +78,7 @@ import {
78
78
  watchTrace,
79
79
  widen,
80
80
  worktreeFanout
81
- } from "./chunk-I7WVPJBZ.js";
81
+ } from "./chunk-BVVRQ4YC.js";
82
82
  import {
83
83
  adaptiveRefine,
84
84
  breadthStrategy,
@@ -104,7 +104,7 @@ import {
104
104
  selectBestIndex,
105
105
  structuralRollout,
106
106
  visibleCheckScore
107
- } from "./chunk-3BE7KTMU.js";
107
+ } from "./chunk-FDJ7AHXG.js";
108
108
  import {
109
109
  acquireSandbox,
110
110
  asAuthoredProfile,
@@ -133,7 +133,7 @@ import {
133
133
  supervisorAgent,
134
134
  supervisorInstructions,
135
135
  workerFromBackend
136
- } from "./chunk-6O5USWVH.js";
136
+ } from "./chunk-UO2L5VTP.js";
137
137
  import "./chunk-DPEUKJRO.js";
138
138
  import {
139
139
  assertModelAllowed,
@@ -146,7 +146,7 @@ import {
146
146
  routerToolLoop,
147
147
  settledToIteration,
148
148
  spendFromUsageEvents
149
- } from "./chunk-APVPRF4Y.js";
149
+ } from "./chunk-J2K6WIG6.js";
150
150
  import {
151
151
  InMemoryResultBlobStore,
152
152
  InMemorySpawnJournal,
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-GDAQUFG6.js";
4
+ } from "../chunk-R5GWDTM3.js";
5
5
  import {
6
6
  resolveRouterBaseUrl
7
7
  } from "../chunk-NURIQBJQ.js";
@@ -9,9 +9,9 @@ import {
9
9
  DelegationTaskQueue,
10
10
  FileDelegationStore,
11
11
  createMcpServer
12
- } from "../chunk-6O5USWVH.js";
12
+ } from "../chunk-UO2L5VTP.js";
13
13
  import "../chunk-DPEUKJRO.js";
14
- import "../chunk-APVPRF4Y.js";
14
+ import "../chunk-J2K6WIG6.js";
15
15
  import "../chunk-3D2RHC4K.js";
16
16
  import "../chunk-VSWBYWFK.js";
17
17
  import "../chunk-3MDZX7YU.js";
package/dist/mcp/index.js CHANGED
@@ -5,11 +5,11 @@ import {
5
5
  createPropagatingTraceEmitter,
6
6
  readTraceContextFromEnv,
7
7
  traceContextToEnv
8
- } from "../chunk-GDAQUFG6.js";
8
+ } from "../chunk-R5GWDTM3.js";
9
9
  import {
10
10
  mcpToolsForRuntimeMcp,
11
11
  mcpToolsForRuntimeMcpSubset
12
- } from "../chunk-AUEIDTR3.js";
12
+ } from "../chunk-TKJ3Q6CQ.js";
13
13
  import {
14
14
  createKbGate
15
15
  } from "../chunk-SGKPNBXE.js";
@@ -17,8 +17,8 @@ import {
17
17
  assertTraceDerivedFindings,
18
18
  runCoderChecks,
19
19
  selectValidWinner
20
- } from "../chunk-I7WVPJBZ.js";
21
- import "../chunk-3BE7KTMU.js";
20
+ } from "../chunk-BVVRQ4YC.js";
21
+ import "../chunk-FDJ7AHXG.js";
22
22
  import {
23
23
  DELEGATE_DESCRIPTION,
24
24
  DELEGATE_FEEDBACK_DESCRIPTION,
@@ -68,9 +68,9 @@ import {
68
68
  validateDelegateUiAuditArgs,
69
69
  validateDelegationHistoryArgs,
70
70
  validateDelegationStatusArgs
71
- } from "../chunk-6O5USWVH.js";
71
+ } from "../chunk-UO2L5VTP.js";
72
72
  import "../chunk-DPEUKJRO.js";
73
- import "../chunk-APVPRF4Y.js";
73
+ import "../chunk-J2K6WIG6.js";
74
74
  import "../chunk-3D2RHC4K.js";
75
75
  import "../chunk-VSWBYWFK.js";
76
76
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.92.0",
3
+ "version": "0.92.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": {
@@ -87,6 +87,21 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
+ "scripts": {
91
+ "build": "tsup",
92
+ "dev": "tsup --watch",
93
+ "prepare": "(git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .githooks) || true; tsup",
94
+ "test": "vitest run",
95
+ "test:watch": "vitest",
96
+ "lint": "biome check src tests examples",
97
+ "lint:fix": "biome check --write src tests examples",
98
+ "typecheck": "tsc --noEmit && pnpm run typecheck:examples",
99
+ "typecheck:examples": "tsc --noEmit -p tsconfig.examples.json",
100
+ "verify:package": "node scripts/verify-package-exports.mjs",
101
+ "docs:api": "typedoc && node scripts/gen-primitive-catalog.mjs",
102
+ "docs:freshness": "node scripts/check-docs-freshness.mjs",
103
+ "docs:check": "pnpm run docs:api && git diff --exit-code -- docs/api && pnpm run docs:freshness"
104
+ },
90
105
  "devDependencies": {
91
106
  "@biomejs/biome": "^2.4.15",
92
107
  "@tangle-network/agent-eval": "^0.113.0",
@@ -101,10 +116,23 @@
101
116
  "typescript": "^5.7.0",
102
117
  "vitest": "^3.0.0"
103
118
  },
119
+ "pnpm": {
120
+ "minimumReleaseAge": 4320,
121
+ "minimumReleaseAgeExclude": [
122
+ "@tangle-network/agent-eval",
123
+ "@tangle-network/agent-interface",
124
+ "@tangle-network/agent-profile-materialize",
125
+ "@tangle-network/sandbox"
126
+ ],
127
+ "onlyBuiltDependencies": [
128
+ "esbuild"
129
+ ]
130
+ },
104
131
  "engines": {
105
132
  "node": ">=20"
106
133
  },
107
134
  "license": "MIT",
135
+ "packageManager": "pnpm@10.28.0",
108
136
  "peerDependencies": {
109
137
  "@tangle-network/agent-eval": ">=0.101.0 <1.0.0",
110
138
  "@tangle-network/agent-interface": ">=0.25.0 <1.0.0",
@@ -122,19 +150,5 @@
122
150
  "dependencies": {
123
151
  "@tangle-network/agent-knowledge": "^1.11.2",
124
152
  "@tangle-network/agent-profile-materialize": "0.3.1"
125
- },
126
- "scripts": {
127
- "build": "tsup",
128
- "dev": "tsup --watch",
129
- "test": "vitest run",
130
- "test:watch": "vitest",
131
- "lint": "biome check src tests examples",
132
- "lint:fix": "biome check --write src tests examples",
133
- "typecheck": "tsc --noEmit && pnpm run typecheck:examples",
134
- "typecheck:examples": "tsc --noEmit -p tsconfig.examples.json",
135
- "verify:package": "node scripts/verify-package-exports.mjs",
136
- "docs:api": "typedoc && node scripts/gen-primitive-catalog.mjs",
137
- "docs:freshness": "node scripts/check-docs-freshness.mjs",
138
- "docs:check": "pnpm run docs:api && git diff --exit-code -- docs/api && pnpm run docs:freshness"
139
153
  }
140
- }
154
+ }