Class ActionProcessor

java.lang.Object
com.t4a.processor.ActionProcessor
All Implemented Interfaces:
AIProcessor

public class ActionProcessor extends Object implements AIProcessor
 The main processor class, can execute single action or multiple action in sequence
 - based on prompt can predict and trigger action
 - based on prompt can predict and trigger multiple actions sequentially
 - based on prompt can predict and trigger multiple actions parallely
 - Can take HumanInLoop object and wait for Human Validation
 - Can take ExplainDecision Object and provide why the decision was taken by AI