diff --git a/python/packages/core/agent_framework/__init__.py b/python/packages/core/agent_framework/__init__.py index cc517d993e..837e40a5bd 100644 --- a/python/packages/core/agent_framework/__init__.py +++ b/python/packages/core/agent_framework/__init__.py @@ -153,6 +153,7 @@ SessionContext, register_state_type, ) +ChatMessageStore = HistoryProvider from ._settings import SecretString, load_settings from ._skills import ( AggregatingSkillsSource, @@ -371,6 +372,7 @@ "ChatMiddleware", "ChatMiddlewareLayer", "ChatMiddlewareTypes", + "ChatMessageStore", "ChatOptions", "ChatResponse", "ChatResponseUpdate",