Package com.embabel.agent.tools.agent
Interface TextCommunicator
-
- All Implemented Interfaces:
public interface TextCommunicatorCommunicator for awaiting user input.
-
-
Method Summary
Modifier and Type Method Description abstract StringcommunicateAwaitable(NamedAndDescribed goal, ProcessWaitingException pwe)Produce a response string for the given goal and ProcessWaitingException. abstract StringcommunicateResult(AgentProcessExecution agentProcessExecution)Communicate the result of an agent process execution. -
-
Method Detail
-
communicateAwaitable
abstract String communicateAwaitable(NamedAndDescribed goal, ProcessWaitingException pwe)
Produce a response string for the given goal and ProcessWaitingException.
-
communicateResult
abstract String communicateResult(AgentProcessExecution agentProcessExecution)
Communicate the result of an agent process execution.
-
-
-
-