microsoft-agents-activity 0.4.0.dev18__py3-none-any.whl → 0.5.0__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.
- microsoft_agents/activity/__init__.py +12 -0
- microsoft_agents/activity/_channel_id_field_mixin.py +96 -0
- microsoft_agents/activity/_load_configuration.py +3 -0
- microsoft_agents/activity/_model_utils.py +3 -0
- microsoft_agents/activity/_type_aliases.py +3 -0
- microsoft_agents/activity/action_types.py +3 -0
- microsoft_agents/activity/activity.py +132 -9
- microsoft_agents/activity/activity_event_names.py +3 -0
- microsoft_agents/activity/activity_importance.py +3 -0
- microsoft_agents/activity/activity_types.py +3 -0
- microsoft_agents/activity/adaptive_card_invoke_action.py +3 -0
- microsoft_agents/activity/adaptive_card_invoke_response.py +3 -0
- microsoft_agents/activity/adaptive_card_invoke_value.py +3 -0
- microsoft_agents/activity/agents_model.py +3 -0
- microsoft_agents/activity/animation_card.py +3 -0
- microsoft_agents/activity/attachment.py +3 -0
- microsoft_agents/activity/attachment_data.py +3 -0
- microsoft_agents/activity/attachment_info.py +3 -0
- microsoft_agents/activity/attachment_layout_types.py +3 -0
- microsoft_agents/activity/attachment_view.py +3 -0
- microsoft_agents/activity/audio_card.py +3 -0
- microsoft_agents/activity/basic_card.py +3 -0
- microsoft_agents/activity/caller_id_constants.py +3 -0
- microsoft_agents/activity/card_action.py +3 -0
- microsoft_agents/activity/card_image.py +3 -0
- microsoft_agents/activity/channel_account.py +3 -0
- microsoft_agents/activity/channel_adapter_protocol.py +3 -0
- microsoft_agents/activity/channel_id.py +95 -0
- microsoft_agents/activity/channels.py +2 -2
- microsoft_agents/activity/contact_relation_update_action_types.py +3 -0
- microsoft_agents/activity/conversation_account.py +3 -0
- microsoft_agents/activity/conversation_members.py +3 -0
- microsoft_agents/activity/conversation_parameters.py +3 -0
- microsoft_agents/activity/conversation_reference.py +12 -3
- microsoft_agents/activity/conversation_resource_response.py +3 -0
- microsoft_agents/activity/conversation_update_types.py +3 -0
- microsoft_agents/activity/conversations_result.py +3 -0
- microsoft_agents/activity/delivery_modes.py +3 -0
- microsoft_agents/activity/end_of_conversation_codes.py +3 -0
- microsoft_agents/activity/entity/__init__.py +7 -0
- microsoft_agents/activity/entity/entity.py +4 -3
- microsoft_agents/activity/entity/entity_types.py +14 -0
- microsoft_agents/activity/entity/geo_coordinates.py +9 -3
- microsoft_agents/activity/entity/mention.py +5 -2
- microsoft_agents/activity/entity/place.py +9 -3
- microsoft_agents/activity/entity/product_info.py +20 -0
- microsoft_agents/activity/entity/thing.py +9 -3
- microsoft_agents/activity/error.py +3 -0
- microsoft_agents/activity/error_response.py +3 -0
- microsoft_agents/activity/expected_replies.py +3 -0
- microsoft_agents/activity/fact.py +3 -0
- microsoft_agents/activity/hero_card.py +3 -0
- microsoft_agents/activity/inner_http_error.py +3 -0
- microsoft_agents/activity/installation_update_action_types.py +3 -0
- microsoft_agents/activity/invoke_response.py +3 -0
- microsoft_agents/activity/media_card.py +3 -0
- microsoft_agents/activity/media_event_value.py +3 -0
- microsoft_agents/activity/media_url.py +3 -0
- microsoft_agents/activity/message_reaction.py +3 -0
- microsoft_agents/activity/message_reaction_types.py +3 -0
- microsoft_agents/activity/message_update_types.py +3 -0
- microsoft_agents/activity/oauth_card.py +3 -0
- microsoft_agents/activity/paged_members_result.py +3 -0
- microsoft_agents/activity/receipt_card.py +3 -0
- microsoft_agents/activity/receipt_item.py +3 -0
- microsoft_agents/activity/resource_response.py +3 -0
- microsoft_agents/activity/role_types.py +3 -0
- microsoft_agents/activity/semantic_action.py +4 -1
- microsoft_agents/activity/semantic_actions_states.py +3 -0
- microsoft_agents/activity/sign_in_resource.py +3 -0
- microsoft_agents/activity/signin_card.py +3 -0
- microsoft_agents/activity/suggested_actions.py +3 -0
- microsoft_agents/activity/text_format_types.py +3 -0
- microsoft_agents/activity/text_highlight.py +3 -0
- microsoft_agents/activity/thumbnail_card.py +3 -0
- microsoft_agents/activity/thumbnail_url.py +3 -0
- microsoft_agents/activity/token_exchange_invoke_request.py +3 -0
- microsoft_agents/activity/token_exchange_invoke_response.py +3 -0
- microsoft_agents/activity/token_exchange_resource.py +3 -0
- microsoft_agents/activity/token_exchange_state.py +3 -0
- microsoft_agents/activity/token_or_sign_in_resource_response.py +21 -0
- microsoft_agents/activity/token_post_resource.py +3 -0
- microsoft_agents/activity/token_request.py +3 -0
- microsoft_agents/activity/transcript.py +3 -0
- microsoft_agents/activity/turn_context_protocol.py +3 -0
- microsoft_agents/activity/video_card.py +3 -0
- microsoft_agents_activity-0.5.0.dist-info/METADATA +173 -0
- {microsoft_agents_activity-0.4.0.dev18.dist-info → microsoft_agents_activity-0.5.0.dist-info}/RECORD +91 -85
- microsoft_agents_activity-0.5.0.dist-info/licenses/LICENSE +21 -0
- microsoft_agents_activity-0.4.0.dev18.dist-info/METADATA +0 -11
- {microsoft_agents_activity-0.4.0.dev18.dist-info → microsoft_agents_activity-0.5.0.dist-info}/WHEEL +0 -0
- {microsoft_agents_activity-0.4.0.dev18.dist-info → microsoft_agents_activity-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: microsoft-agents-activity
|
|
3
|
+
Version: 0.5.0
|
|
4
|
+
Summary: A protocol library for Microsoft Agents
|
|
5
|
+
Author: Microsoft Corporation
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Requires-Python: >=3.10
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
License-File: LICENSE
|
|
18
|
+
Requires-Dist: pydantic>=2.10.4
|
|
19
|
+
Dynamic: license-file
|
|
20
|
+
|
|
21
|
+
# Microsoft Agents Activity
|
|
22
|
+
|
|
23
|
+
[](https://pypi.org/project/microsoft-agents-activity/)
|
|
24
|
+
|
|
25
|
+
Core types and schemas for building conversational AI agents that work across Microsoft 365 platforms like Teams, Copilot Studio, and Webchat.
|
|
26
|
+
|
|
27
|
+
# What is this?
|
|
28
|
+
|
|
29
|
+
This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehensive framework for building enterprise-grade conversational AI agents. The SDK enables developers to create intelligent agents that work across multiple platforms including Microsoft Teams, M365 Copilot, Copilot Studio, and web chat, with support for third-party integrations like Slack, Facebook Messenger, and Twilio.
|
|
30
|
+
|
|
31
|
+
## Release Notes
|
|
32
|
+
<table style="width:100%">
|
|
33
|
+
<tr>
|
|
34
|
+
<th style="width:20%">Version</th>
|
|
35
|
+
<th style="width:20%">Date</th>
|
|
36
|
+
<th style="width:60%">Release Notes</th>
|
|
37
|
+
</tr>
|
|
38
|
+
<tr>
|
|
39
|
+
<td>0.5.0</td>
|
|
40
|
+
<td>2025-10-22</td>
|
|
41
|
+
<td>
|
|
42
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
43
|
+
0.5.0 Release Notes
|
|
44
|
+
</a>
|
|
45
|
+
</td>
|
|
46
|
+
</tr>
|
|
47
|
+
</table>
|
|
48
|
+
|
|
49
|
+
## Packages Overview
|
|
50
|
+
|
|
51
|
+
We offer the following PyPI packages to create conversational experiences based on Agents:
|
|
52
|
+
|
|
53
|
+
| Package Name | PyPI Version | Description |
|
|
54
|
+
|--------------|-------------|-------------|
|
|
55
|
+
| `microsoft-agents-activity` | [](https://pypi.org/project/microsoft-agents-activity/) | Types and validators implementing the Activity protocol spec. |
|
|
56
|
+
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
57
|
+
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
58
|
+
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
59
|
+
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
60
|
+
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
61
|
+
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
62
|
+
|
|
63
|
+
Additionally we provide a Copilot Studio Client, to interact with Agents created in CopilotStudio:
|
|
64
|
+
|
|
65
|
+
| Package Name | PyPI Version | Description |
|
|
66
|
+
|--------------|-------------|-------------|
|
|
67
|
+
| `microsoft-agents-copilotstudio-client` | [](https://pypi.org/project/microsoft-agents-copilotstudio-client/) | Direct to Engine client to interact with Agents created in CopilotStudio |
|
|
68
|
+
|
|
69
|
+
## Architecture
|
|
70
|
+
|
|
71
|
+
The SDK follows a modular architecture:
|
|
72
|
+
- **Activity Layer**: Protocol definitions for cross-platform messaging
|
|
73
|
+
- **Hosting Layer**: Core agent lifecycle, middleware, and web hosting
|
|
74
|
+
- **Storage Layer**: Persistent state management with Azure backends
|
|
75
|
+
- **Authentication Layer**: Secure identity and token management
|
|
76
|
+
- **Integration Layer**: Platform-specific adapters (Teams, Copilot Studio)
|
|
77
|
+
|
|
78
|
+
## Installation
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
pip install microsoft-agents-activity
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Quick Start
|
|
85
|
+
Code below taken from the [Quick Start](https://github.com/microsoft/Agents/tree/main/samples/python/quickstart) sample.
|
|
86
|
+
```python
|
|
87
|
+
@AGENT_APP.conversation_update("membersAdded")
|
|
88
|
+
async def on_members_added(context: TurnContext, _state: TurnState):
|
|
89
|
+
await context.send_activity(
|
|
90
|
+
"Welcome to the empty agent! "
|
|
91
|
+
"This agent is designed to be a starting point for your own agent development."
|
|
92
|
+
)
|
|
93
|
+
return True
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
@AGENT_APP.message(re.compile(r"^hello$"))
|
|
97
|
+
async def on_hello(context: TurnContext, _state: TurnState):
|
|
98
|
+
await context.send_activity("Hello!")
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
@AGENT_APP.activity("message")
|
|
102
|
+
async def on_message(context: TurnContext, _state: TurnState):
|
|
103
|
+
await context.send_activity(f"you said: {context.activity.text}")
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
## Common Use Cases
|
|
107
|
+
|
|
108
|
+
### Rich Messages with Cards
|
|
109
|
+
Code below taken from the [Cards](https://github.com/microsoft/Agents/tree/main/samples/python/cards) sample.
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
```python
|
|
113
|
+
@staticmethod
|
|
114
|
+
async def send_animation_card(context: TurnContext):
|
|
115
|
+
card = CardFactory.animation_card(
|
|
116
|
+
AnimationCard(
|
|
117
|
+
title="Microsoft Agents Framework",
|
|
118
|
+
image=ThumbnailUrl(
|
|
119
|
+
url="https://i.giphy.com/Ki55RUbOV5njy.gif", alt="Cute Robot"
|
|
120
|
+
),
|
|
121
|
+
media=[MediaUrl(url="https://i.giphy.com/Ki55RUbOV5njy.gif")],
|
|
122
|
+
subtitle="Animation Card",
|
|
123
|
+
text="This is an example of an animation card using a gif.",
|
|
124
|
+
aspect="16:9",
|
|
125
|
+
duration="PT2M",
|
|
126
|
+
)
|
|
127
|
+
)
|
|
128
|
+
await CardMessages.send_activity(context, card)
|
|
129
|
+
|
|
130
|
+
@staticmethod
|
|
131
|
+
async def send_activity(context: TurnContext, card: Attachment):
|
|
132
|
+
activity = Activity(type=ActivityTypes.message, attachments=[card])
|
|
133
|
+
await context.send_activity(activity)
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Activity Types
|
|
137
|
+
|
|
138
|
+
The library supports different types of communication:
|
|
139
|
+
|
|
140
|
+
- **Message** - Regular chat messages with text, cards, attachments
|
|
141
|
+
- **Typing** - Show typing indicators
|
|
142
|
+
- **ConversationUpdate** - People joining/leaving chats
|
|
143
|
+
- **Event** - Custom events and notifications
|
|
144
|
+
- **Invoke** - Direct function calls
|
|
145
|
+
- **EndOfConversation** - End chat sessions
|
|
146
|
+
|
|
147
|
+
## Key Features
|
|
148
|
+
|
|
149
|
+
✅ **Type-safe** - Built with Pydantic for automatic validation
|
|
150
|
+
✅ **Rich content** - Support for cards, images, videos, and interactive elements
|
|
151
|
+
✅ **Teams ready** - Full Microsoft Teams integration
|
|
152
|
+
✅ **Cross-platform** - Works across all Microsoft 365 chat platforms
|
|
153
|
+
✅ **Migration friendly** - Easy upgrade from Bot Framework
|
|
154
|
+
|
|
155
|
+
# Quick Links
|
|
156
|
+
|
|
157
|
+
- 📦 [All SDK Packages on PyPI](https://pypi.org/search/?q=microsoft-agents)
|
|
158
|
+
- 📖 [Complete Documentation](https://aka.ms/agents)
|
|
159
|
+
- 💡 [Python Samples Repository](https://github.com/microsoft/Agents/tree/main/samples/python)
|
|
160
|
+
- 🐛 [Report Issues](https://github.com/microsoft/Agents-for-python/issues)
|
|
161
|
+
|
|
162
|
+
# Sample Applications
|
|
163
|
+
Explore working examples in the [Python samples repository](https://github.com/microsoft/Agents/tree/main/samples/python):
|
|
164
|
+
|
|
165
|
+
|Name|Description|README|
|
|
166
|
+
|----|----|----|
|
|
167
|
+
|Quickstart|Simplest agent|[Quickstart](https://github.com/microsoft/Agents/blob/main/samples/python/quickstart/README.md)|
|
|
168
|
+
|Auto Sign In|Simple OAuth agent using Graph and GitHub|[auto-signin](https://github.com/microsoft/Agents/blob/main/samples/python/auto-signin/README.md)|
|
|
169
|
+
|OBO Authorization|OBO flow to access a Copilot Studio Agent|[obo-authorization](https://github.com/microsoft/Agents/blob/main/samples/python/obo-authorization/README.md)|
|
|
170
|
+
|Semantic Kernel Integration|A weather agent built with Semantic Kernel|[semantic-kernel-multiturn](https://github.com/microsoft/Agents/blob/main/samples/python/semantic-kernel-multiturn/README.md)|
|
|
171
|
+
|Streaming Agent|Streams OpenAI responses|[azure-ai-streaming](https://github.com/microsoft/Agents/blob/main/samples/python/azureai-streaming/README.md)|
|
|
172
|
+
|Copilot Studio Client|Console app to consume a Copilot Studio Agent|[copilotstudio-client](https://github.com/microsoft/Agents/blob/main/samples/python/copilotstudio-client/README.md)|
|
|
173
|
+
|Cards Agent|Agent that uses rich cards to enhance conversation design |[cards](https://github.com/microsoft/Agents/blob/main/samples/python/cards/README.md)|
|
{microsoft_agents_activity-0.4.0.dev18.dist-info → microsoft_agents_activity-0.5.0.dist-info}/RECORD
RENAMED
|
@@ -1,89 +1,94 @@
|
|
|
1
|
-
microsoft_agents/activity/__init__.py,sha256=
|
|
2
|
-
microsoft_agents/activity/
|
|
3
|
-
microsoft_agents/activity/
|
|
4
|
-
microsoft_agents/activity/
|
|
5
|
-
microsoft_agents/activity/
|
|
6
|
-
microsoft_agents/activity/
|
|
7
|
-
microsoft_agents/activity/
|
|
8
|
-
microsoft_agents/activity/
|
|
9
|
-
microsoft_agents/activity/
|
|
10
|
-
microsoft_agents/activity/
|
|
11
|
-
microsoft_agents/activity/
|
|
12
|
-
microsoft_agents/activity/
|
|
13
|
-
microsoft_agents/activity/
|
|
14
|
-
microsoft_agents/activity/
|
|
15
|
-
microsoft_agents/activity/
|
|
16
|
-
microsoft_agents/activity/
|
|
17
|
-
microsoft_agents/activity/
|
|
18
|
-
microsoft_agents/activity/
|
|
19
|
-
microsoft_agents/activity/
|
|
20
|
-
microsoft_agents/activity/
|
|
21
|
-
microsoft_agents/activity/
|
|
22
|
-
microsoft_agents/activity/
|
|
23
|
-
microsoft_agents/activity/
|
|
24
|
-
microsoft_agents/activity/
|
|
25
|
-
microsoft_agents/activity/
|
|
26
|
-
microsoft_agents/activity/
|
|
27
|
-
microsoft_agents/activity/
|
|
28
|
-
microsoft_agents/activity/
|
|
29
|
-
microsoft_agents/activity/
|
|
30
|
-
microsoft_agents/activity/
|
|
31
|
-
microsoft_agents/activity/
|
|
32
|
-
microsoft_agents/activity/
|
|
33
|
-
microsoft_agents/activity/
|
|
34
|
-
microsoft_agents/activity/
|
|
35
|
-
microsoft_agents/activity/
|
|
36
|
-
microsoft_agents/activity/
|
|
37
|
-
microsoft_agents/activity/
|
|
38
|
-
microsoft_agents/activity/
|
|
39
|
-
microsoft_agents/activity/
|
|
40
|
-
microsoft_agents/activity/
|
|
41
|
-
microsoft_agents/activity/
|
|
42
|
-
microsoft_agents/activity/
|
|
43
|
-
microsoft_agents/activity/
|
|
1
|
+
microsoft_agents/activity/__init__.py,sha256=BYUTF2A_YEw5Ql_hPS7MLBGEsmvey6vrMGh9hpsB7EA,6378
|
|
2
|
+
microsoft_agents/activity/_channel_id_field_mixin.py,sha256=pFMfbN5EVrhO-7mFE-_8kT3yZ1zS6s9jyXoDGTLHT7g,3222
|
|
3
|
+
microsoft_agents/activity/_load_configuration.py,sha256=ztmv1wOBDE9hUYPPzWexc-qi0eiBmxnay1skJpKVEcY,1125
|
|
4
|
+
microsoft_agents/activity/_model_utils.py,sha256=gUAKCOl98jA9tt95o5G7LoMuHgROvrW6lY9s0CzQu6k,2004
|
|
5
|
+
microsoft_agents/activity/_type_aliases.py,sha256=kP5tYxEKSgcgBT3bucdluVVxxopwrUaGqKL7X_TQ0Og,229
|
|
6
|
+
microsoft_agents/activity/action_types.py,sha256=nslx3hvQAd120NPdXZXdprwdjj3I3d4MWXV1b-Igr_o,419
|
|
7
|
+
microsoft_agents/activity/activity.py,sha256=eVwjDPdHY_1DMIfH5V_GQcOpZ_E87vWMuEgPyqLHo3w,32689
|
|
8
|
+
microsoft_agents/activity/activity_event_names.py,sha256=dmtE1w50nnemTC_s1QG7IqTbnocpiczK_CG31JpgoJ4,254
|
|
9
|
+
microsoft_agents/activity/activity_importance.py,sha256=cRIlyz8EjmztPmfcgdqZ6Csp6Vp2rQhXt4ZWIDXdt_s,212
|
|
10
|
+
microsoft_agents/activity/activity_types.py,sha256=dm4vTVSoa-8_aPY_kZuU6C_FWQAURgZRassR1o8o9qQ,762
|
|
11
|
+
microsoft_agents/activity/adaptive_card_invoke_action.py,sha256=IW-XBE7bF4s9Tx8vr1vwSXOwv4R6VpVBqiRWzgX2aKw,874
|
|
12
|
+
microsoft_agents/activity/adaptive_card_invoke_response.py,sha256=Uu5pJ9CkPAla1fNQ6xZc5kKt8_aMVSVv427taNsJzfI,735
|
|
13
|
+
microsoft_agents/activity/adaptive_card_invoke_value.py,sha256=tmyiEarxqjjnu8k06mh9ahjuPLha2YCgARLWdzeK35g,1134
|
|
14
|
+
microsoft_agents/activity/agents_model.py,sha256=VkuOFU4Z7M9NzJ00OiXqFGiyTmcHKjvsSzVvwVo27-k,1585
|
|
15
|
+
microsoft_agents/activity/animation_card.py,sha256=SoArDB1mRl3LjNNNAnMsTivdsYzmNyhbndLoYUQdcHk,2089
|
|
16
|
+
microsoft_agents/activity/attachment.py,sha256=A4VIApR6E2agWJoFEVpDXgbxGHqe2aAqnr8CnfVoxlU,822
|
|
17
|
+
microsoft_agents/activity/attachment_data.py,sha256=j3Lbht8VyotEovSrthU9x5H0tGXdAj4HyPsXPbZxqP8,671
|
|
18
|
+
microsoft_agents/activity/attachment_info.py,sha256=hCN2EbW-cIygBiZ2-6fSi8lvoF7DKhsYkwYHu7-vSzE,631
|
|
19
|
+
microsoft_agents/activity/attachment_layout_types.py,sha256=rzj01fXS1woVc__Mlfx_JsUdpIevxBhKycC5Bm2x4qg,203
|
|
20
|
+
microsoft_agents/activity/attachment_view.py,sha256=BVDzJAlgSqIrbNWYMnlttaefXTwx_MNLCn9ER2CRCFE,440
|
|
21
|
+
microsoft_agents/activity/audio_card.py,sha256=EVNOZ-Pgr3NVpQvNRjkQSq18TfBuW9_N_9qOP_F6rb8,2048
|
|
22
|
+
microsoft_agents/activity/basic_card.py,sha256=vJ8NcMCmGyNp_LTo1ErE9xocO_e_zP8BL-ekVltal-I,1051
|
|
23
|
+
microsoft_agents/activity/caller_id_constants.py,sha256=OPUjKk3iFb-5oBcFUPpgHMYwvLPaPuz5iJNzX77a4gU,315
|
|
24
|
+
microsoft_agents/activity/card_action.py,sha256=-c9VLUNVrRx1wYCSiCueZRvWOO5nWOA6xrGh6gHs7i0,1509
|
|
25
|
+
microsoft_agents/activity/card_image.py,sha256=2DCOErbmGm8dRhJrYhxDweQgH0ys-5_cRISxgJ7hx9k,640
|
|
26
|
+
microsoft_agents/activity/channel_account.py,sha256=2M5K1NJl1GTttYNI65OQBvxLcgGzx9B7bJhjdTHRsgo,1217
|
|
27
|
+
microsoft_agents/activity/channel_adapter_protocol.py,sha256=CQU9FhsR5UCzRib8DJVj9DO0131QB9Kn5euhHRKGCf4,2135
|
|
28
|
+
microsoft_agents/activity/channel_id.py,sha256=m59mGBfHQ5g3AdK2p_kMxIm9pC--okgOz3wopTmxFMs,3814
|
|
29
|
+
microsoft_agents/activity/channels.py,sha256=UC5MDF5C4PbW29rJhtXzfjA-4y4VqPXi1nK8oCmHM0o,4560
|
|
30
|
+
microsoft_agents/activity/contact_relation_update_action_types.py,sha256=6RIJbnVmr8agTPYYw84xTH9rx88QE0dvMbNwC0cpcG0,208
|
|
31
|
+
microsoft_agents/activity/conversation_account.py,sha256=fOU9PgxnH8NsHIZDiESU22Ph3oEE0PMnLbKYuz3vgYA,1536
|
|
32
|
+
microsoft_agents/activity/conversation_members.py,sha256=6-kBKO3W7rtpG1sbhKX5T6FDBDlQDzXdIIpjQALw1K4,552
|
|
33
|
+
microsoft_agents/activity/conversation_parameters.py,sha256=JwsoZeml90q8W_ngYBao218-q1FIMSAbIf3yUXz3yAg,1475
|
|
34
|
+
microsoft_agents/activity/conversation_reference.py,sha256=hcWDW8oi18KDX4HCcMfEOcsa9IJgj-_ymXPbg49LGsY,2657
|
|
35
|
+
microsoft_agents/activity/conversation_resource_response.py,sha256=du_lE0AFPo_PEWj2a5gilsYFD8wfDidPh9LmUHQJVyA,652
|
|
36
|
+
microsoft_agents/activity/conversation_update_types.py,sha256=l57bE-oXKEYyrTLPmcYCioZD_VSfXQLUl9l29Pkw_7w,568
|
|
37
|
+
microsoft_agents/activity/conversations_result.py,sha256=GK_l5ou-veMnM7eQgiTQ1eUnf52KKEi6okUzf_ybeNc,617
|
|
38
|
+
microsoft_agents/activity/delivery_modes.py,sha256=7-etKNmYpfx5IU_q5MhqN04eEJw6UmS3tkcpI1ngvFk,294
|
|
39
|
+
microsoft_agents/activity/end_of_conversation_codes.py,sha256=kxSmn6yLnbM2obpjC1CdmAzXy0pWJGX5DcjuvmbZqFc,396
|
|
40
|
+
microsoft_agents/activity/error.py,sha256=FcnHfuqSI8Gebts6ygm1hOC0YXzJrzMAyzGWVz9y-yw,646
|
|
41
|
+
microsoft_agents/activity/error_response.py,sha256=w159KeFGZCYYt7quV5XwgiKZNdRDI6dzkZTeCqIWzko,339
|
|
42
|
+
microsoft_agents/activity/expected_replies.py,sha256=aNLOTBqaYDPukcEbCsZwWiWGQ0CWqFvzEF9_EeS4-Gk,438
|
|
43
|
+
microsoft_agents/activity/fact.py,sha256=pBxUcHBiw6IxmivJVFDWMV0ox5DvHI43zwadlz78mqc,644
|
|
44
|
+
microsoft_agents/activity/hero_card.py,sha256=MTmP813-R-p4oEm5wuN15hHkDz32mtwcrHPhUq8wPk0,1083
|
|
45
|
+
microsoft_agents/activity/inner_http_error.py,sha256=M-TT0YgX9VcuxGL-H2V7GT61JoGSgAdLj-f3MdYBs5s,428
|
|
44
46
|
microsoft_agents/activity/input_hints.py,sha256=14us7b1Km-uApAQUpjC5VYnm12QaD-NhpwBQZwwRg0o,263
|
|
45
|
-
microsoft_agents/activity/installation_update_action_types.py,sha256=
|
|
46
|
-
microsoft_agents/activity/invoke_response.py,sha256=
|
|
47
|
-
microsoft_agents/activity/media_card.py,sha256=
|
|
48
|
-
microsoft_agents/activity/media_event_value.py,sha256=
|
|
49
|
-
microsoft_agents/activity/media_url.py,sha256=
|
|
50
|
-
microsoft_agents/activity/message_reaction.py,sha256=
|
|
51
|
-
microsoft_agents/activity/message_reaction_types.py,sha256=
|
|
52
|
-
microsoft_agents/activity/message_update_types.py,sha256=
|
|
53
|
-
microsoft_agents/activity/oauth_card.py,sha256=
|
|
54
|
-
microsoft_agents/activity/paged_members_result.py,sha256=
|
|
55
|
-
microsoft_agents/activity/receipt_card.py,sha256=
|
|
56
|
-
microsoft_agents/activity/receipt_item.py,sha256=
|
|
57
|
-
microsoft_agents/activity/resource_response.py,sha256=
|
|
58
|
-
microsoft_agents/activity/role_types.py,sha256=
|
|
59
|
-
microsoft_agents/activity/semantic_action.py,sha256=
|
|
60
|
-
microsoft_agents/activity/semantic_actions_states.py,sha256=
|
|
47
|
+
microsoft_agents/activity/installation_update_action_types.py,sha256=vpvepQ9IbuYWcjOa2d4ruG0PWIUb15Z4hZsaU6wl8Sw,205
|
|
48
|
+
microsoft_agents/activity/invoke_response.py,sha256=VIfYldqx0NKb8N8NtVh-GBUbkOsg3C_KTSMwh07FQnY,956
|
|
49
|
+
microsoft_agents/activity/media_card.py,sha256=g2N1a6es9En4EnhQ_NwLumIVZvdS-Xlo2hDWXjKaYYM,2048
|
|
50
|
+
microsoft_agents/activity/media_event_value.py,sha256=FhyXD-n8SGPK7X0qUc30USFrcFOXSAOZovA_5ioWgmQ,409
|
|
51
|
+
microsoft_agents/activity/media_url.py,sha256=9EyYu4V4winHoEl_uz8SsLObiGXA-DVSBSln3S7GA08,496
|
|
52
|
+
microsoft_agents/activity/message_reaction.py,sha256=qynq4661vyDlAhejLtqUa042Zajt0JrP3UWvQcLaNRY,439
|
|
53
|
+
microsoft_agents/activity/message_reaction_types.py,sha256=bSZxOLXT9R76EC9BI2PJwwg6IXgBJY8b9bfLUnuGinI,314
|
|
54
|
+
microsoft_agents/activity/message_update_types.py,sha256=DOA-Y8bzj2uwr75cFIgbupnocHRfA9u_iVM5P3yXUac,276
|
|
55
|
+
microsoft_agents/activity/oauth_card.py,sha256=Y-dJ6sRnoUTNibWRve6zIjG_P8Y2lJJJ62mVawsDr1E,952
|
|
56
|
+
microsoft_agents/activity/paged_members_result.py,sha256=l85Qw32maNTxonaPS_vGqoq7p-wXLyEP2N_D_XSOguM,568
|
|
57
|
+
microsoft_agents/activity/receipt_card.py,sha256=tHoG7Lzpr82o2WhP2oBcZyy_-uidOdv9046zCOfTS7M,1340
|
|
58
|
+
microsoft_agents/activity/receipt_item.py,sha256=t2JyzseVHE97EzalICJLfjBb4kTqqzwpHkV8oRZLOUg,1202
|
|
59
|
+
microsoft_agents/activity/resource_response.py,sha256=Ft3SHgpkRSIqRoIGtXhuMB4UrI-CIoJscM0d8OKWpCs,350
|
|
60
|
+
microsoft_agents/activity/role_types.py,sha256=DH39jBc-xjB_y0vCOvROtujIBOi9DTZf1ABtELrzZZQ,280
|
|
61
|
+
microsoft_agents/activity/semantic_action.py,sha256=A4ek2zMvBHzNpuKymSmH3k6WxlVDCZH0WB2dtMIlQ8U,738
|
|
62
|
+
microsoft_agents/activity/semantic_actions_states.py,sha256=8uD9w9Za-ZUGnhol63LGkzhPyCbF0VSzQ3qlbTlhjAc,244
|
|
61
63
|
microsoft_agents/activity/sign_in_constants.py,sha256=3juR-nSfP0vr3TvFPhQ2foEivt1lLgWxsG6LQmWhhkc,534
|
|
62
|
-
microsoft_agents/activity/sign_in_resource.py,sha256=
|
|
63
|
-
microsoft_agents/activity/signin_card.py,sha256=
|
|
64
|
-
microsoft_agents/activity/suggested_actions.py,sha256=
|
|
65
|
-
microsoft_agents/activity/text_format_types.py,sha256=
|
|
66
|
-
microsoft_agents/activity/text_highlight.py,sha256=
|
|
67
|
-
microsoft_agents/activity/thumbnail_card.py,sha256=
|
|
68
|
-
microsoft_agents/activity/thumbnail_url.py,sha256=
|
|
69
|
-
microsoft_agents/activity/token_exchange_invoke_request.py,sha256=
|
|
70
|
-
microsoft_agents/activity/token_exchange_invoke_response.py,sha256=
|
|
71
|
-
microsoft_agents/activity/token_exchange_resource.py,sha256=
|
|
72
|
-
microsoft_agents/activity/token_exchange_state.py,sha256=
|
|
73
|
-
microsoft_agents/activity/
|
|
74
|
-
microsoft_agents/activity/
|
|
64
|
+
microsoft_agents/activity/sign_in_resource.py,sha256=7aT7m7eSLVuW6veD3OxAM_IcSxVqFaK3zu31SSSEE1w,541
|
|
65
|
+
microsoft_agents/activity/signin_card.py,sha256=3sc9ECFIS7JP3iIkQOHvG2WEaHg3MBnXWFwrnDQ7STU,537
|
|
66
|
+
microsoft_agents/activity/suggested_actions.py,sha256=IsLG-_zDsAL2-Y6zxvCSpzcsqQzNh14cNA7N29A6ni4,682
|
|
67
|
+
microsoft_agents/activity/text_format_types.py,sha256=9e1uJTe0mRojA60xJo7D2JLmxJRFHNtIUdvIQZ1BZmA,215
|
|
68
|
+
microsoft_agents/activity/text_highlight.py,sha256=uqh7N248SWgQIu3ZYmx2ZIJRL3LJMfj8enWxFTefBgI,525
|
|
69
|
+
microsoft_agents/activity/thumbnail_card.py,sha256=v828NtmqRmVx5Bcvl1ijZYQwcm4bTCH8Zte4AaFP-9Y,1103
|
|
70
|
+
microsoft_agents/activity/thumbnail_url.py,sha256=PL20G49kzfr5-Oh58j9uooV_NnGBsvGSwGrUXtLA8k0,478
|
|
71
|
+
microsoft_agents/activity/token_exchange_invoke_request.py,sha256=PF7x1RaRRUNkY0ghGfeWNgLZF-e6td6yJk5bj-N9eW0,726
|
|
72
|
+
microsoft_agents/activity/token_exchange_invoke_response.py,sha256=pri_QGLfZyyOcQaw3GqO3jt7anTAjpS9oYDfgWrWQiM,763
|
|
73
|
+
microsoft_agents/activity/token_exchange_resource.py,sha256=EJxcMf4TkKXvOVuyy7DL2Q2-09zEYbRZjqCY6ddJ54M,391
|
|
74
|
+
microsoft_agents/activity/token_exchange_state.py,sha256=w9N1KAsHUfS_aUFa9oLHM8Y6xl9NpahzkL924WmJtlI,1547
|
|
75
|
+
microsoft_agents/activity/token_or_sign_in_resource_response.py,sha256=UUD2K58E6qB5oi-14Q2e9OLRsYXx07RWjLD5lpqfpmw,743
|
|
76
|
+
microsoft_agents/activity/token_post_resource.py,sha256=IpUXDuCkbHnOWm6aDXBUpKWrgck_x97IpWnRAgM5bFY,321
|
|
77
|
+
microsoft_agents/activity/token_request.py,sha256=suHLdXi1MiQq__7lCUu0eq0Fa1zLVgikU3N9LDqVi38,543
|
|
75
78
|
microsoft_agents/activity/token_response.py,sha256=Zv-9uZ4UvB4TcS6NPklSoONv8WEbTwAkKROZi3UFglI,1413
|
|
76
79
|
microsoft_agents/activity/token_status.py,sha256=o3pGTKRjuqEndRWClMe91Cmox6cW8aDrOTvE3_k5jFI,1174
|
|
77
|
-
microsoft_agents/activity/transcript.py,sha256=
|
|
78
|
-
microsoft_agents/activity/turn_context_protocol.py,sha256=
|
|
79
|
-
microsoft_agents/activity/video_card.py,sha256=
|
|
80
|
-
microsoft_agents/activity/entity/__init__.py,sha256=
|
|
80
|
+
microsoft_agents/activity/transcript.py,sha256=vV0p-JEt62UPp3D4gmz1Fn1vq45vpjc01x2p5iCzKsw,423
|
|
81
|
+
microsoft_agents/activity/turn_context_protocol.py,sha256=S1lJi_pT-o3w0RNB9p4WDiOEL7SHBf_gojRfY9CBwF4,1787
|
|
82
|
+
microsoft_agents/activity/video_card.py,sha256=6ZYvTYCsIsACbR3KJBhfwFJ1GTYbjKJWvBsqw0pyyWA,2048
|
|
83
|
+
microsoft_agents/activity/entity/__init__.py,sha256=nq9ySwflvNeFWKxZmvb4XenYwB_ATDbeOikkk860UfY,826
|
|
81
84
|
microsoft_agents/activity/entity/ai_entity.py,sha256=VOjU9Y6m68vkiKUHnqG5XmNPRu4KCSKmd0XPDCJ6B0s,3280
|
|
82
|
-
microsoft_agents/activity/entity/entity.py,sha256=
|
|
83
|
-
microsoft_agents/activity/entity/
|
|
84
|
-
microsoft_agents/activity/entity/
|
|
85
|
-
microsoft_agents/activity/entity/
|
|
86
|
-
microsoft_agents/activity/entity/
|
|
85
|
+
microsoft_agents/activity/entity/entity.py,sha256=FmJ23emzoEiV66JjpkOwCQoJReFB_5whihj3PFdRtKk,1105
|
|
86
|
+
microsoft_agents/activity/entity/entity_types.py,sha256=_oqG6O2Ds0BHmY65KN_elaXly6rporMmUYcaWEjqi3s,336
|
|
87
|
+
microsoft_agents/activity/entity/geo_coordinates.py,sha256=xLc8SGGmjmJL3m-ionTicC_rL4x09_0hWa28Ed5JKLs,1080
|
|
88
|
+
microsoft_agents/activity/entity/mention.py,sha256=Gpjy4o7_5EQ1flkADPMzJw6nOU92uzf5Gt54Rj7Oi-c,714
|
|
89
|
+
microsoft_agents/activity/entity/place.py,sha256=uw-YUdbhkgawjor92vZwz7qmdcSIVDhYG0L5CphfFrI,995
|
|
90
|
+
microsoft_agents/activity/entity/product_info.py,sha256=bFacwylgKbLuebM5zVpMyud32SCvH6_pJ4n6_wWYMdg,529
|
|
91
|
+
microsoft_agents/activity/entity/thing.py,sha256=u-uWCHgZrrjh_d7pje1GszNmiDfLRKbM26PJnel8Ye8,527
|
|
87
92
|
microsoft_agents/activity/teams/__init__.py,sha256=pdcnd_Ud92Eox_fHSgm1kwzwFmG8LVeatF9MRI8IaVY,8532
|
|
88
93
|
microsoft_agents/activity/teams/app_based_link_query.py,sha256=-2uuPbyElN0DbU5R_mTJ_o7jphBNFr1ZFlLeziXuxn0,462
|
|
89
94
|
microsoft_agents/activity/teams/batch_failed_entries_response.py,sha256=Q6Mgbdu_OdFGEKmaMu3jr71BSfwNtAgCMLyDSrfLf7I,439
|
|
@@ -191,7 +196,8 @@ microsoft_agents/activity/teams/teams_member.py,sha256=vRcLRHy6wTfH7DP6k6QbrKkOR
|
|
|
191
196
|
microsoft_agents/activity/teams/teams_paged_members_result.py,sha256=cG4eKHjA0u1EMioC2ErVpydnoPJrtTDcdhdzYET9xto,555
|
|
192
197
|
microsoft_agents/activity/teams/tenant_info.py,sha256=h8OxMd6LD5lWVj_LK2ut8z7SB0I7Gx74W1wwEiYOzXk,296
|
|
193
198
|
microsoft_agents/activity/teams/user_meeting_details.py,sha256=tvk2CWYf7Bo-DhK8NSojhanJDXEOGVrKXxJDca03CAo,467
|
|
194
|
-
microsoft_agents_activity-0.
|
|
195
|
-
microsoft_agents_activity-0.
|
|
196
|
-
microsoft_agents_activity-0.
|
|
197
|
-
microsoft_agents_activity-0.
|
|
199
|
+
microsoft_agents_activity-0.5.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
200
|
+
microsoft_agents_activity-0.5.0.dist-info/METADATA,sha256=uxa0Ff3FtFR_1zSGCaWwa6xDH8yfm-yEIUthFuqM9nQ,8713
|
|
201
|
+
microsoft_agents_activity-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
202
|
+
microsoft_agents_activity-0.5.0.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
203
|
+
microsoft_agents_activity-0.5.0.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
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: microsoft-agents-activity
|
|
3
|
-
Version: 0.4.0.dev18
|
|
4
|
-
Summary: A protocol library for Microsoft Agents
|
|
5
|
-
Author: Microsoft Corporation
|
|
6
|
-
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
7
|
-
Classifier: Programming Language :: Python :: 3
|
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
-
Classifier: Operating System :: OS Independent
|
|
10
|
-
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: pydantic>=2.10.4
|
{microsoft_agents_activity-0.4.0.dev18.dist-info → microsoft_agents_activity-0.5.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|