agent-relay 8.3.4 → 8.3.5
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/index.cjs +3 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -275,7 +275,7 @@ __export(index_exports, {
|
|
|
275
275
|
module.exports = __toCommonJS(index_exports);
|
|
276
276
|
|
|
277
277
|
// ../../node_modules/@relaycast/sdk/dist/version.js
|
|
278
|
-
var SDK_VERSION = "2.
|
|
278
|
+
var SDK_VERSION = "2.6.0";
|
|
279
279
|
|
|
280
280
|
// ../../node_modules/@relaycast/types/node_modules/zod/v4/classic/external.js
|
|
281
281
|
var external_exports = {};
|
|
@@ -14912,6 +14912,7 @@ var SpawnAgentRequestSchema = external_exports.object({
|
|
|
14912
14912
|
task: external_exports.string(),
|
|
14913
14913
|
channel: external_exports.string().nullable().optional(),
|
|
14914
14914
|
persona: external_exports.string().nullable().optional(),
|
|
14915
|
+
model: external_exports.string().nullable().optional(),
|
|
14915
14916
|
metadata: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
|
|
14916
14917
|
});
|
|
14917
14918
|
var SpawnAgentResponseSchema = external_exports.object({
|
|
@@ -15394,6 +15395,7 @@ var AgentSpawnRequestedEventSchema = external_exports.object({
|
|
|
15394
15395
|
cli: external_exports.string(),
|
|
15395
15396
|
task: external_exports.string(),
|
|
15396
15397
|
channel: external_exports.string().nullable(),
|
|
15398
|
+
model: external_exports.string().nullable().optional(),
|
|
15397
15399
|
already_existed: external_exports.boolean()
|
|
15398
15400
|
})
|
|
15399
15401
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-relay",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.5",
|
|
4
4
|
"description": "Real-time agent-to-agent communication system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"pack:validate": "npm pack --dry-run"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@agent-relay/cloud": "8.3.
|
|
47
|
-
"@agent-relay/config": "8.3.
|
|
48
|
-
"@agent-relay/harness-driver": "8.3.
|
|
49
|
-
"@agent-relay/sdk": "8.3.
|
|
50
|
-
"@agent-relay/utils": "8.3.
|
|
46
|
+
"@agent-relay/cloud": "8.3.5",
|
|
47
|
+
"@agent-relay/config": "8.3.5",
|
|
48
|
+
"@agent-relay/harness-driver": "8.3.5",
|
|
49
|
+
"@agent-relay/sdk": "8.3.5",
|
|
50
|
+
"@agent-relay/utils": "8.3.5",
|
|
51
51
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
52
52
|
"@relaycast/sdk": "^2.5.1",
|
|
53
53
|
"@relayflows/cli": "^1.0.1",
|