Class OutputChannelHighlightingEventListener
-
- All Implemented Interfaces:
-
com.embabel.agent.api.event.AgenticEventListener
public final class OutputChannelHighlightingEventListener implements AgenticEventListener
Convenient event listener that highlights important events in the output channel.
-
-
Constructor Summary
Constructors Constructor Description OutputChannelHighlightingEventListener(OutputChannel outputChannel, Boolean verbose)
-
Method Summary
Modifier and Type Method Description UnitonProcessEvent(AgentProcessEvent event)Listen to an event during the execution of an AgentProcess -
-
Constructor Detail
-
OutputChannelHighlightingEventListener
OutputChannelHighlightingEventListener(OutputChannel outputChannel, Boolean verbose)
-
-
Method Detail
-
onProcessEvent
Unit onProcessEvent(AgentProcessEvent event)
Listen to an event during the execution of an AgentProcess
-
-
-
-