There was an error while loading. Please reload this page.
Currently agents use the attribute self._log for all logging related tasks:
self._log
@dataclass class Logger: log_db: DbStorage console: Console tag: str = "" run_id: int = 0
in the long run, this should be a "real" python object used for logging/storing/console-output through its methods.