@tangle-network/agent-runtime 0.79.1 → 0.79.2

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.
Files changed (1) hide show
  1. package/package.json +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.79.1",
3
+ "version": "0.79.2",
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": {
@@ -129,9 +129,6 @@
129
129
  "playwright": "^1.40.0"
130
130
  },
131
131
  "peerDependenciesMeta": {
132
- "@tangle-network/agent-eval": {
133
- "optional": true
134
- },
135
132
  "@tangle-network/agent-interface": {
136
133
  "optional": true
137
134
  },