onAgentSpawned property

Future<void> Function(AgentSpawnedEvent event)? onAgentSpawned
final

Fired when a sub-agent is spawned.

Implementation

final Future<void> Function(AgentSpawnedEvent event)? onAgentSpawned;