@agent-relay/sdk 7.1.0 → 7.1.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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -165,11 +165,11 @@
165
165
  "@types/ws": "^8.5.10"
166
166
  },
167
167
  "dependencies": {
168
- "@agent-relay/cloud": "7.1.0",
169
- "@agent-relay/config": "7.1.0",
170
- "@agent-relay/github-primitive": "7.1.0",
171
- "@agent-relay/slack-primitive": "7.1.0",
172
- "@agent-relay/workflow-types": "7.1.0",
168
+ "@agent-relay/cloud": "7.1.1",
169
+ "@agent-relay/config": "7.1.1",
170
+ "@agent-relay/github-primitive": "7.1.1",
171
+ "@agent-relay/slack-primitive": "7.1.1",
172
+ "@agent-relay/workflow-types": "7.1.1",
173
173
  "@agentworkforce/harness-kit": "^0.11.0",
174
174
  "@agentworkforce/workload-router": "^0.11.0",
175
175
  "@relaycast/sdk": "^1.1.0",
@@ -186,14 +186,14 @@
186
186
  "zod-to-json-schema": "^3.23.1"
187
187
  },
188
188
  "optionalDependencies": {
189
- "@agent-relay/broker-darwin-arm64": "7.1.0",
190
- "@agent-relay/broker-darwin-x64": "7.1.0",
191
- "@agent-relay/broker-linux-arm64": "7.1.0",
192
- "@agent-relay/broker-linux-x64": "7.1.0",
193
- "@agent-relay/broker-win32-x64": "7.1.0"
189
+ "@agent-relay/broker-darwin-arm64": "7.1.1",
190
+ "@agent-relay/broker-darwin-x64": "7.1.1",
191
+ "@agent-relay/broker-linux-arm64": "7.1.1",
192
+ "@agent-relay/broker-linux-x64": "7.1.1",
193
+ "@agent-relay/broker-win32-x64": "7.1.1"
194
194
  },
195
195
  "peerDependencies": {
196
- "@agent-relay/credential-proxy": "7.1.0",
196
+ "@agent-relay/credential-proxy": "7.1.1",
197
197
  "@anthropic-ai/claude-agent-sdk": ">=0.1.0",
198
198
  "@google/adk": ">=0.5.0",
199
199
  "@langchain/langgraph": ">=1.2.0",