reflect abstract method
Analyses the current context and dag and returns an insight string,
or null if no useful reflection is available.
Implementation
Future<String?> reflect(AgentContext context, ExecutionDAG dag);
Analyses the current context and dag and returns an insight string,
or null if no useful reflection is available.
Future<String?> reflect(AgentContext context, ExecutionDAG dag);