@tangle-network/agent-eval 0.59.0 → 0.59.1

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/openapi.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "@tangle-network/agent-eval — wire protocol",
5
- "version": "0.59.0",
5
+ "version": "0.59.1",
6
6
  "description": "HTTP and stdio RPC interface to agent-eval. The TypeScript runtime is the source of truth; this spec is the contract that cross-language clients (Python, Rust, Go) generate from.\n\nWire-protocol version: 1.0.0. Bumps on breaking changes to request/response schemas.",
7
7
  "contact": {
8
8
  "name": "Tangle Network",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-eval",
3
- "version": "0.59.0",
3
+ "version": "0.59.1",
4
4
  "description": "Substrate for self-improving agents: traces, verifiable rewards, preferences, GEPA / reflective mutation, auto-research, replay, sequential anytime-valid stats, and release gates.",
5
5
  "homepage": "https://github.com/tangle-network/agent-eval#readme",
6
6
  "repository": {
@@ -153,7 +153,7 @@
153
153
  "zod": "^4.3.6"
154
154
  },
155
155
  "peerDependencies": {
156
- "@tangle-network/sandbox": ">=0.2.1 <0.4.0"
156
+ "@tangle-network/sandbox": ">=0.2.1 <0.5.0"
157
157
  },
158
158
  "peerDependenciesMeta": {
159
159
  "@tangle-network/sandbox": {
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "devDependencies": {
164
164
  "@biomejs/biome": "^2.4.15",
165
- "@tangle-network/sandbox": "0.3.0",
165
+ "@tangle-network/sandbox": "0.4.0",
166
166
  "@types/node": "^25.6.0",
167
167
  "husky": "^9.1.7",
168
168
  "lint-staged": "^17.0.5",