subAgents property

List<String> subAgents
final

Optional. The list of valid agent IDs that this agent can delegate to. This defines the directed edges in the multi-agent system graph topology.

Implementation

final List<String> subAgents;