Skip to content

Commit 25b6540

Browse files
committed
revert providers
1 parent ac3866a commit 25b6540

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agentops/partners/autogen_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from autogen.logger.base_logger import BaseLogger, LLMConfig
1313

1414
from agentops.enums import EndState
15-
from ..helpers import get_ISO_time
15+
from agentops.helpers import get_ISO_time
1616

1717
from agentops import LLMEvent, ToolEvent, ActionEvent
1818
from uuid import uuid4

agentops/partners/langchain_callback_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from agentops import Client as AOClient
1717
from agentops import ActionEvent, LLMEvent, ToolEvent, ErrorEvent
18-
from ..helpers import get_ISO_time, debug_print_function_params
18+
from agentops.helpers import get_ISO_time, debug_print_function_params
1919

2020
from ..log_config import logger
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentops"
7-
version = "0.3.20rc8"
7+
version = "0.3.20rc9"
88
authors = [
99
{ name="Alex Reibman", email="[email protected]" },
1010
{ name="Shawn Qiu", email="[email protected]" },

0 commit comments

Comments
 (0)