poll abstract method
Returns the most recent observations since the last call.
The agent calls this at the start of every loop iteration. Return an empty list if nothing new is available.
Implementation
Future<List<AgentObservation>> poll();
Returns the most recent observations since the last call.
The agent calls this at the start of every loop iteration. Return an empty list if nothing new is available.
Future<List<AgentObservation>> poll();