microsoft-agents-hosting-aiohttp 0.5.0.dev19__tar.gz → 0.5.2__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.
Files changed (23) hide show
  1. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/PKG-INFO +20 -2
  2. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/app/streaming/streaming_response.py +3 -2
  3. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents_hosting_aiohttp.egg-info/PKG-INFO +20 -2
  4. microsoft_agents_hosting_aiohttp-0.5.2/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
  5. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/readme.md +18 -0
  6. microsoft_agents_hosting_aiohttp-0.5.0.dev19/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
  7. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/LICENSE +0 -0
  8. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
  9. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
  10. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
  11. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/app/__init__.py +0 -0
  12. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/app/streaming/__init__.py +0 -0
  13. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/app/streaming/citation.py +0 -0
  14. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/app/streaming/citation_util.py +0 -0
  15. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
  16. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
  17. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
  18. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -0
  19. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
  20. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
  21. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/pyproject.toml +0 -0
  22. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/setup.cfg +0 -0
  23. {microsoft_agents_hosting_aiohttp-0.5.0.dev19 → microsoft_agents_hosting_aiohttp-0.5.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-aiohttp
3
- Version: 0.5.0.dev19
3
+ Version: 0.5.2
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.0.dev19
18
+ Requires-Dist: microsoft-agents-hosting-core==0.5.2
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 == Channels.ms_teams:
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 == Channels.direct_line:
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.0.dev19
3
+ Version: 0.5.2
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.0.dev19
18
+ Requires-Dist: microsoft-agents-hosting-core==0.5.2
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:
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==0.5.2
2
+ aiohttp>=3.11.11
@@ -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:
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.5.0.dev19
2
- aiohttp>=3.11.11