OptionalagentArray of Agent IDs that this change applies to. Required when scope is 'specific', ignored otherwise.
Mode — 'add' to make sub-agents available, 'remove' to take them away.
Scope — which agents this change applies to (see ActionChangeScope).
Array of sub-agent (AIAgent) entity IDs to add or remove from the agent's available set. These must be valid Agent IDs from the AI Agents table.
Represents a runtime modification to an agent's available sub-agents.
The direct counterpart of ActionChange, for sub-agents instead of actions. Lets callers dynamically add or remove which sub-agents an agent can delegate to at runtime, without modifying the agent's database configuration (
AIAgent.ParentID/MJ: AI Agent Relationships). Useful for multi-tenant scenarios, security restrictions, and testing — mirroring action overrides.Scope/propagation semantics are identical to ActionChange:
agentIdsExample
Since
2.132.0