@tangle-network/agent-runtime 0.57.0 → 0.59.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/agent.js +1 -1
- package/dist/{chunk-RLDUT4JL.js → chunk-45D64J7B.js} +263 -103
- package/dist/chunk-45D64J7B.js.map +1 -0
- package/dist/{chunk-WFEQCRQP.js → chunk-4FEUFYOY.js} +2 -2
- package/dist/{chunk-6BOIKGSU.js → chunk-IN7WHMGZ.js} +2 -2
- package/dist/{chunk-TVBXDW7C.js → chunk-MMDIORZY.js} +3 -3
- package/dist/{chunk-NJST5D2G.js → chunk-ZWGEA722.js} +2 -2
- package/dist/{coordination-BydGBQCZ.d.ts → coordination-Biw19JzN.d.ts} +3 -2
- package/dist/index.js +4 -4
- package/dist/loop-runner-bin.js +3 -3
- package/dist/loops.d.ts +2 -2
- package/dist/loops.js +23 -5
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +2 -2
- package/dist/mcp/index.js +4 -4
- package/dist/runtime.d.ts +138 -53
- package/dist/runtime.js +23 -5
- package/dist/workflow.js +1 -1
- package/package.json +3 -1
- package/dist/chunk-RLDUT4JL.js.map +0 -1
- /package/dist/{chunk-WFEQCRQP.js.map → chunk-4FEUFYOY.js.map} +0 -0
- /package/dist/{chunk-6BOIKGSU.js.map → chunk-IN7WHMGZ.js.map} +0 -0
- /package/dist/{chunk-TVBXDW7C.js.map → chunk-MMDIORZY.js.map} +0 -0
- /package/dist/{chunk-NJST5D2G.js.map → chunk-ZWGEA722.js.map} +0 -0
package/dist/runtime.js
CHANGED
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
InMemorySpawnJournal,
|
|
8
8
|
acquireSandbox,
|
|
9
9
|
adaptiveRefine,
|
|
10
|
+
analyzeTrace,
|
|
10
11
|
anytimeReport,
|
|
11
12
|
asAuthoredProfile,
|
|
12
13
|
assertStrategyContract,
|
|
@@ -23,12 +24,13 @@ import {
|
|
|
23
24
|
contentAddress,
|
|
24
25
|
coordinationDriverAgent,
|
|
25
26
|
createBudgetPool,
|
|
26
|
-
createDetectorMonitor,
|
|
27
27
|
createEventBus,
|
|
28
28
|
createExecutor,
|
|
29
29
|
createExecutorRegistry,
|
|
30
30
|
createInbox,
|
|
31
31
|
createMcpEnvironment,
|
|
32
|
+
createPartsTraceSource,
|
|
33
|
+
createPushTraceSource,
|
|
32
34
|
createRootHandle,
|
|
33
35
|
createSandboxForSpec,
|
|
34
36
|
createSandboxLineage,
|
|
@@ -36,10 +38,13 @@ import {
|
|
|
36
38
|
createScopeAnalyst,
|
|
37
39
|
createShapeRegistry,
|
|
38
40
|
createSupervisor,
|
|
39
|
-
createTrajectoryRecorder,
|
|
40
41
|
createVerifierEnvironment,
|
|
41
42
|
createWaterfallCollector,
|
|
42
43
|
createWorktreeCliExecutor,
|
|
44
|
+
decodeAnthropicPart,
|
|
45
|
+
decodeOpenAiPart,
|
|
46
|
+
decodeOpencodePart,
|
|
47
|
+
decodeToolPart,
|
|
43
48
|
defaultAnalystInstruction,
|
|
44
49
|
defaultAuditorInstruction,
|
|
45
50
|
defaultSelectWinner,
|
|
@@ -94,6 +99,7 @@ import {
|
|
|
94
99
|
runStrategyEvolution,
|
|
95
100
|
sample,
|
|
96
101
|
sampleThenRefine,
|
|
102
|
+
sandboxSessionTraceSource,
|
|
97
103
|
selectChampion,
|
|
98
104
|
sentinelCompletion,
|
|
99
105
|
serveCoordinationMcp,
|
|
@@ -102,12 +108,15 @@ import {
|
|
|
102
108
|
stopSentinel,
|
|
103
109
|
strategyAuthorContract,
|
|
104
110
|
supervisorSkill,
|
|
111
|
+
toToolSpan,
|
|
112
|
+
toolPartDecoders,
|
|
105
113
|
trajectoryReport,
|
|
106
114
|
verify,
|
|
115
|
+
watchTrace,
|
|
107
116
|
widen,
|
|
108
117
|
withDriverExecutor,
|
|
109
118
|
worktreeCoderFanout
|
|
110
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-45D64J7B.js";
|
|
111
120
|
import "./chunk-7QYOXFCD.js";
|
|
112
121
|
import "./chunk-WIR4HOOJ.js";
|
|
113
122
|
import {
|
|
@@ -126,6 +135,7 @@ export {
|
|
|
126
135
|
InMemorySpawnJournal,
|
|
127
136
|
acquireSandbox,
|
|
128
137
|
adaptiveRefine,
|
|
138
|
+
analyzeTrace,
|
|
129
139
|
anytimeReport,
|
|
130
140
|
asAuthoredProfile,
|
|
131
141
|
assertStrategyContract,
|
|
@@ -142,12 +152,13 @@ export {
|
|
|
142
152
|
contentAddress,
|
|
143
153
|
coordinationDriverAgent,
|
|
144
154
|
createBudgetPool,
|
|
145
|
-
createDetectorMonitor,
|
|
146
155
|
createEventBus,
|
|
147
156
|
createExecutor,
|
|
148
157
|
createExecutorRegistry,
|
|
149
158
|
createInbox,
|
|
150
159
|
createMcpEnvironment,
|
|
160
|
+
createPartsTraceSource,
|
|
161
|
+
createPushTraceSource,
|
|
151
162
|
createRootHandle,
|
|
152
163
|
createSandboxForSpec,
|
|
153
164
|
createSandboxLineage,
|
|
@@ -155,10 +166,13 @@ export {
|
|
|
155
166
|
createScopeAnalyst,
|
|
156
167
|
createShapeRegistry,
|
|
157
168
|
createSupervisor,
|
|
158
|
-
createTrajectoryRecorder,
|
|
159
169
|
createVerifierEnvironment,
|
|
160
170
|
createWaterfallCollector,
|
|
161
171
|
createWorktreeCliExecutor,
|
|
172
|
+
decodeAnthropicPart,
|
|
173
|
+
decodeOpenAiPart,
|
|
174
|
+
decodeOpencodePart,
|
|
175
|
+
decodeToolPart,
|
|
162
176
|
defaultAnalystInstruction,
|
|
163
177
|
defaultAuditorInstruction,
|
|
164
178
|
defaultSelectWinner,
|
|
@@ -215,6 +229,7 @@ export {
|
|
|
215
229
|
runStrategyEvolution,
|
|
216
230
|
sample,
|
|
217
231
|
sampleThenRefine,
|
|
232
|
+
sandboxSessionTraceSource,
|
|
218
233
|
selectChampion,
|
|
219
234
|
sentinelCompletion,
|
|
220
235
|
serveCoordinationMcp,
|
|
@@ -223,8 +238,11 @@ export {
|
|
|
223
238
|
stopSentinel,
|
|
224
239
|
strategyAuthorContract,
|
|
225
240
|
supervisorSkill,
|
|
241
|
+
toToolSpan,
|
|
242
|
+
toolPartDecoders,
|
|
226
243
|
trajectoryReport,
|
|
227
244
|
verify,
|
|
245
|
+
watchTrace,
|
|
228
246
|
widen,
|
|
229
247
|
withDriverExecutor,
|
|
230
248
|
worktreeCoderFanout
|
package/dist/workflow.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.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": {
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@biomejs/biome": "^2.4.15",
|
|
109
109
|
"@tangle-network/agent-eval": "^0.93.0",
|
|
110
|
+
"@tangle-network/agent-interface": "^0.4.0",
|
|
110
111
|
"@tangle-network/sandbox": "^0.6.0",
|
|
111
112
|
"@types/node": "^25.9.3",
|
|
112
113
|
"playwright": "^1.61.0",
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
"minimumReleaseAge": 4320,
|
|
119
120
|
"minimumReleaseAgeExclude": [
|
|
120
121
|
"@tangle-network/agent-eval",
|
|
122
|
+
"@tangle-network/agent-interface",
|
|
121
123
|
"@tangle-network/sandbox"
|
|
122
124
|
],
|
|
123
125
|
"onlyBuiltDependencies": [
|