microsoft-agents-activity 0.5.0.dev3__py3-none-any.whl → 0.5.0.dev5__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.

@@ -13,7 +13,7 @@ class SemanticAction(AgentsModel):
13
13
  :param entities: Entities associated with this action
14
14
  :type entities: dict[str, :class:`microsoft_agents.activity.entity.Entity`]
15
15
  :param state: State of this action. Allowed values: `start`, `continue`, `done`
16
- :type state: str or :class:`microsoft_agents.activity.semantic_action_states.SemanticActionStates`
16
+ :type state: str or :class:`microsoft_agents.activity.semantic_actions_states.SemanticActionsStates`
17
17
  """
18
18
 
19
19
  id: NonEmptyString
@@ -1,11 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-activity
3
- Version: 0.5.0.dev3
3
+ Version: 0.5.0.dev5
4
4
  Summary: A protocol library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
+ License-Expression: MIT
6
7
  Project-URL: Homepage, https://github.com/microsoft/Agents
7
8
  Classifier: Programming Language :: Python :: 3
8
- Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.9
11
+ License-File: LICENSE
11
12
  Requires-Dist: pydantic>=2.10.4
13
+ Dynamic: license-file
@@ -56,7 +56,7 @@ microsoft_agents/activity/receipt_card.py,sha256=tHoG7Lzpr82o2WhP2oBcZyy_-uidOdv
56
56
  microsoft_agents/activity/receipt_item.py,sha256=t2JyzseVHE97EzalICJLfjBb4kTqqzwpHkV8oRZLOUg,1202
57
57
  microsoft_agents/activity/resource_response.py,sha256=Ft3SHgpkRSIqRoIGtXhuMB4UrI-CIoJscM0d8OKWpCs,350
58
58
  microsoft_agents/activity/role_types.py,sha256=DH39jBc-xjB_y0vCOvROtujIBOi9DTZf1ABtELrzZZQ,280
59
- microsoft_agents/activity/semantic_action.py,sha256=cXfsqoD9FD5pzcoFCAYVBdxdjVzbhRnAbeXkPWS6wag,736
59
+ microsoft_agents/activity/semantic_action.py,sha256=A4ek2zMvBHzNpuKymSmH3k6WxlVDCZH0WB2dtMIlQ8U,738
60
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
62
  microsoft_agents/activity/sign_in_resource.py,sha256=7aT7m7eSLVuW6veD3OxAM_IcSxVqFaK3zu31SSSEE1w,541
@@ -192,7 +192,8 @@ microsoft_agents/activity/teams/teams_member.py,sha256=vRcLRHy6wTfH7DP6k6QbrKkOR
192
192
  microsoft_agents/activity/teams/teams_paged_members_result.py,sha256=cG4eKHjA0u1EMioC2ErVpydnoPJrtTDcdhdzYET9xto,555
193
193
  microsoft_agents/activity/teams/tenant_info.py,sha256=h8OxMd6LD5lWVj_LK2ut8z7SB0I7Gx74W1wwEiYOzXk,296
194
194
  microsoft_agents/activity/teams/user_meeting_details.py,sha256=tvk2CWYf7Bo-DhK8NSojhanJDXEOGVrKXxJDca03CAo,467
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,,
195
+ microsoft_agents_activity-0.5.0.dev5.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
196
+ microsoft_agents_activity-0.5.0.dev5.dist-info/METADATA,sha256=wDn9lOzwvLHG2YadGcmwxWIn989eF5e2lWimTdPUGck,430
197
+ microsoft_agents_activity-0.5.0.dev5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
198
+ microsoft_agents_activity-0.5.0.dev5.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
199
+ microsoft_agents_activity-0.5.0.dev5.dist-info/RECORD,,
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE