Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ agents.md
WARP.md
**/memory-bank/
**/projectBrief.md
**/tmpclaude*

# Azurite storage emulator files
*/__azurite_db_blob__.json
Expand Down
2 changes: 2 additions & 0 deletions python/packages/azure-ai/agent_framework_azure_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import importlib.metadata

from ._agent_provider import AzureAIAgentsProvider
from ._chat_client import AzureAIAgentClient
from ._client import AzureAIClient
from ._shared import AzureAISettings
Expand All @@ -13,6 +14,7 @@

__all__ = [
"AzureAIAgentClient",
"AzureAIAgentsProvider",
"AzureAIClient",
"AzureAISettings",
"__version__",
Expand Down
Loading
Loading