Skip to content

Commit 6a0d3e1

Browse files
authored
Make legacy ErrorEvent / ToolEvent part of public API. (#823)
1 parent 49665e4 commit 6a0d3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agentops/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .sdk.commands import record as sdk_record, start_span as sdk_start_span, end_span as sdk_end_span
55
from .semconv.span_kinds import SpanKind
66
import agentops.legacy as legacy
7+
from agentops.legacy import ErrorEvent, ToolEvent
78

89
# Client global instance; one per process runtime
910
_client = Client()

0 commit comments

Comments
 (0)