EventSavingAgenticEventListener

Simple implementation of com.embabel.agent.event.AgenticEventListener that saves each kind of event to a list.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val platformEvents: <Error class: unknown class>
Link copied to clipboard
val processEvents: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun onPlatformEvent(event: AgentPlatformEvent)

An event relating to the platform or leading to the creation of an AgentProcess, such as the choice of a goal. No process is available at this point.

Link copied to clipboard
open override fun onProcessEvent(event: AgentProcessEvent)

Listen to an event during the execution of an AgentProcess