Spaces:
Sleeping
Sleeping
Commit
·
45effb9
1
Parent(s):
3396761
remove unused dependencies
Browse files- streamlit_app.py +3 -3
streamlit_app.py
CHANGED
@@ -34,9 +34,9 @@ from tools.shell_tool import ShellCommandTool
|
|
34 |
from tools.create_file_tool import CreateFileTool
|
35 |
from tools.modify_file_tool import ModifyFileTool
|
36 |
|
37 |
-
# Telemetry imports (currently disabled)
|
38 |
-
from phoenix.otel import register
|
39 |
-
from openinference.instrumentation.smolagents import SmolagentsInstrumentor
|
40 |
# register()
|
41 |
# SmolagentsInstrumentor().instrument()
|
42 |
|
|
|
34 |
from tools.create_file_tool import CreateFileTool
|
35 |
from tools.modify_file_tool import ModifyFileTool
|
36 |
|
37 |
+
# # Telemetry imports (currently disabled)
|
38 |
+
# from phoenix.otel import register
|
39 |
+
# from openinference.instrumentation.smolagents import SmolagentsInstrumentor
|
40 |
# register()
|
41 |
# SmolagentsInstrumentor().instrument()
|
42 |
|