Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed May 23, 2024
1 parent 827e152 commit 3893555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def _check_for_partner_frameworks(self, instrument_llm_calls, auto_start_session
if framework == 'autogen':
try:
import autogen
from .partners.autogen_logger import AutogenLogger # TODO: move?
# TODO: can we pass it like this without it being a singleton?
from .partners.autogen_logger import AutogenLogger
autogen.runtime_logging.start(logger=AutogenLogger())
except ImportError:
pass
Expand Down

0 comments on commit 3893555

Please sign in to comment.