Export ContextScopedStoreProvider

This commit is contained in:
Tao Chen
2026-08-09 22:44:00 -07:00
parent 172a5289ee
commit de3e1edb67
2 changed files with 3 additions and 0 deletions
@@ -37,6 +37,7 @@ _IMPORTS: dict[str, tuple[str, str]] = {
"AgentSessionStoreProvider": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"CheckpointStoreProvider": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"FoundryCheckpointStore": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"ContextScopedStoreProvider": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"FoundryFunctionApprovalStore": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"FunctionApprovalStore": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
"FunctionApprovalStoreProvider": ("agent_framework_foundry_hosting", "agent-framework-foundry-hosting"),
@@ -32,6 +32,7 @@ from agent_framework_foundry import (
from agent_framework_foundry_hosting import (
AgentSessionStoreProvider,
CheckpointStoreProvider,
ContextScopedStoreProvider,
FoundryAgentSessionStore,
FoundryCheckpointStore,
FoundryFunctionApprovalStore,
@@ -54,6 +55,7 @@ __all__ = [
"AnthropicFoundryClient",
"CheckpointStoreProvider",
"ContentUnderstandingContextProvider",
"ContextScopedStoreProvider",
"DocumentStatus",
"FileSearchBackend",
"FileSearchConfig",