Logging ๐¶
Enola “out of the box” is “silent”, and does not “print what it’s doing”.
But the verbosity command-line argument allows to “see what’s going on internally”:
-vwill show only “error” (AKA “severe”) log messages-vvwill additionally also show “warning” log messages-vvvwill additionally also show “information” log messages-vvvvwill additionally also show “debug” (AKA “debug” and “fine”) log messages-vvvvvwill additionally also show “more debug” (AKA “finer”) log messages-vvvvvvwill additionally also show “trace” (AKA “finest”) log messages-vvvvvvvwill show all available log messages
The Chat UI Server also has a UI which shows which Agents & Tools were called.