subAgents property

List<String>? subAgents
getter/setter pair

The list of valid agent IDs that this agent can delegate to.

This defines the directed edges in the agent system graph topology.

Optional.

Implementation

core.List<core.String>? subAgents;