pyproject.toml
setup.py
microsoft/agents/hosting/core/__init__.py
microsoft/agents/hosting/core/activity_handler.py
microsoft/agents/hosting/core/agent.py
microsoft/agents/hosting/core/card_factory.py
microsoft/agents/hosting/core/channel_adapter.py
microsoft/agents/hosting/core/channel_api_handler_protocol.py
microsoft/agents/hosting/core/channel_service_adapter.py
microsoft/agents/hosting/core/channel_service_client_factory_base.py
microsoft/agents/hosting/core/message_factory.py
microsoft/agents/hosting/core/middleware_set.py
microsoft/agents/hosting/core/oauth_flow.py
microsoft/agents/hosting/core/rest_channel_service_client_factory.py
microsoft/agents/hosting/core/turn_context.py
microsoft/agents/hosting/core/app/__init__.py
microsoft/agents/hosting/core/app/agent_application.py
microsoft/agents/hosting/core/app/app_error.py
microsoft/agents/hosting/core/app/app_options.py
microsoft/agents/hosting/core/app/input_file.py
microsoft/agents/hosting/core/app/query.py
microsoft/agents/hosting/core/app/route.py
microsoft/agents/hosting/core/app/typing_indicator.py
microsoft/agents/hosting/core/app/oauth/__init__.py
microsoft/agents/hosting/core/app/oauth/authorization.py
microsoft/agents/hosting/core/app/state/__init__.py
microsoft/agents/hosting/core/app/state/conversation_state.py
microsoft/agents/hosting/core/app/state/state.py
microsoft/agents/hosting/core/app/state/temp_state.py
microsoft/agents/hosting/core/app/state/turn_state.py
microsoft/agents/hosting/core/authorization/__init__.py
microsoft/agents/hosting/core/authorization/access_token_provider_base.py
microsoft/agents/hosting/core/authorization/agent_auth_configuration.py
microsoft/agents/hosting/core/authorization/anonymous_token_provider.py
microsoft/agents/hosting/core/authorization/auth_types.py
microsoft/agents/hosting/core/authorization/authentication_constants.py
microsoft/agents/hosting/core/authorization/claims_identity.py
microsoft/agents/hosting/core/authorization/connections.py
microsoft/agents/hosting/core/authorization/jwt_token_validator.py
microsoft/agents/hosting/core/client/__init__.py
microsoft/agents/hosting/core/client/agent_conversation_reference.py
microsoft/agents/hosting/core/client/channel_factory_protocol.py
microsoft/agents/hosting/core/client/channel_host_protocol.py
microsoft/agents/hosting/core/client/channel_info_protocol.py
microsoft/agents/hosting/core/client/channel_protocol.py
microsoft/agents/hosting/core/client/channels_configuration.py
microsoft/agents/hosting/core/client/configuration_channel_host.py
microsoft/agents/hosting/core/client/conversation_constants.py
microsoft/agents/hosting/core/client/conversation_id_factory.py
microsoft/agents/hosting/core/client/conversation_id_factory_options.py
microsoft/agents/hosting/core/client/conversation_id_factory_protocol.py
microsoft/agents/hosting/core/client/http_agent_channel.py
microsoft/agents/hosting/core/client/http_agent_channel_factory.py
microsoft/agents/hosting/core/connector/__init__.py
microsoft/agents/hosting/core/connector/agent_sign_in_base.py
microsoft/agents/hosting/core/connector/attachments_base.py
microsoft/agents/hosting/core/connector/connector_client_base.py
microsoft/agents/hosting/core/connector/conversations_base.py
microsoft/agents/hosting/core/connector/get_product_info.py
microsoft/agents/hosting/core/connector/user_token_base.py
microsoft/agents/hosting/core/connector/user_token_client_base.py
microsoft/agents/hosting/core/connector/client/__init__.py
microsoft/agents/hosting/core/connector/client/connector_client.py
microsoft/agents/hosting/core/connector/client/user_token_client.py
microsoft/agents/hosting/core/connector/teams/__init__.py
microsoft/agents/hosting/core/connector/teams/teams_connector_client.py
microsoft/agents/hosting/core/state/__init__.py
microsoft/agents/hosting/core/state/agent_state.py
microsoft/agents/hosting/core/state/state_property_accessor.py
microsoft/agents/hosting/core/state/user_state.py
microsoft/agents/hosting/core/storage/__init__.py
microsoft/agents/hosting/core/storage/_type_aliases.py
microsoft/agents/hosting/core/storage/error_handling.py
microsoft/agents/hosting/core/storage/memory_storage.py
microsoft/agents/hosting/core/storage/storage.py
microsoft/agents/hosting/core/storage/storage_test_utils.py
microsoft/agents/hosting/core/storage/store_item.py
microsoft_agents_hosting_core.egg-info/PKG-INFO
microsoft_agents_hosting_core.egg-info/SOURCES.txt
microsoft_agents_hosting_core.egg-info/dependency_links.txt
microsoft_agents_hosting_core.egg-info/requires.txt
microsoft_agents_hosting_core.egg-info/top_level.txt
tests/test_activity_handler.py
tests/test_agent_state.py
tests/test_auth_configuration.py
tests/test_authorization.py
tests/test_error_handling.py
tests/test_memory_storage.py
tests/test_state.py
tests/test_turn_context.py
tests/test_utils.py