@tangle-network/agent-runtime 0.96.1 → 0.97.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.97.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": {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@biomejs/biome": "^2.4.15",
|
|
116
|
-
"@tangle-network/agent-eval": "0.122.
|
|
116
|
+
"@tangle-network/agent-eval": "0.122.8",
|
|
117
117
|
"@tangle-network/agent-interface": "0.31.0",
|
|
118
118
|
"@tangle-network/sandbox": "^0.11.1",
|
|
119
119
|
"@types/node": "^25.9.3",
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
"engines": {
|
|
143
|
-
"node": ">=20"
|
|
143
|
+
"node": ">=20.19.0"
|
|
144
144
|
},
|
|
145
145
|
"license": "MIT",
|
|
146
146
|
"packageManager": "pnpm@10.28.0",
|
|
147
147
|
"peerDependencies": {
|
|
148
|
-
"@tangle-network/agent-eval": ">=0.122.
|
|
148
|
+
"@tangle-network/agent-eval": ">=0.122.8 <0.123.0",
|
|
149
149
|
"@tangle-network/agent-interface": ">=0.31.0 <0.32.0",
|
|
150
150
|
"@tangle-network/sandbox": ">=0.11.1 <1.0.0",
|
|
151
151
|
"playwright": "^1.40.0"
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@tangle-network/agent-knowledge": "^
|
|
162
|
+
"@tangle-network/agent-knowledge": "^4.1.0",
|
|
163
163
|
"@tangle-network/agent-profile-materialize": "0.5.1",
|
|
164
164
|
"tar-stream": "3.2.0"
|
|
165
165
|
}
|