@tangle-network/agent-runtime 0.60.0 → 0.62.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.d.ts +3 -2
- package/dist/agent.js +2 -3
- package/dist/agent.js.map +1 -1
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/chunk-DVQGYDN5.js +59 -0
- package/dist/chunk-DVQGYDN5.js.map +1 -0
- package/dist/{chunk-ZWGEA722.js → chunk-E4X4FNQZ.js} +2 -2
- package/dist/{chunk-45D64J7B.js → chunk-MT4XM3G6.js} +191 -100
- package/dist/chunk-MT4XM3G6.js.map +1 -0
- package/dist/{chunk-GLMFBUKT.js → chunk-O2UPHN7X.js} +1 -1
- package/dist/chunk-O2UPHN7X.js.map +1 -0
- package/dist/{chunk-MMDIORZY.js → chunk-RTNMMHWR.js} +4 -23
- package/dist/chunk-RTNMMHWR.js.map +1 -0
- package/dist/chunk-RYD7ND4A.js +475 -0
- package/dist/chunk-RYD7ND4A.js.map +1 -0
- package/dist/{chunk-IN7WHMGZ.js → chunk-YWO4H64E.js} +47 -7
- package/dist/chunk-YWO4H64E.js.map +1 -0
- package/dist/coder-2leJPOvC.d.ts +52 -0
- package/dist/coordination-Curpzeyc.d.ts +381 -0
- package/dist/{delegates-C94qchkz.d.ts → delegates-CLFNAKyi.d.ts} +650 -21
- package/dist/improvement.js +1 -1
- package/dist/index.d.ts +10 -6
- package/dist/index.js +10 -10
- package/dist/intelligence.d.ts +3 -2
- package/dist/intelligence.js.map +1 -1
- package/dist/{loop-runner-bin-Noz7P-mS.d.ts → loop-runner-bin-B6dzNZC8.d.ts} +46 -12
- package/dist/loop-runner-bin.d.ts +8 -4
- package/dist/loop-runner-bin.js +5 -5
- package/dist/loops.d.ts +8 -6
- package/dist/loops.js +18 -7
- package/dist/mcp/bin.js +11 -11
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +13 -12
- package/dist/mcp/index.js +8 -8
- package/dist/{openai-tools-d4GKwgya.d.ts → openai-tools-CA2N3-Ak.d.ts} +1 -1
- package/dist/profiles.d.ts +9 -10
- package/dist/profiles.js +5 -7
- package/dist/profiles.js.map +1 -1
- package/dist/{run-loop-CcqfR_gy.d.ts → run-loop-D3PwlG7J.d.ts} +1 -1
- package/dist/runtime.d.ts +31 -1046
- package/dist/runtime.js +18 -7
- package/dist/{types-CUzjRFZ3.d.ts → types-Crxftafi.d.ts} +2 -2
- package/dist/workflow.d.ts +2 -2
- package/dist/workflow.js +2 -3
- package/dist/workflow.js.map +1 -1
- package/dist/worktree-fanout-DUiKPApb.d.ts +1099 -0
- package/package.json +6 -2
- package/dist/chunk-45D64J7B.js.map +0 -1
- package/dist/chunk-4FEUFYOY.js +0 -282
- package/dist/chunk-4FEUFYOY.js.map +0 -1
- package/dist/chunk-7QYOXFCD.js +0 -293
- package/dist/chunk-7QYOXFCD.js.map +0 -1
- package/dist/chunk-GLMFBUKT.js.map +0 -1
- package/dist/chunk-IN7WHMGZ.js.map +0 -1
- package/dist/chunk-MMDIORZY.js.map +0 -1
- package/dist/coder-CybltHEm.d.ts +0 -163
- package/dist/coordination-Biw19JzN.d.ts +0 -944
- /package/dist/{chunk-ZWGEA722.js.map → chunk-E4X4FNQZ.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.62.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,7 +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.
|
|
110
|
+
"@tangle-network/agent-interface": "^0.5.0",
|
|
111
111
|
"@tangle-network/sandbox": "^0.6.0",
|
|
112
112
|
"@types/node": "^25.9.3",
|
|
113
113
|
"playwright": "^1.61.0",
|
|
@@ -133,11 +133,15 @@
|
|
|
133
133
|
"packageManager": "pnpm@10.28.0",
|
|
134
134
|
"peerDependencies": {
|
|
135
135
|
"@tangle-network/agent-eval": ">=0.93.0 <1.0.0",
|
|
136
|
+
"@tangle-network/agent-interface": ">=0.5.0 <0.6.0",
|
|
136
137
|
"@tangle-network/agent-knowledge": ">=1.3.0 <2.0.0",
|
|
137
138
|
"@tangle-network/sandbox": ">=0.1.2 <0.7.0",
|
|
138
139
|
"playwright": "^1.40.0"
|
|
139
140
|
},
|
|
140
141
|
"peerDependenciesMeta": {
|
|
142
|
+
"@tangle-network/agent-interface": {
|
|
143
|
+
"optional": true
|
|
144
|
+
},
|
|
141
145
|
"@tangle-network/agent-knowledge": {
|
|
142
146
|
"optional": true
|
|
143
147
|
},
|