microsoft-agents-activity 0.4.0.dev16__py3-none-any.whl → 0.5.0.dev3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of microsoft-agents-activity might be problematic. Click here for more details.

Files changed (85) hide show
  1. microsoft_agents/activity/__init__.py +2 -0
  2. microsoft_agents/activity/_load_configuration.py +3 -0
  3. microsoft_agents/activity/_model_utils.py +3 -0
  4. microsoft_agents/activity/_type_aliases.py +3 -1
  5. microsoft_agents/activity/action_types.py +3 -0
  6. microsoft_agents/activity/activity.py +3 -2
  7. microsoft_agents/activity/activity_event_names.py +3 -0
  8. microsoft_agents/activity/activity_importance.py +3 -0
  9. microsoft_agents/activity/activity_types.py +3 -0
  10. microsoft_agents/activity/adaptive_card_invoke_action.py +3 -0
  11. microsoft_agents/activity/adaptive_card_invoke_response.py +3 -0
  12. microsoft_agents/activity/adaptive_card_invoke_value.py +3 -0
  13. microsoft_agents/activity/agents_model.py +3 -0
  14. microsoft_agents/activity/animation_card.py +3 -0
  15. microsoft_agents/activity/attachment.py +3 -0
  16. microsoft_agents/activity/attachment_data.py +3 -0
  17. microsoft_agents/activity/attachment_info.py +3 -0
  18. microsoft_agents/activity/attachment_layout_types.py +3 -0
  19. microsoft_agents/activity/attachment_view.py +3 -0
  20. microsoft_agents/activity/audio_card.py +3 -0
  21. microsoft_agents/activity/basic_card.py +3 -0
  22. microsoft_agents/activity/caller_id_constants.py +3 -0
  23. microsoft_agents/activity/card_action.py +3 -0
  24. microsoft_agents/activity/card_image.py +3 -0
  25. microsoft_agents/activity/channel_account.py +3 -0
  26. microsoft_agents/activity/channel_adapter_protocol.py +3 -0
  27. microsoft_agents/activity/channels.py +2 -2
  28. microsoft_agents/activity/contact_relation_update_action_types.py +3 -0
  29. microsoft_agents/activity/conversation_account.py +3 -0
  30. microsoft_agents/activity/conversation_members.py +3 -0
  31. microsoft_agents/activity/conversation_parameters.py +3 -0
  32. microsoft_agents/activity/conversation_reference.py +3 -0
  33. microsoft_agents/activity/conversation_resource_response.py +3 -0
  34. microsoft_agents/activity/conversation_update_types.py +3 -0
  35. microsoft_agents/activity/conversations_result.py +3 -0
  36. microsoft_agents/activity/delivery_modes.py +3 -0
  37. microsoft_agents/activity/end_of_conversation_codes.py +3 -0
  38. microsoft_agents/activity/entity/entity.py +3 -0
  39. microsoft_agents/activity/entity/geo_coordinates.py +3 -0
  40. microsoft_agents/activity/entity/mention.py +3 -0
  41. microsoft_agents/activity/entity/place.py +3 -0
  42. microsoft_agents/activity/entity/thing.py +3 -0
  43. microsoft_agents/activity/error.py +3 -0
  44. microsoft_agents/activity/error_response.py +3 -0
  45. microsoft_agents/activity/expected_replies.py +3 -0
  46. microsoft_agents/activity/fact.py +3 -0
  47. microsoft_agents/activity/hero_card.py +3 -0
  48. microsoft_agents/activity/inner_http_error.py +3 -0
  49. microsoft_agents/activity/installation_update_action_types.py +3 -0
  50. microsoft_agents/activity/invoke_response.py +3 -0
  51. microsoft_agents/activity/media_card.py +3 -0
  52. microsoft_agents/activity/media_event_value.py +3 -0
  53. microsoft_agents/activity/media_url.py +3 -0
  54. microsoft_agents/activity/message_reaction.py +3 -0
  55. microsoft_agents/activity/message_reaction_types.py +3 -0
  56. microsoft_agents/activity/message_update_types.py +3 -0
  57. microsoft_agents/activity/oauth_card.py +3 -0
  58. microsoft_agents/activity/paged_members_result.py +3 -0
  59. microsoft_agents/activity/receipt_card.py +3 -0
  60. microsoft_agents/activity/receipt_item.py +3 -0
  61. microsoft_agents/activity/resource_response.py +3 -0
  62. microsoft_agents/activity/role_types.py +3 -0
  63. microsoft_agents/activity/semantic_action.py +3 -0
  64. microsoft_agents/activity/semantic_actions_states.py +3 -0
  65. microsoft_agents/activity/sign_in_resource.py +3 -0
  66. microsoft_agents/activity/signin_card.py +3 -0
  67. microsoft_agents/activity/suggested_actions.py +3 -0
  68. microsoft_agents/activity/text_format_types.py +3 -0
  69. microsoft_agents/activity/text_highlight.py +3 -0
  70. microsoft_agents/activity/thumbnail_card.py +3 -0
  71. microsoft_agents/activity/thumbnail_url.py +3 -0
  72. microsoft_agents/activity/token_exchange_invoke_request.py +3 -0
  73. microsoft_agents/activity/token_exchange_invoke_response.py +3 -0
  74. microsoft_agents/activity/token_exchange_resource.py +3 -0
  75. microsoft_agents/activity/token_exchange_state.py +3 -0
  76. microsoft_agents/activity/token_or_sign_in_resource_response.py +21 -0
  77. microsoft_agents/activity/token_post_resource.py +3 -0
  78. microsoft_agents/activity/token_request.py +3 -0
  79. microsoft_agents/activity/transcript.py +3 -0
  80. microsoft_agents/activity/turn_context_protocol.py +3 -0
  81. microsoft_agents/activity/video_card.py +3 -0
  82. {microsoft_agents_activity-0.4.0.dev16.dist-info → microsoft_agents_activity-0.5.0.dev3.dist-info}/METADATA +1 -1
  83. {microsoft_agents_activity-0.4.0.dev16.dist-info → microsoft_agents_activity-0.5.0.dev3.dist-info}/RECORD +85 -84
  84. {microsoft_agents_activity-0.4.0.dev16.dist-info → microsoft_agents_activity-0.5.0.dev3.dist-info}/WHEEL +0 -0
  85. {microsoft_agents_activity-0.4.0.dev16.dist-info → microsoft_agents_activity-0.5.0.dev3.dist-info}/top_level.txt +0 -0
@@ -62,6 +62,7 @@ from .thumbnail_url import ThumbnailUrl
62
62
  from .token_exchange_invoke_request import TokenExchangeInvokeRequest
63
63
  from .token_exchange_invoke_response import TokenExchangeInvokeResponse
64
64
  from .token_exchange_state import TokenExchangeState
65
+ from .token_or_sign_in_resource_response import TokenOrSignInResourceResponse
65
66
  from .token_request import TokenRequest
66
67
  from .token_response import TokenResponse
67
68
  from .token_status import TokenStatus
@@ -185,4 +186,5 @@ __all__ = [
185
186
  "load_configuration_from_env",
186
187
  "ChannelAdapterProtocol",
187
188
  "TurnContextProtocol",
189
+ "TokenOrSignInResourceResponse",
188
190
  ]
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Any
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from abc import ABC
2
5
  from typing import Any, Callable
3
6
 
@@ -1,5 +1,7 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Annotated
2
5
  from pydantic import StringConstraints
3
6
 
4
-
5
7
  NonEmptyString = Annotated[str, StringConstraints(min_length=1)]
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from copy import copy
2
5
  from datetime import datetime, timezone
3
6
  from typing import Optional
@@ -429,7 +432,6 @@ class Activity(AgentsModel):
429
432
  def create_trace(
430
433
  self, name: str, value: object = None, value_type: str = None, label: str = None
431
434
  ):
432
- # robrandao: TODO -> needs to handle Nones like create_reply
433
435
  """
434
436
  Creates a new trace activity based on this activity.
435
437
 
@@ -476,7 +478,6 @@ class Activity(AgentsModel):
476
478
  def create_trace_activity(
477
479
  name: str, value: object = None, value_type: str = None, label: str = None
478
480
  ):
479
- # robrandao: TODO -> SkipNone
480
481
  """
481
482
  Creates an instance of the :class:`Activity` class as a TraceActivity object.
482
483
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .adaptive_card_invoke_action import AdaptiveCardInvokeAction
2
5
  from .token_exchange_invoke_request import TokenExchangeInvokeRequest
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from __future__ import annotations
2
5
 
3
6
  from pydantic import BaseModel, ConfigDict
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .thumbnail_url import ThumbnailUrl
2
5
  from .media_url import MediaUrl
3
6
  from .card_action import CardAction
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .attachment_view import AttachmentView
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from .thumbnail_url import ThumbnailUrl
3
6
  from .media_url import MediaUrl
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from .card_image import CardImage
3
6
  from .card_action import CardAction
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Optional
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_action import CardAction
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Any
2
5
 
3
6
  from pydantic import ConfigDict
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from abc import abstractmethod
2
5
  from typing import Protocol, List, Callable, Awaitable, Optional
3
6
 
@@ -74,7 +74,7 @@ class Channels(str, Enum):
74
74
 
75
75
  Args:
76
76
  channel_id (str): The Channel to check the if Suggested Actions are supported in.
77
- button_cnt (int, optional): Defaults to 100. The number of Suggested Actions to check for the Channel.
77
+ button_cnt (int, Optional): Defaults to 100. The number of Suggested Actions to check for the Channel.
78
78
 
79
79
  Returns:
80
80
  bool: True if the Channel supports the button_cnt total Suggested Actions, False if the Channel does not
@@ -107,7 +107,7 @@ class Channels(str, Enum):
107
107
 
108
108
  Args:
109
109
  channel_id (str): The Channel to check if the Card Actions are supported in.
110
- button_cnt (int, optional): Defaults to 100. The number of Card Actions to check for the Channel.
110
+ button_cnt (int, Optional): Defaults to 100. The number of Card Actions to check for the Channel.
111
111
 
112
112
  Returns:
113
113
  bool: True if the Channel supports the button_cnt total Card Actions, False if the Channel does not support
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Optional
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .channel_account import ChannelAccount
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from pydantic import Field
2
5
 
3
6
  from .channel_account import ChannelAccount
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from uuid import uuid4 as uuid
2
5
  from typing import Optional
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .conversation_members import ConversationMembers
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Any, Optional
2
5
  from enum import Enum
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from ..agents_model import AgentsModel
2
5
  from .._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Literal
2
5
 
3
6
  from ..channel_account import ChannelAccount
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from ..agents_model import AgentsModel
2
5
  from .._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from ..agents_model import AgentsModel
2
5
  from .._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .inner_http_error import InnerHttpError
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from .error import Error
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .activity import Activity
2
5
  from .agents_model import AgentsModel
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_action import CardAction
2
5
  from .card_image import CardImage
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .thumbnail_url import ThumbnailUrl
2
5
  from .media_url import MediaUrl
3
6
  from .card_action import CardAction
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from typing import Optional
2
5
  from .card_action import CardAction
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .channel_account import ChannelAccount
2
5
  from ._type_aliases import NonEmptyString
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .fact import Fact
2
5
  from .receipt_item import ReceiptItem
3
6
  from .card_action import CardAction
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_image import CardImage
2
5
  from .card_action import CardAction
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from ._type_aliases import NonEmptyString
2
5
  from .agents_model import AgentsModel
3
6
  from .token_exchange_resource import TokenExchangeResource
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_action import CardAction
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_action import CardAction
2
5
  from .agents_model import AgentsModel
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from enum import Enum
2
5
 
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .card_image import CardImage
2
5
  from .card_action import CardAction
3
6
  from .agents_model import AgentsModel
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
 
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  import base64
2
5
  import json
3
6
  from typing import Optional
@@ -0,0 +1,21 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
4
+ from .agents_model import AgentsModel
5
+ from .token_response import TokenResponse
6
+ from .sign_in_resource import SignInResource
7
+
8
+
9
+ class TokenOrSignInResourceResponse(AgentsModel):
10
+ """Represents the response containing either a token or a sign-in resource.
11
+
12
+ One of the two properties should be set (if returned from the 'getTokenOrSignInResource' endpoint), not both.
13
+
14
+ :param token_response: The token response.
15
+ :type token_response: TokenResponse
16
+ :param sign_in_resource: The sign-in resource.
17
+ :type sign_in_resource: SignInResource
18
+ """
19
+
20
+ token_response: TokenResponse = None
21
+ sign_in_resource: SignInResource = None
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
 
3
6
  from ._type_aliases import NonEmptyString
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .agents_model import AgentsModel
2
5
  from ._type_aliases import NonEmptyString
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .activity import Activity
2
5
  from .agents_model import AgentsModel
3
6
 
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from __future__ import annotations
2
5
 
3
6
  from typing import Protocol, List, Callable, Optional, Generic, TypeVar
@@ -1,3 +1,6 @@
1
+ # Copyright (c) Microsoft Corporation. All rights reserved.
2
+ # Licensed under the MIT License.
3
+
1
4
  from .thumbnail_url import ThumbnailUrl
2
5
  from .media_url import MediaUrl
3
6
  from .card_action import CardAction
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-activity
3
- Version: 0.4.0.dev16
3
+ Version: 0.5.0.dev3
4
4
  Summary: A protocol library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
6
  Project-URL: Homepage, https://github.com/microsoft/Agents
@@ -1,89 +1,90 @@
1
- microsoft_agents/activity/__init__.py,sha256=07QcOO-VhyFua5npkmn19vKzB_cPBixxSFDaDpYgUZA,5978
2
- microsoft_agents/activity/_load_configuration.py,sha256=BBK-0lsTEZPThaEbtPIklWeAXrVDLwsCw_-rQ4NMYYg,1030
3
- microsoft_agents/activity/_model_utils.py,sha256=2y6TedLAIFGuaj-VWMZgiFHYt39Df10ed5j3aOAPLps,1909
4
- microsoft_agents/activity/_type_aliases.py,sha256=7kkx_rIxA1B-z2T6HU6OMBm5lgD1t6KGNznJzAX-VgE,135
5
- microsoft_agents/activity/action_types.py,sha256=DY0RkEFquJ_SjMKJvHsD5Ring4j_HPrchEvIsFunIfI,324
6
- microsoft_agents/activity/activity.py,sha256=ystruQkxfbwer-XDaNYzdVGNDkD38Bd9e_ahVAP1G2g,28014
7
- microsoft_agents/activity/activity_event_names.py,sha256=3X5u4xppN86wY-KpBAwRr4sfYB3-V4MSlB5SsrcI7l0,159
8
- microsoft_agents/activity/activity_importance.py,sha256=kdwdcVa9fsCEk5hvxOsGhqsE4uu7gpTYKtACEgmva0A,117
9
- microsoft_agents/activity/activity_types.py,sha256=a9XvGgWsFI1Rur4JC-n5YIDpdSooxqaMNna3VS1CW1s,667
10
- microsoft_agents/activity/adaptive_card_invoke_action.py,sha256=X4weYdv8uzeNyBPpeTYD4631O19aaQdvvyrYi5PUJdU,779
11
- microsoft_agents/activity/adaptive_card_invoke_response.py,sha256=lWlB9bL6I7F1Sr2-xV1XFq6ddB2UGi8GRCOOt4kyffs,640
12
- microsoft_agents/activity/adaptive_card_invoke_value.py,sha256=gv75JGisj9qiG3czFbRm7HL7Ir_65N1QlDGH-CbVO8k,1039
13
- microsoft_agents/activity/agents_model.py,sha256=3v3UOdEvNEGOyYPgk-3IP6cgtHdoYfeK_9x0VVrG6l4,1490
14
- microsoft_agents/activity/animation_card.py,sha256=Cqpuni9t19PIroPYiLiTSsaS_3o8tUOwTc_98bkuzv0,1994
15
- microsoft_agents/activity/attachment.py,sha256=Z2FtaHURYHPRDMdVWgeaxMlFENBMHCBCUKoRGEc2bVY,727
16
- microsoft_agents/activity/attachment_data.py,sha256=qY7Ue3IPWq45mFhFrDqUPa_PBqLHYGGCcrAdKHVnXHM,576
17
- microsoft_agents/activity/attachment_info.py,sha256=qrQPNYc5cFdaUMCcaBynhLNVTQGAMFD-pZbUIOcfAa0,536
18
- microsoft_agents/activity/attachment_layout_types.py,sha256=iXmEtlV-arcXmdZ2anlJVFs4Jjd7QHF2IHS4OfblpYI,108
19
- microsoft_agents/activity/attachment_view.py,sha256=-rIphRFMJ_DnARoX2WhL6OeKPciDSd4zvwQjLWAbchM,345
20
- microsoft_agents/activity/audio_card.py,sha256=85s0iGSU4qXYHPU58qRPihhCmQIcbrifWs_PLjuJU6s,1953
21
- microsoft_agents/activity/basic_card.py,sha256=dLIGAPrxSwEqCo2tHLhX85Nm61aR5xowYnaPxrAn82k,956
22
- microsoft_agents/activity/caller_id_constants.py,sha256=9VhHXo0XyTkknm6NTSGpHOLEMZQp7d3A5B5DOX5L0Kk,220
23
- microsoft_agents/activity/card_action.py,sha256=uVlxGFNE7H-ZIjE2YYESuuMDy24mp7MCvenhp83_xII,1414
24
- microsoft_agents/activity/card_image.py,sha256=yYyo8RBG3z1Heoorj3zEG32oMkLV_mzJWDJetRnszSg,545
25
- microsoft_agents/activity/channel_account.py,sha256=1VmdG3YRnAJrYAH67TMMowJ6pHsh_AnegUNUdP_UcW4,1122
26
- microsoft_agents/activity/channel_adapter_protocol.py,sha256=C-LTxx-EZ8GlRdfuMUx-tCxZrRTcyXQsbINUlM-Fnf0,2040
27
- microsoft_agents/activity/channels.py,sha256=irfa5KSKMwVuuZXLczyBDcPU_vzzezyWp8t9AJEckBs,4560
28
- microsoft_agents/activity/contact_relation_update_action_types.py,sha256=BWDcwhcw2xX2Bn2h_11uWNmcrGa_JV4ANbvmxP3Gqng,113
29
- microsoft_agents/activity/conversation_account.py,sha256=iFmtRUqPINXNie909SfnlwK0_lFiz8VxMt3old8G6W8,1441
30
- microsoft_agents/activity/conversation_members.py,sha256=Cw54xRDsZq_wWaXHiivu09chmfUVJbm_nu3lPJY_vjQ,457
31
- microsoft_agents/activity/conversation_parameters.py,sha256=c_raAMnP8sxh1dFjo6yDVACjR1n-w5iJeeq8w6uZSbo,1380
32
- microsoft_agents/activity/conversation_reference.py,sha256=erum9ec5tlh_ouvGIhf15AU7I4rXvlWibPnVBChhfHU,2357
33
- microsoft_agents/activity/conversation_resource_response.py,sha256=68BzLEYwMBMKlAWl0v_M4GwnXr-EBlzufZyJjowTd88,557
34
- microsoft_agents/activity/conversation_update_types.py,sha256=VEUqDxPcohg68El9ROmi_6KiYpsLraBFjxouEIXpX_Q,473
35
- microsoft_agents/activity/conversations_result.py,sha256=3D0dqPBAfo9ZUmpP1bCTEROh8aLF3kqBxvDON7HWNd4,522
36
- microsoft_agents/activity/delivery_modes.py,sha256=kwSrdeVxevLEG7lzn8MfRPAO8hQQgbPYqz7kdPWbHjI,199
37
- microsoft_agents/activity/end_of_conversation_codes.py,sha256=NJBRgjwHkzbJvmTSGgy-RnjbBlWDIHmZ9dhN118BGDc,301
38
- microsoft_agents/activity/error.py,sha256=N5DsUr9RYXj0HOu2h89RkNasbSrtvBL-hS9-oKrxt3o,551
39
- microsoft_agents/activity/error_response.py,sha256=XbCk_B347r69uD2QPkW_1Ld42_yBZMmEZoAF8rWr99o,244
40
- microsoft_agents/activity/expected_replies.py,sha256=FbJ0yoXhn2XvQ-PN4vo60O_knte-1R2bBPFQy49jZtM,343
41
- microsoft_agents/activity/fact.py,sha256=ljgtTptRLpPiBubCrc29SdiTFEQXJvOK4LHRz4CcIlc,549
42
- microsoft_agents/activity/hero_card.py,sha256=XawZNJMVSJwJMjbQBV8onYdHshw9kewLNEU3LgLTaZo,988
43
- microsoft_agents/activity/inner_http_error.py,sha256=1hcteIiy3LsXTtVT3pD4-83s7sichQsfkV4LaQ0-QhM,333
1
+ microsoft_agents/activity/__init__.py,sha256=YOcBqmggcRMTr1JGEswCBMENn_CW2crgsGQY1dr2Elo,6093
2
+ microsoft_agents/activity/_load_configuration.py,sha256=ztmv1wOBDE9hUYPPzWexc-qi0eiBmxnay1skJpKVEcY,1125
3
+ microsoft_agents/activity/_model_utils.py,sha256=gUAKCOl98jA9tt95o5G7LoMuHgROvrW6lY9s0CzQu6k,2004
4
+ microsoft_agents/activity/_type_aliases.py,sha256=kP5tYxEKSgcgBT3bucdluVVxxopwrUaGqKL7X_TQ0Og,229
5
+ microsoft_agents/activity/action_types.py,sha256=nslx3hvQAd120NPdXZXdprwdjj3I3d4MWXV1b-Igr_o,419
6
+ microsoft_agents/activity/activity.py,sha256=hLtPg9-nt7o0M_jUzkiAw7EfNOlqkAbvvBEDDt-cjCA,28002
7
+ microsoft_agents/activity/activity_event_names.py,sha256=dmtE1w50nnemTC_s1QG7IqTbnocpiczK_CG31JpgoJ4,254
8
+ microsoft_agents/activity/activity_importance.py,sha256=cRIlyz8EjmztPmfcgdqZ6Csp6Vp2rQhXt4ZWIDXdt_s,212
9
+ microsoft_agents/activity/activity_types.py,sha256=dm4vTVSoa-8_aPY_kZuU6C_FWQAURgZRassR1o8o9qQ,762
10
+ microsoft_agents/activity/adaptive_card_invoke_action.py,sha256=IW-XBE7bF4s9Tx8vr1vwSXOwv4R6VpVBqiRWzgX2aKw,874
11
+ microsoft_agents/activity/adaptive_card_invoke_response.py,sha256=Uu5pJ9CkPAla1fNQ6xZc5kKt8_aMVSVv427taNsJzfI,735
12
+ microsoft_agents/activity/adaptive_card_invoke_value.py,sha256=tmyiEarxqjjnu8k06mh9ahjuPLha2YCgARLWdzeK35g,1134
13
+ microsoft_agents/activity/agents_model.py,sha256=VkuOFU4Z7M9NzJ00OiXqFGiyTmcHKjvsSzVvwVo27-k,1585
14
+ microsoft_agents/activity/animation_card.py,sha256=SoArDB1mRl3LjNNNAnMsTivdsYzmNyhbndLoYUQdcHk,2089
15
+ microsoft_agents/activity/attachment.py,sha256=A4VIApR6E2agWJoFEVpDXgbxGHqe2aAqnr8CnfVoxlU,822
16
+ microsoft_agents/activity/attachment_data.py,sha256=j3Lbht8VyotEovSrthU9x5H0tGXdAj4HyPsXPbZxqP8,671
17
+ microsoft_agents/activity/attachment_info.py,sha256=hCN2EbW-cIygBiZ2-6fSi8lvoF7DKhsYkwYHu7-vSzE,631
18
+ microsoft_agents/activity/attachment_layout_types.py,sha256=rzj01fXS1woVc__Mlfx_JsUdpIevxBhKycC5Bm2x4qg,203
19
+ microsoft_agents/activity/attachment_view.py,sha256=BVDzJAlgSqIrbNWYMnlttaefXTwx_MNLCn9ER2CRCFE,440
20
+ microsoft_agents/activity/audio_card.py,sha256=EVNOZ-Pgr3NVpQvNRjkQSq18TfBuW9_N_9qOP_F6rb8,2048
21
+ microsoft_agents/activity/basic_card.py,sha256=vJ8NcMCmGyNp_LTo1ErE9xocO_e_zP8BL-ekVltal-I,1051
22
+ microsoft_agents/activity/caller_id_constants.py,sha256=OPUjKk3iFb-5oBcFUPpgHMYwvLPaPuz5iJNzX77a4gU,315
23
+ microsoft_agents/activity/card_action.py,sha256=-c9VLUNVrRx1wYCSiCueZRvWOO5nWOA6xrGh6gHs7i0,1509
24
+ microsoft_agents/activity/card_image.py,sha256=2DCOErbmGm8dRhJrYhxDweQgH0ys-5_cRISxgJ7hx9k,640
25
+ microsoft_agents/activity/channel_account.py,sha256=2M5K1NJl1GTttYNI65OQBvxLcgGzx9B7bJhjdTHRsgo,1217
26
+ microsoft_agents/activity/channel_adapter_protocol.py,sha256=CQU9FhsR5UCzRib8DJVj9DO0131QB9Kn5euhHRKGCf4,2135
27
+ microsoft_agents/activity/channels.py,sha256=UC5MDF5C4PbW29rJhtXzfjA-4y4VqPXi1nK8oCmHM0o,4560
28
+ microsoft_agents/activity/contact_relation_update_action_types.py,sha256=6RIJbnVmr8agTPYYw84xTH9rx88QE0dvMbNwC0cpcG0,208
29
+ microsoft_agents/activity/conversation_account.py,sha256=fOU9PgxnH8NsHIZDiESU22Ph3oEE0PMnLbKYuz3vgYA,1536
30
+ microsoft_agents/activity/conversation_members.py,sha256=6-kBKO3W7rtpG1sbhKX5T6FDBDlQDzXdIIpjQALw1K4,552
31
+ microsoft_agents/activity/conversation_parameters.py,sha256=JwsoZeml90q8W_ngYBao218-q1FIMSAbIf3yUXz3yAg,1475
32
+ microsoft_agents/activity/conversation_reference.py,sha256=1Iyx4JeaZOWZvbLS0L1yYwnwRKZASzOASrFXYhyLqEo,2452
33
+ microsoft_agents/activity/conversation_resource_response.py,sha256=du_lE0AFPo_PEWj2a5gilsYFD8wfDidPh9LmUHQJVyA,652
34
+ microsoft_agents/activity/conversation_update_types.py,sha256=l57bE-oXKEYyrTLPmcYCioZD_VSfXQLUl9l29Pkw_7w,568
35
+ microsoft_agents/activity/conversations_result.py,sha256=GK_l5ou-veMnM7eQgiTQ1eUnf52KKEi6okUzf_ybeNc,617
36
+ microsoft_agents/activity/delivery_modes.py,sha256=7-etKNmYpfx5IU_q5MhqN04eEJw6UmS3tkcpI1ngvFk,294
37
+ microsoft_agents/activity/end_of_conversation_codes.py,sha256=kxSmn6yLnbM2obpjC1CdmAzXy0pWJGX5DcjuvmbZqFc,396
38
+ microsoft_agents/activity/error.py,sha256=FcnHfuqSI8Gebts6ygm1hOC0YXzJrzMAyzGWVz9y-yw,646
39
+ microsoft_agents/activity/error_response.py,sha256=w159KeFGZCYYt7quV5XwgiKZNdRDI6dzkZTeCqIWzko,339
40
+ microsoft_agents/activity/expected_replies.py,sha256=aNLOTBqaYDPukcEbCsZwWiWGQ0CWqFvzEF9_EeS4-Gk,438
41
+ microsoft_agents/activity/fact.py,sha256=pBxUcHBiw6IxmivJVFDWMV0ox5DvHI43zwadlz78mqc,644
42
+ microsoft_agents/activity/hero_card.py,sha256=MTmP813-R-p4oEm5wuN15hHkDz32mtwcrHPhUq8wPk0,1083
43
+ microsoft_agents/activity/inner_http_error.py,sha256=M-TT0YgX9VcuxGL-H2V7GT61JoGSgAdLj-f3MdYBs5s,428
44
44
  microsoft_agents/activity/input_hints.py,sha256=14us7b1Km-uApAQUpjC5VYnm12QaD-NhpwBQZwwRg0o,263
45
- microsoft_agents/activity/installation_update_action_types.py,sha256=Ge-4MqT_TG6JFG5yMR9a_CK3pA5q81_g8GyKM2TWKNE,110
46
- microsoft_agents/activity/invoke_response.py,sha256=Unn1fMk2rW-EJx7rvYOFqdBqWnPvD8W5sPRkhqNDG-I,861
47
- microsoft_agents/activity/media_card.py,sha256=AvW7B5Xp6VaXLNF3Dq-ld4SHd4ZcHJHnLqBeaEFYUGo,1953
48
- microsoft_agents/activity/media_event_value.py,sha256=8GUi5uofatEavSuWEMo6sydlOD9_ntd5XDmmQT-hwLM,314
49
- microsoft_agents/activity/media_url.py,sha256=tui_uIU93lwLefb7xeRArwvE410w__hFllgi-uLnB8A,401
50
- microsoft_agents/activity/message_reaction.py,sha256=wIfLWZl-LstuVMKqmzPagOi6LhsGsUu8Tlcf75-CgAs,344
51
- microsoft_agents/activity/message_reaction_types.py,sha256=cAdeuthZmDLu-DZ2IRnuVDFC_ldTSBPjwDRuuSZfcGs,219
52
- microsoft_agents/activity/message_update_types.py,sha256=LTIXbGk3NVmraRDPRokdxxD81f-tyg_n7KuNCmX4vcA,181
53
- microsoft_agents/activity/oauth_card.py,sha256=4ZLUIEQ-9GFRXAruxNCglRdPyungRrlPg8EdXyl-xWU,857
54
- microsoft_agents/activity/paged_members_result.py,sha256=ABwhTA3znOO0HCam1_-26lmAiEnYRe6AICkrTe8npR0,473
55
- microsoft_agents/activity/receipt_card.py,sha256=P-FQYuIsGGx9yLjpF8KZO4ZzaFf0rd_ocM5DOk0mRgU,1245
56
- microsoft_agents/activity/receipt_item.py,sha256=v6d7GBlB7nDGbV6ME8CRCkmzDhGzMRFhFVd5ybvsoLw,1107
57
- microsoft_agents/activity/resource_response.py,sha256=qTN6C2wXTP_euH5_LDL47DOfMfofe4_o1z7ZO39OEpU,255
58
- microsoft_agents/activity/role_types.py,sha256=k478TRb4KOW2-c5-u7Yf8YhLAhynq9Mrno2wi-oOX_M,185
59
- microsoft_agents/activity/semantic_action.py,sha256=a9-1synmnz0uG6MFtUrKfAe5i93-UiwlgtJjA0sG_D4,641
60
- microsoft_agents/activity/semantic_actions_states.py,sha256=xCcSWGmCKizL9J7lycEBIYPIGeQb2dQmsLLObph7s00,149
45
+ microsoft_agents/activity/installation_update_action_types.py,sha256=vpvepQ9IbuYWcjOa2d4ruG0PWIUb15Z4hZsaU6wl8Sw,205
46
+ microsoft_agents/activity/invoke_response.py,sha256=VIfYldqx0NKb8N8NtVh-GBUbkOsg3C_KTSMwh07FQnY,956
47
+ microsoft_agents/activity/media_card.py,sha256=g2N1a6es9En4EnhQ_NwLumIVZvdS-Xlo2hDWXjKaYYM,2048
48
+ microsoft_agents/activity/media_event_value.py,sha256=FhyXD-n8SGPK7X0qUc30USFrcFOXSAOZovA_5ioWgmQ,409
49
+ microsoft_agents/activity/media_url.py,sha256=9EyYu4V4winHoEl_uz8SsLObiGXA-DVSBSln3S7GA08,496
50
+ microsoft_agents/activity/message_reaction.py,sha256=qynq4661vyDlAhejLtqUa042Zajt0JrP3UWvQcLaNRY,439
51
+ microsoft_agents/activity/message_reaction_types.py,sha256=bSZxOLXT9R76EC9BI2PJwwg6IXgBJY8b9bfLUnuGinI,314
52
+ microsoft_agents/activity/message_update_types.py,sha256=DOA-Y8bzj2uwr75cFIgbupnocHRfA9u_iVM5P3yXUac,276
53
+ microsoft_agents/activity/oauth_card.py,sha256=Y-dJ6sRnoUTNibWRve6zIjG_P8Y2lJJJ62mVawsDr1E,952
54
+ microsoft_agents/activity/paged_members_result.py,sha256=l85Qw32maNTxonaPS_vGqoq7p-wXLyEP2N_D_XSOguM,568
55
+ microsoft_agents/activity/receipt_card.py,sha256=tHoG7Lzpr82o2WhP2oBcZyy_-uidOdv9046zCOfTS7M,1340
56
+ microsoft_agents/activity/receipt_item.py,sha256=t2JyzseVHE97EzalICJLfjBb4kTqqzwpHkV8oRZLOUg,1202
57
+ microsoft_agents/activity/resource_response.py,sha256=Ft3SHgpkRSIqRoIGtXhuMB4UrI-CIoJscM0d8OKWpCs,350
58
+ microsoft_agents/activity/role_types.py,sha256=DH39jBc-xjB_y0vCOvROtujIBOi9DTZf1ABtELrzZZQ,280
59
+ microsoft_agents/activity/semantic_action.py,sha256=cXfsqoD9FD5pzcoFCAYVBdxdjVzbhRnAbeXkPWS6wag,736
60
+ microsoft_agents/activity/semantic_actions_states.py,sha256=8uD9w9Za-ZUGnhol63LGkzhPyCbF0VSzQ3qlbTlhjAc,244
61
61
  microsoft_agents/activity/sign_in_constants.py,sha256=3juR-nSfP0vr3TvFPhQ2foEivt1lLgWxsG6LQmWhhkc,534
62
- microsoft_agents/activity/sign_in_resource.py,sha256=Ygy5wjCvyW1fQ5aLf29214_LFeF9zJnd7ZsUxice5JY,446
63
- microsoft_agents/activity/signin_card.py,sha256=Bbq8B4MjvcVU5J6pEuuaDJALyS_G2t4c0Z1oBatVQd8,442
64
- microsoft_agents/activity/suggested_actions.py,sha256=R9jHYkL5nau9Mlz7q0UJqv4PeQ2_H4P3WvTtrGMaLXQ,587
65
- microsoft_agents/activity/text_format_types.py,sha256=cMYHz1LQY1FwUgh1odOAVyfidKl1RZKPVFrxLW9SQ1Q,120
66
- microsoft_agents/activity/text_highlight.py,sha256=Cj0JyUjyW_EQVpYyG4v2I5Gb3Zct8RJH3s5vq5tkfaM,430
67
- microsoft_agents/activity/thumbnail_card.py,sha256=wRF78XIGeUtaa_cieAAAXUZHgPrHvht58h9z0IQQiBg,1008
68
- microsoft_agents/activity/thumbnail_url.py,sha256=1gGTFfKmjGi3Rrtgh4RF4nmx13ZlwZVgvpeAtTUfS0E,383
69
- microsoft_agents/activity/token_exchange_invoke_request.py,sha256=MQ2WskGT3rOOZYMZTtRiA9W4vmJ8TWSgkkx29-4LH-o,631
70
- microsoft_agents/activity/token_exchange_invoke_response.py,sha256=U2rIXQJkqEl9y_9zQuBz1CEXZ9_0k4w77jxNkYSLXG4,668
71
- microsoft_agents/activity/token_exchange_resource.py,sha256=U5qptVUUZatpeQjuzFGr4XvLBuRqYRwGe8SM1JvrPnY,296
72
- microsoft_agents/activity/token_exchange_state.py,sha256=C9QosBw52qItGhU5wiRUxkuixfni5Krh5BzftyuCzmo,1452
73
- microsoft_agents/activity/token_post_resource.py,sha256=GG65qizkE1v7VKqlQcKKFJky5XubQslrvAGK-BisCVw,226
74
- microsoft_agents/activity/token_request.py,sha256=ZXvYDCRaIydyzMuztfa0nQ3HMKURQJpvuTyzKbhukLo,448
62
+ microsoft_agents/activity/sign_in_resource.py,sha256=7aT7m7eSLVuW6veD3OxAM_IcSxVqFaK3zu31SSSEE1w,541
63
+ microsoft_agents/activity/signin_card.py,sha256=3sc9ECFIS7JP3iIkQOHvG2WEaHg3MBnXWFwrnDQ7STU,537
64
+ microsoft_agents/activity/suggested_actions.py,sha256=IsLG-_zDsAL2-Y6zxvCSpzcsqQzNh14cNA7N29A6ni4,682
65
+ microsoft_agents/activity/text_format_types.py,sha256=9e1uJTe0mRojA60xJo7D2JLmxJRFHNtIUdvIQZ1BZmA,215
66
+ microsoft_agents/activity/text_highlight.py,sha256=uqh7N248SWgQIu3ZYmx2ZIJRL3LJMfj8enWxFTefBgI,525
67
+ microsoft_agents/activity/thumbnail_card.py,sha256=v828NtmqRmVx5Bcvl1ijZYQwcm4bTCH8Zte4AaFP-9Y,1103
68
+ microsoft_agents/activity/thumbnail_url.py,sha256=PL20G49kzfr5-Oh58j9uooV_NnGBsvGSwGrUXtLA8k0,478
69
+ microsoft_agents/activity/token_exchange_invoke_request.py,sha256=PF7x1RaRRUNkY0ghGfeWNgLZF-e6td6yJk5bj-N9eW0,726
70
+ microsoft_agents/activity/token_exchange_invoke_response.py,sha256=pri_QGLfZyyOcQaw3GqO3jt7anTAjpS9oYDfgWrWQiM,763
71
+ microsoft_agents/activity/token_exchange_resource.py,sha256=EJxcMf4TkKXvOVuyy7DL2Q2-09zEYbRZjqCY6ddJ54M,391
72
+ microsoft_agents/activity/token_exchange_state.py,sha256=w9N1KAsHUfS_aUFa9oLHM8Y6xl9NpahzkL924WmJtlI,1547
73
+ microsoft_agents/activity/token_or_sign_in_resource_response.py,sha256=UUD2K58E6qB5oi-14Q2e9OLRsYXx07RWjLD5lpqfpmw,743
74
+ microsoft_agents/activity/token_post_resource.py,sha256=IpUXDuCkbHnOWm6aDXBUpKWrgck_x97IpWnRAgM5bFY,321
75
+ microsoft_agents/activity/token_request.py,sha256=suHLdXi1MiQq__7lCUu0eq0Fa1zLVgikU3N9LDqVi38,543
75
76
  microsoft_agents/activity/token_response.py,sha256=Zv-9uZ4UvB4TcS6NPklSoONv8WEbTwAkKROZi3UFglI,1413
76
77
  microsoft_agents/activity/token_status.py,sha256=o3pGTKRjuqEndRWClMe91Cmox6cW8aDrOTvE3_k5jFI,1174
77
- microsoft_agents/activity/transcript.py,sha256=yV5s5rONGC1uM5pKnVv0HbY2SVzQ9qKOBawM0fzJOJc,328
78
- microsoft_agents/activity/turn_context_protocol.py,sha256=ETR6L5aMoZdPkLUcULmDHfmQo21-_bFF_yzxZmiG_6g,1692
79
- microsoft_agents/activity/video_card.py,sha256=nJb0l8NuhLuH2mFOvozzKao4uQiCGko9LZHnno_QS0k,1953
78
+ microsoft_agents/activity/transcript.py,sha256=vV0p-JEt62UPp3D4gmz1Fn1vq45vpjc01x2p5iCzKsw,423
79
+ microsoft_agents/activity/turn_context_protocol.py,sha256=S1lJi_pT-o3w0RNB9p4WDiOEL7SHBf_gojRfY9CBwF4,1787
80
+ microsoft_agents/activity/video_card.py,sha256=6ZYvTYCsIsACbR3KJBhfwFJ1GTYbjKJWvBsqw0pyyWA,2048
80
81
  microsoft_agents/activity/entity/__init__.py,sha256=WqUL3e79ifcn8UhHVIHcSqQ6MHaEEyGgKi3v65-jQls,617
81
82
  microsoft_agents/activity/entity/ai_entity.py,sha256=VOjU9Y6m68vkiKUHnqG5XmNPRu4KCSKmd0XPDCJ6B0s,3280
82
- microsoft_agents/activity/entity/entity.py,sha256=c9zCbP7uGmc-_a18qfe5uFWHWmofpfnJqSmINNWvV1E,1085
83
- microsoft_agents/activity/entity/geo_coordinates.py,sha256=GnBGkBZMUg7Q6Aonqpcr1e_CVobZzh3eGAqh_qSGAZA,891
84
- microsoft_agents/activity/entity/mention.py,sha256=zhzJRKiQNuS2mtOK-_3CVswTM-PiGTOOU7tvzEPqytc,604
85
- microsoft_agents/activity/entity/place.py,sha256=Y-wuCxovDVIf9QwTkXJYDrkcAx73wIgWY4mqD-oyDOo,826
86
- microsoft_agents/activity/entity/thing.py,sha256=wAgviXeu1s4dGHDnm8mXSCvYZIiV_fWT7dpHD-FjxfE,358
83
+ microsoft_agents/activity/entity/entity.py,sha256=AyAigxMH1M966G7gn6BHgjztuaKJLZcdJ5WfyJZsn6A,1180
84
+ microsoft_agents/activity/entity/geo_coordinates.py,sha256=N-90kqHX1I04U4rju5WVPMiVaV4EGMfS0bs5C4sX6qM,986
85
+ microsoft_agents/activity/entity/mention.py,sha256=1OEmnzNJ9me5dbVwCxjFLFwmj1Ubc9-kDQHuBiuC2Ks,699
86
+ microsoft_agents/activity/entity/place.py,sha256=SskI7KzQ8YHCAahOUYDdKnMxWNgLCc76kzPl-DcHfJk,921
87
+ microsoft_agents/activity/entity/thing.py,sha256=r2LTZ1Ytp8oau56FaWgniNEszn-TWTP-U-lNb3lS-Mo,453
87
88
  microsoft_agents/activity/teams/__init__.py,sha256=pdcnd_Ud92Eox_fHSgm1kwzwFmG8LVeatF9MRI8IaVY,8532
88
89
  microsoft_agents/activity/teams/app_based_link_query.py,sha256=-2uuPbyElN0DbU5R_mTJ_o7jphBNFr1ZFlLeziXuxn0,462
89
90
  microsoft_agents/activity/teams/batch_failed_entries_response.py,sha256=Q6Mgbdu_OdFGEKmaMu3jr71BSfwNtAgCMLyDSrfLf7I,439
@@ -191,7 +192,7 @@ microsoft_agents/activity/teams/teams_member.py,sha256=vRcLRHy6wTfH7DP6k6QbrKkOR
191
192
  microsoft_agents/activity/teams/teams_paged_members_result.py,sha256=cG4eKHjA0u1EMioC2ErVpydnoPJrtTDcdhdzYET9xto,555
192
193
  microsoft_agents/activity/teams/tenant_info.py,sha256=h8OxMd6LD5lWVj_LK2ut8z7SB0I7Gx74W1wwEiYOzXk,296
193
194
  microsoft_agents/activity/teams/user_meeting_details.py,sha256=tvk2CWYf7Bo-DhK8NSojhanJDXEOGVrKXxJDca03CAo,467
194
- microsoft_agents_activity-0.4.0.dev16.dist-info/METADATA,sha256=JeMsHovDJRBCj6MH5S9eZ4g6_ZkpX_lakguI29YRMiM,414
195
- microsoft_agents_activity-0.4.0.dev16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
196
- microsoft_agents_activity-0.4.0.dev16.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
197
- microsoft_agents_activity-0.4.0.dev16.dist-info/RECORD,,
195
+ microsoft_agents_activity-0.5.0.dev3.dist-info/METADATA,sha256=qlnuf4zLJx4797H6I8ttC0qI3aAY8QKqNfxFdIRsfpY,413
196
+ microsoft_agents_activity-0.5.0.dev3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
197
+ microsoft_agents_activity-0.5.0.dev3.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
198
+ microsoft_agents_activity-0.5.0.dev3.dist-info/RECORD,,