@agentconnect.md/daemon 1.0.0-rc.27 → 1.0.0-rc.28
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17215,6 +17215,7 @@ const AgentWorkspace = discriminatedUnion("mode", [object({ mode: literal("scrat
|
|
|
17215
17215
|
const AgentSpec = object({
|
|
17216
17216
|
name: string(),
|
|
17217
17217
|
description: string().optional(),
|
|
17218
|
+
runtime: string().optional(),
|
|
17218
17219
|
model: string().optional(),
|
|
17219
17220
|
reasoningEffort: string().optional(),
|
|
17220
17221
|
executionMode: string().optional(),
|