loggingTheme

abstract fun loggingTheme(): String

Specifies the logging theme to use for agent operations.

If set, this activates a corresponding Spring profile that customizes logging output with themed messages and formatting.

Supported themes:
  • "starwars" - Star Wars themed logging messages
  • "severance" - Corporate/Severance themed logging
  • "" (default) - Standard logging without theming
Example:

= LoggingThemes.STAR_WARS)
// Outputs: "May the Force be with your agents!"

Return

the logging theme name, or empty string for default logging