microsoft-agents-hosting-aiohttp 0.5.0.dev19__tar.gz → 0.5.1__tar.gz
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.
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/PKG-INFO +20 -2
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/app/streaming/streaming_response.py +3 -2
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents_hosting_aiohttp.egg-info/PKG-INFO +20 -2
- microsoft_agents_hosting_aiohttp-0.5.1/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/readme.md +18 -0
- microsoft_agents_hosting_aiohttp-0.5.0.dev19/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/LICENSE +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/app/__init__.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/app/streaming/__init__.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/app/streaming/citation.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/app/streaming/citation_util.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/pyproject.toml +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/setup.cfg +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/setup.py +0 -0
{microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with aiohttp
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.5.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.5.1
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -32,6 +32,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
|
|
|
32
32
|
|
|
33
33
|
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.
|
|
34
34
|
|
|
35
|
+
## Release Notes
|
|
36
|
+
<table style="width:100%">
|
|
37
|
+
<tr>
|
|
38
|
+
<th style="width:20%">Version</th>
|
|
39
|
+
<th style="width:20%">Date</th>
|
|
40
|
+
<th style="width:60%">Release Notes</th>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td>0.5.0</td>
|
|
44
|
+
<td>2025-10-22</td>
|
|
45
|
+
<td>
|
|
46
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
47
|
+
0.5.0 Release Notes
|
|
48
|
+
</a>
|
|
49
|
+
</td>
|
|
50
|
+
</tr>
|
|
51
|
+
</table>
|
|
52
|
+
|
|
35
53
|
## Packages Overview
|
|
36
54
|
|
|
37
55
|
We offer the following PyPI packages to create conversational experiences based on Agents:
|
|
@@ -250,10 +250,10 @@ class StreamingResponse:
|
|
|
250
250
|
await self._queue_sync
|
|
251
251
|
|
|
252
252
|
def _set_defaults(self, context: "TurnContext"):
|
|
253
|
-
if context.activity.channel_id
|
|
253
|
+
if Channels.ms_teams == context.activity.channel_id.channel:
|
|
254
254
|
self._is_streaming_channel = True
|
|
255
255
|
self._interval = 1.0
|
|
256
|
-
elif context.activity.channel_id
|
|
256
|
+
elif Channels.direct_line == context.activity.channel_id.channel:
|
|
257
257
|
self._is_streaming_channel = True
|
|
258
258
|
self._interval = 0.5
|
|
259
259
|
elif context.activity.delivery_mode == DeliveryModes.stream:
|
|
@@ -284,6 +284,7 @@ class StreamingResponse:
|
|
|
284
284
|
entities=[
|
|
285
285
|
Entity(
|
|
286
286
|
type="streaminfo",
|
|
287
|
+
stream_id=self._stream_id,
|
|
287
288
|
stream_type="final",
|
|
288
289
|
stream_sequence=self._sequence_number,
|
|
289
290
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with aiohttp
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.5.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.5.1
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -32,6 +32,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
|
|
|
32
32
|
|
|
33
33
|
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.
|
|
34
34
|
|
|
35
|
+
## Release Notes
|
|
36
|
+
<table style="width:100%">
|
|
37
|
+
<tr>
|
|
38
|
+
<th style="width:20%">Version</th>
|
|
39
|
+
<th style="width:20%">Date</th>
|
|
40
|
+
<th style="width:60%">Release Notes</th>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td>0.5.0</td>
|
|
44
|
+
<td>2025-10-22</td>
|
|
45
|
+
<td>
|
|
46
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
47
|
+
0.5.0 Release Notes
|
|
48
|
+
</a>
|
|
49
|
+
</td>
|
|
50
|
+
</tr>
|
|
51
|
+
</table>
|
|
52
|
+
|
|
35
53
|
## Packages Overview
|
|
36
54
|
|
|
37
55
|
We offer the following PyPI packages to create conversational experiences based on Agents:
|
{microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/readme.md
RENAMED
|
@@ -10,6 +10,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
|
|
|
10
10
|
|
|
11
11
|
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.
|
|
12
12
|
|
|
13
|
+
## Release Notes
|
|
14
|
+
<table style="width:100%">
|
|
15
|
+
<tr>
|
|
16
|
+
<th style="width:20%">Version</th>
|
|
17
|
+
<th style="width:20%">Date</th>
|
|
18
|
+
<th style="width:60%">Release Notes</th>
|
|
19
|
+
</tr>
|
|
20
|
+
<tr>
|
|
21
|
+
<td>0.5.0</td>
|
|
22
|
+
<td>2025-10-22</td>
|
|
23
|
+
<td>
|
|
24
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
25
|
+
0.5.0 Release Notes
|
|
26
|
+
</a>
|
|
27
|
+
</td>
|
|
28
|
+
</tr>
|
|
29
|
+
</table>
|
|
30
|
+
|
|
13
31
|
## Packages Overview
|
|
14
32
|
|
|
15
33
|
We offer the following PyPI packages to create conversational experiences based on Agents:
|
{microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/setup.cfg
RENAMED
|
File without changes
|
{microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.1}/setup.py
RENAMED
|
File without changes
|