subAgents property

List<String> subAgents
final

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

Implementation

final List<String> subAgents;