Instrument LiveKit classes with logging.This function adds logging instrumentation to LiveKit classes (Agent, JobContext, LLM)
by wrapping their methods with logging decorators. It logs method calls with their
arguments and keyword arguments.The instrumentation:
Wraps all Agent methods starting with βon_β
Wraps all JobContext methods (except special methods)