LICENSE
MANIFEST.in
VERSION.txt
pyproject.toml
readme.md
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/rest_channel_service_client_factory.py
microsoft_agents/hosting/core/turn_context.py
microsoft_agents/hosting/core/_oauth/__init__.py
microsoft_agents/hosting/core/_oauth/_flow_state.py
microsoft_agents/hosting/core/_oauth/_flow_storage_client.py
microsoft_agents/hosting/core/_oauth/_oauth_flow.py
microsoft_agents/hosting/core/app/__init__.py
microsoft_agents/hosting/core/app/_type_defs.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/typing_indicator.py
microsoft_agents/hosting/core/app/_routes/__init__.py
microsoft_agents/hosting/core/app/_routes/_route.py
microsoft_agents/hosting/core/app/_routes/_route_list.py
microsoft_agents/hosting/core/app/_routes/route_rank.py
microsoft_agents/hosting/core/app/oauth/__init__.py
microsoft_agents/hosting/core/app/oauth/_sign_in_response.py
microsoft_agents/hosting/core/app/oauth/_sign_in_state.py
microsoft_agents/hosting/core/app/oauth/auth_handler.py
microsoft_agents/hosting/core/app/oauth/authorization.py
microsoft_agents/hosting/core/app/oauth/_handlers/__init__.py
microsoft_agents/hosting/core/app/oauth/_handlers/_authorization_handler.py
microsoft_agents/hosting/core/app/oauth/_handlers/_user_authorization.py
microsoft_agents/hosting/core/app/oauth/_handlers/agentic_user_authorization.py
microsoft_agents/hosting/core/app/oauth/_handlers/connector_user_authorization.py
microsoft_agents/hosting/core/app/oauth/telemetry/__init__.py
microsoft_agents/hosting/core/app/oauth/telemetry/constants.py
microsoft_agents/hosting/core/app/oauth/telemetry/spans.py
microsoft_agents/hosting/core/app/proactive/__init__.py
microsoft_agents/hosting/core/app/proactive/conversation.py
microsoft_agents/hosting/core/app/proactive/conversation_builder.py
microsoft_agents/hosting/core/app/proactive/conversation_reference_builder.py
microsoft_agents/hosting/core/app/proactive/create_conversation_options.py
microsoft_agents/hosting/core/app/proactive/proactive.py
microsoft_agents/hosting/core/app/proactive/proactive_options.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/app/streaming/__init__.py
microsoft_agents/hosting/core/app/streaming/citation.py
microsoft_agents/hosting/core/app/streaming/citation_util.py
microsoft_agents/hosting/core/app/streaming/streaming_response.py
microsoft_agents/hosting/core/app/telemetry/__init__.py
microsoft_agents/hosting/core/app/telemetry/constants.py
microsoft_agents/hosting/core/app/telemetry/metrics.py
microsoft_agents/hosting/core/app/telemetry/spans.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/authorization/telemetry/__init__.py
microsoft_agents/hosting/core/authorization/telemetry/constants.py
microsoft_agents/hosting/core/authorization/telemetry/metrics.py
microsoft_agents/hosting/core/authorization/telemetry/spans.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/mcs/__init__.py
microsoft_agents/hosting/core/connector/mcs/mcs_connector_client.py
microsoft_agents/hosting/core/connector/teams/__init__.py
microsoft_agents/hosting/core/connector/teams/teams_connector_client.py
microsoft_agents/hosting/core/connector/telemetry/__init__.py
microsoft_agents/hosting/core/connector/telemetry/_request_span_wrapper.py
microsoft_agents/hosting/core/connector/telemetry/connector_spans.py
microsoft_agents/hosting/core/connector/telemetry/constants.py
microsoft_agents/hosting/core/connector/telemetry/metrics.py
microsoft_agents/hosting/core/connector/telemetry/user_token_client_spans.py
microsoft_agents/hosting/core/errors/__init__.py
microsoft_agents/hosting/core/errors/error_resources.py
microsoft_agents/hosting/core/http/__init__.py
microsoft_agents/hosting/core/http/_channel_service_routes.py
microsoft_agents/hosting/core/http/_http_adapter_base.py
microsoft_agents/hosting/core/http/_http_request_protocol.py
microsoft_agents/hosting/core/http/_http_response.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/store_item.py
microsoft_agents/hosting/core/storage/transcript_file_store.py
microsoft_agents/hosting/core/storage/transcript_info.py
microsoft_agents/hosting/core/storage/transcript_logger.py
microsoft_agents/hosting/core/storage/transcript_memory_store.py
microsoft_agents/hosting/core/storage/transcript_store.py
microsoft_agents/hosting/core/storage/telemetry/__init__.py
microsoft_agents/hosting/core/storage/telemetry/constants.py
microsoft_agents/hosting/core/storage/telemetry/metrics.py
microsoft_agents/hosting/core/storage/telemetry/spans.py
microsoft_agents/hosting/core/telemetry/__init__.py
microsoft_agents/hosting/core/telemetry/attributes.py
microsoft_agents/hosting/core/telemetry/utils.py
microsoft_agents/hosting/core/telemetry/adapter/__init__.py
microsoft_agents/hosting/core/telemetry/adapter/constants.py
microsoft_agents/hosting/core/telemetry/adapter/metrics.py
microsoft_agents/hosting/core/telemetry/adapter/spans.py
microsoft_agents/hosting/core/telemetry/core/__init__.py
microsoft_agents/hosting/core/telemetry/core/_agents_telemetry.py
microsoft_agents/hosting/core/telemetry/core/base_span_wrapper.py
microsoft_agents/hosting/core/telemetry/core/resource.py
microsoft_agents/hosting/core/telemetry/core/simple_span_wrapper.py
microsoft_agents/hosting/core/telemetry/core/type_defs.py
microsoft_agents/hosting/core/telemetry/turn_context/__init__.py
microsoft_agents/hosting/core/telemetry/turn_context/constants.py
microsoft_agents/hosting/core/telemetry/turn_context/spans.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