@tangle-network/agent-runtime 0.90.1 → 0.91.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/knowledge.js CHANGED
@@ -6,9 +6,9 @@ import {
6
6
  knowledgeReadinessDeliverable,
7
7
  runKnowledgeImprovementJob,
8
8
  runSupervisedKnowledgeUpdate
9
- } from "./chunk-R2VAJGR3.js";
9
+ } from "./chunk-JRS3YSRZ.js";
10
10
  import "./chunk-5QOB7H74.js";
11
- import "./chunk-RYBVU4M3.js";
11
+ import "./chunk-NC66AM3S.js";
12
12
  import "./chunk-DPEUKJRO.js";
13
13
  import "./chunk-IVGYLCFH.js";
14
14
  import "./chunk-BZF3KQ6G.js";
package/dist/lifecycle.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  mcpBuildPrompt,
5
5
  mcpServeVerifier,
6
6
  toolBuildPrompt
7
- } from "./chunk-OOL3675H.js";
7
+ } from "./chunk-FF77IBQM.js";
8
8
  import "./chunk-CMYMTRGA.js";
9
9
  import {
10
10
  ValidationError
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  parseLoopRunnerArgv,
4
4
  runLoopRunnerCli
5
- } from "./chunk-WRUSWK4F.js";
5
+ } from "./chunk-IOUUITQA.js";
6
6
  import "./chunk-SGKPNBXE.js";
7
- import "./chunk-ZV4LXYCJ.js";
7
+ import "./chunk-AD7JW4QG.js";
8
8
  import "./chunk-ZQZX77MM.js";
9
- import "./chunk-RYBVU4M3.js";
9
+ import "./chunk-NC66AM3S.js";
10
10
  import "./chunk-DPEUKJRO.js";
11
11
  import "./chunk-IVGYLCFH.js";
12
12
  import "./chunk-BZF3KQ6G.js";
package/dist/loops.js CHANGED
@@ -102,7 +102,7 @@ import {
102
102
  watchTrace,
103
103
  widen,
104
104
  worktreeFanout
105
- } from "./chunk-ZV4LXYCJ.js";
105
+ } from "./chunk-AD7JW4QG.js";
106
106
  import {
107
107
  InMemoryResultBlobStore,
108
108
  InMemorySpawnJournal,
@@ -144,7 +144,7 @@ import {
144
144
  supervisorAgent,
145
145
  supervisorInstructions,
146
146
  workerFromBackend
147
- } from "./chunk-RYBVU4M3.js";
147
+ } from "./chunk-NC66AM3S.js";
148
148
  import "./chunk-DPEUKJRO.js";
149
149
  import "./chunk-IVGYLCFH.js";
150
150
  import {
package/dist/mcp/bin.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  DelegationTaskQueue,
10
10
  FileDelegationStore,
11
11
  createMcpServer
12
- } from "../chunk-RYBVU4M3.js";
12
+ } from "../chunk-NC66AM3S.js";
13
13
  import "../chunk-DPEUKJRO.js";
14
14
  import "../chunk-IVGYLCFH.js";
15
15
  import "../chunk-BZF3KQ6G.js";
package/dist/mcp/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  mcpToolsForRuntimeMcp,
11
11
  mcpToolsForRuntimeMcpSubset
12
- } from "../chunk-QK4DV5PR.js";
12
+ } from "../chunk-DWWII6N2.js";
13
13
  import {
14
14
  createKbGate
15
15
  } from "../chunk-SGKPNBXE.js";
@@ -17,7 +17,7 @@ import {
17
17
  assertTraceDerivedFindings,
18
18
  runCoderChecks,
19
19
  selectValidWinner
20
- } from "../chunk-ZV4LXYCJ.js";
20
+ } from "../chunk-AD7JW4QG.js";
21
21
  import {
22
22
  DELEGATE_DESCRIPTION,
23
23
  DELEGATE_FEEDBACK_DESCRIPTION,
@@ -67,7 +67,7 @@ import {
67
67
  validateDelegateUiAuditArgs,
68
68
  validateDelegationHistoryArgs,
69
69
  validateDelegationStatusArgs
70
- } from "../chunk-RYBVU4M3.js";
70
+ } from "../chunk-NC66AM3S.js";
71
71
  import "../chunk-DPEUKJRO.js";
72
72
  import "../chunk-IVGYLCFH.js";
73
73
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.90.1",
3
+ "version": "0.91.0",
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": {
@@ -100,7 +100,7 @@
100
100
  "devDependencies": {
101
101
  "@biomejs/biome": "^2.4.15",
102
102
  "@tangle-network/agent-eval": "^0.108.1",
103
- "@tangle-network/agent-interface": "^0.19.0",
103
+ "@tangle-network/agent-interface": "^0.24.0",
104
104
  "@tangle-network/sandbox": "^0.9.7",
105
105
  "@types/node": "^25.9.3",
106
106
  "playwright": "^1.61.0",
@@ -116,6 +116,7 @@
116
116
  "minimumReleaseAgeExclude": [
117
117
  "@tangle-network/agent-eval",
118
118
  "@tangle-network/agent-interface",
119
+ "@tangle-network/agent-profile-materialize",
119
120
  "@tangle-network/sandbox"
120
121
  ],
121
122
  "onlyBuiltDependencies": [
@@ -129,14 +130,11 @@
129
130
  "packageManager": "pnpm@10.28.0",
130
131
  "peerDependencies": {
131
132
  "@tangle-network/agent-eval": ">=0.101.0 <1.0.0",
132
- "@tangle-network/agent-interface": ">=0.14.0 <1.0.0",
133
+ "@tangle-network/agent-interface": ">=0.24.0 <1.0.0",
133
134
  "@tangle-network/sandbox": ">=0.8.0 <1.0.0",
134
135
  "playwright": "^1.40.0"
135
136
  },
136
137
  "peerDependenciesMeta": {
137
- "@tangle-network/agent-interface": {
138
- "optional": true
139
- },
140
138
  "@tangle-network/sandbox": {
141
139
  "optional": true
142
140
  },
@@ -145,6 +143,7 @@
145
143
  }
146
144
  },
147
145
  "dependencies": {
148
- "@tangle-network/agent-knowledge": "^1.11.1"
146
+ "@tangle-network/agent-knowledge": "^1.11.1",
147
+ "@tangle-network/agent-profile-materialize": "0.3.0"
149
148
  }
150
149
  }