Spaces:
Sleeping
Sleeping
devesh1011 commited on
Commit ·
e0128d9
1
Parent(s): 4b0553d
Remove unused imports related to OpenTelemetry instrumentation
Browse files- workflow.py +5 -5
workflow.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
from agno.workflow import Workflow, RunResponse, RunEvent
|
| 2 |
from agents.transcription_agent import transcription_agent, Transcription
|
| 3 |
from agents.site_builder_agent import microsite_builder_agent
|
| 4 |
-
from openinference.instrumentation.agno import AgnoInstrumentor
|
| 5 |
-
from opentelemetry import trace as trace_api
|
| 6 |
-
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
|
| 7 |
-
from opentelemetry.sdk.trace import TracerProvider
|
| 8 |
-
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
|
| 9 |
from agents.info_extractor_agent import info_extractor
|
| 10 |
from textwrap import dedent
|
| 11 |
from agno.agent import Agent
|
|
|
|
| 1 |
from agno.workflow import Workflow, RunResponse, RunEvent
|
| 2 |
from agents.transcription_agent import transcription_agent, Transcription
|
| 3 |
from agents.site_builder_agent import microsite_builder_agent
|
| 4 |
+
# from openinference.instrumentation.agno import AgnoInstrumentor
|
| 5 |
+
# from opentelemetry import trace as trace_api
|
| 6 |
+
# from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
|
| 7 |
+
# from opentelemetry.sdk.trace import TracerProvider
|
| 8 |
+
# from opentelemetry.sdk.trace.export import SimpleSpanProcessor
|
| 9 |
from agents.info_extractor_agent import info_extractor
|
| 10 |
from textwrap import dedent
|
| 11 |
from agno.agent import Agent
|