We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49665e4 commit 6a0d3e1Copy full SHA for 6a0d3e1
agentops/__init__.py
@@ -4,6 +4,7 @@
4
from .sdk.commands import record as sdk_record, start_span as sdk_start_span, end_span as sdk_end_span
5
from .semconv.span_kinds import SpanKind
6
import agentops.legacy as legacy
7
+from agentops.legacy import ErrorEvent, ToolEvent
8
9
# Client global instance; one per process runtime
10
_client = Client()
0 commit comments