Address Copilot comments

This commit is contained in:
Tao Chen
2026-05-14 16:56:29 -07:00
Unverified
parent 07ea764469
commit 13b8e68503
12 changed files with 4092 additions and 3925 deletions
@@ -6,6 +6,7 @@ from __future__ import annotations
import importlib.metadata
from agent_framework.observability import enable_instrumentation
from agentlightning.tracer import ( # type: ignore[reportMissingImports]
AgentOpsTracer, # type: ignore[reportMissingImports, import-not-found]
)
@@ -25,6 +26,7 @@ class AgentFrameworkTracer(AgentOpsTracer): # type: ignore
def init(self) -> None:
"""Initialize the agent-framework-lab-lightning for training."""
enable_instrumentation()
super().init() # pyright: ignore[reportUnknownMemberType]
def teardown(self) -> None: