@agent-relay/sdk 11.6.9 → 11.6.10
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/bin/agent-relay-broker-darwin-arm64 +0 -0
- package/bin/agent-relay-broker-darwin-x64 +0 -0
- package/bin/agent-relay-broker-linux-arm64 +0 -0
- package/bin/agent-relay-broker-linux-x64 +0 -0
- package/bin/agent-relay-broker-win32-x64.exe +0 -0
- package/dist/messaging/thin-client.d.ts +2 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -37,8 +37,8 @@ export interface RelaySpawnAgentInput {
|
|
|
37
37
|
channel?: string;
|
|
38
38
|
persona?: string;
|
|
39
39
|
/**
|
|
40
|
-
* Free-form spawn metadata forwarded to the broker (for example `{ model
|
|
41
|
-
* which the broker extracts
|
|
40
|
+
* Free-form spawn metadata forwarded to the broker (for example `{ model,
|
|
41
|
+
* worker_cwd }`, which the broker extracts into launch settings).
|
|
42
42
|
*/
|
|
43
43
|
metadata?: Record<string, unknown>;
|
|
44
44
|
}
|