@tangle-network/agent-eval 0.43.0 → 0.43.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.43.0",
5
+ "version": "0.43.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.43.0",
3
+ "version": "0.43.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": {
@@ -141,7 +141,7 @@
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@tangle-network/agent-runtime": "^0.21.0",
144
- "@tangle-network/sandbox": "^0.2.1"
144
+ "@tangle-network/sandbox": ">=0.2.1 <0.4.0"
145
145
  },
146
146
  "peerDependenciesMeta": {
147
147
  "@tangle-network/agent-runtime": {
@@ -154,7 +154,7 @@
154
154
  "devDependencies": {
155
155
  "@biomejs/biome": "^2.4.15",
156
156
  "@tangle-network/agent-runtime": "^0.21.0",
157
- "@tangle-network/sandbox": "^0.2.1",
157
+ "@tangle-network/sandbox": "0.3.0",
158
158
  "@types/node": "^25.6.0",
159
159
  "husky": "^9.1.7",
160
160
  "lint-staged": "^17.0.5",