@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/agent.js +2 -2
- package/dist/{chunk-ZV4LXYCJ.js → chunk-AD7JW4QG.js} +2 -2
- package/dist/{chunk-QK4DV5PR.js → chunk-DWWII6N2.js} +2 -2
- package/dist/{chunk-OOL3675H.js → chunk-FF77IBQM.js} +4 -2
- package/dist/{chunk-OOL3675H.js.map → chunk-FF77IBQM.js.map} +1 -1
- package/dist/{chunk-WRUSWK4F.js → chunk-IOUUITQA.js} +3 -3
- package/dist/{chunk-R2VAJGR3.js → chunk-JRS3YSRZ.js} +2 -2
- package/dist/{chunk-RYBVU4M3.js → chunk-NC66AM3S.js} +12 -12
- package/dist/{chunk-RYBVU4M3.js.map → chunk-NC66AM3S.js.map} +1 -1
- package/dist/index.d.ts +804 -3
- package/dist/index.js +5593 -29
- package/dist/index.js.map +1 -1
- package/dist/knowledge.js +2 -2
- package/dist/lifecycle.js +1 -1
- package/dist/loop-runner-bin.js +3 -3
- package/dist/loops.js +2 -2
- package/dist/mcp/bin.js +1 -1
- package/dist/mcp/index.js +3 -3
- package/package.json +6 -7
- /package/dist/{chunk-ZV4LXYCJ.js.map → chunk-AD7JW4QG.js.map} +0 -0
- /package/dist/{chunk-QK4DV5PR.js.map → chunk-DWWII6N2.js.map} +0 -0
- /package/dist/{chunk-WRUSWK4F.js.map → chunk-IOUUITQA.js.map} +0 -0
- /package/dist/{chunk-R2VAJGR3.js.map → chunk-JRS3YSRZ.js.map} +0 -0
package/dist/knowledge.js
CHANGED
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
knowledgeReadinessDeliverable,
|
|
7
7
|
runKnowledgeImprovementJob,
|
|
8
8
|
runSupervisedKnowledgeUpdate
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JRS3YSRZ.js";
|
|
10
10
|
import "./chunk-5QOB7H74.js";
|
|
11
|
-
import "./chunk-
|
|
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
package/dist/loop-runner-bin.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
parseLoopRunnerArgv,
|
|
4
4
|
runLoopRunnerCli
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IOUUITQA.js";
|
|
6
6
|
import "./chunk-SGKPNBXE.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-AD7JW4QG.js";
|
|
8
8
|
import "./chunk-ZQZX77MM.js";
|
|
9
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
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
package/dist/mcp/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import {
|
|
10
10
|
mcpToolsForRuntimeMcp,
|
|
11
11
|
mcpToolsForRuntimeMcpSubset
|
|
12
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|