refactor: Migrate tracer to new telemetry module

This commit is contained in:
Ahmed Allam
2025-10-31 21:07:21 +02:00
committed by Ahmed Allam
parent 86dd6f5330
commit f2b4eccc5b
11 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -8,8 +8,8 @@ from rich.panel import Panel
from rich.text import Text
from strix.agents.StrixAgent import StrixAgent
from strix.interface.tracer import Tracer, set_global_tracer
from strix.llm.config import LLMConfig
from strix.telemetry.tracer import Tracer, set_global_tracer
async def run_cli(args: Any) -> None: # noqa: PLR0915