@lightcone-ai/daemon 0.15.54 → 0.15.55
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/package.json +1 -1
- package/src/chat-bridge.js +1 -1
package/package.json
CHANGED
package/src/chat-bridge.js
CHANGED
|
@@ -1820,7 +1820,7 @@ if (IS_HOST_AGENT) {
|
|
|
1820
1820
|
);
|
|
1821
1821
|
|
|
1822
1822
|
server.tool('bind_workspace_scenario',
|
|
1823
|
-
'Bind a scenario to an existing workspace and
|
|
1823
|
+
'Bind a scenario to an existing workspace and eagerly spawn one agent per scenario role (matrix_coordinator and other gated roles only spawn when their predicate is satisfied — e.g. accounts.length >= 2).',
|
|
1824
1824
|
{
|
|
1825
1825
|
workspace_id: z.string().describe('Workspace ID to bind.'),
|
|
1826
1826
|
scenario_id: z.string().describe('Scenario ID to bind.'),
|