Logging Agentic Event Listener
open class LoggingAgenticEventListener(url: String? = null, welcomeMessage: String? = null, val logger: <Error class: unknown class> = LoggerFactory.getLogger("Embabel"), val colorPalette: ColorPalette = DefaultColorPalette()) : AgenticEventListener, LoggingPersonality
Default implementation of the AgenticEventListener with vanilla messages. Convenient superclass for all logging event listeners. Subclasses can pass in format Strings for messages they wish to override Messages must respect format variables
Parameters
url
url explaining this particular logger if appropriate
Inheritors
Constructors
Link copied to clipboard
constructor(url: String? = null, welcomeMessage: String? = null, logger: <Error class: unknown class> = LoggerFactory.getLogger("Embabel"), colorPalette: ColorPalette = DefaultColorPalette())
Functions
Link copied to clipboard
Link copied to clipboard
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
Listen to an event during the execution of an AgentProcess
Link copied to clipboard