refactor: Migrate tracer to new telemetry module

This commit is contained in:
Ahmed Allam
2025-10-29 09:25:54 +03:00
committed by Ahmed Allam
parent 86dd6f5330
commit f2b4eccc5b
11 changed files with 20 additions and 16 deletions

View File

@@ -31,8 +31,8 @@ from textual.widgets import Button, Label, Static, TextArea, Tree
from textual.widgets.tree import TreeNode
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
def escape_markup(text: str) -> str: