microsoft-agents-hosting-aiohttp 1.2.0.dev0__tar.gz → 1.2.0.dev4__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-1.2.0.dev0/microsoft_agents_hosting_aiohttp.egg-info → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/PKG-INFO +3 -2
- microsoft_agents_hosting_aiohttp-1.2.0.dev4/VERSION.txt +1 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4/microsoft_agents_hosting_aiohttp.egg-info}/PKG-INFO +3 -2
- microsoft_agents_hosting_aiohttp-1.2.0.dev4/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/readme.md +1 -0
- microsoft_agents_hosting_aiohttp-1.2.0.dev0/VERSION.txt +0 -1
- microsoft_agents_hosting_aiohttp-1.2.0.dev0/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/LICENSE +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/MANIFEST.in +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/pyproject.toml +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/setup.cfg +0 -0
- {microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev4
|
|
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==1.2.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev4
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -123,6 +123,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
123
123
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
124
124
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
125
125
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
126
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
126
127
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
127
128
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
128
129
|
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.0.dev4
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev4
|
|
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==1.2.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev4
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -123,6 +123,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
123
123
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
124
124
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
125
125
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
126
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
126
127
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
127
128
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
128
129
|
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
@@ -101,6 +101,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
101
101
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
102
102
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
103
103
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
104
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
104
105
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
105
106
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
106
107
|
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.2.0.dev0
|
{microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/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
|
{microsoft_agents_hosting_aiohttp-1.2.0.dev0 → microsoft_agents_hosting_aiohttp-1.2.0.dev4}/setup.py
RENAMED
|
File without changes
|