Package com.rpl.agentorama
Interface AgentStep
- All Known Subinterfaces:
AgentComplete<T>,HumanInputRequest
public interface AgentStep
Represents the result of invoking
AgentClient.nextStep(AgentInvoke) or
AgentClient.nextStepAsync(AgentInvoke).
This is either a HumanInputRequest (indicating the agent requires input from a human)
or an AgentComplete (indicating the agent has completed its task).