Organize logging (#138)

This commit is contained in:
Jack Gerrits
2024-06-27 14:36:05 -04:00
committed by GitHub
parent a13c971b16
commit ec17dd16ed
6 changed files with 100 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
import logging
from agnext.application.logging import EVENT_LOGGER_NAME, LLMCallEvent, LLMUsageTracker
from agnext.application.logging import EVENT_LOGGER_NAME, LLMUsageTracker
from agnext.application.logging.events import LLMCallEvent
def test_llm_usage() -> None: