microsoft-agents-hosting-teams 0.3.0.dev0__py3-none-any.whl → 0.4.0.dev1__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.
- {microsoft/agents → microsoft_agents}/hosting/teams/teams_activity_handler.py +3 -3
- {microsoft/agents → microsoft_agents}/hosting/teams/teams_info.py +4 -4
- {microsoft_agents_hosting_teams-0.3.0.dev0.dist-info → microsoft_agents_hosting_teams-0.4.0.dev1.dist-info}/METADATA +2 -2
- microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/RECORD +8 -0
- microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/top_level.txt +1 -0
- microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/RECORD +0 -8
- microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/top_level.txt +0 -1
- {microsoft/agents → microsoft_agents}/hosting/teams/__init__.py +0 -0
- {microsoft/agents → microsoft_agents}/hosting/teams/teams_cloud_adapter.py +0 -0
- {microsoft_agents_hosting_teams-0.3.0.dev0.dist-info → microsoft_agents_hosting_teams-0.4.0.dev1.dist-info}/WHEEL +0 -0
|
@@ -6,13 +6,13 @@ Licensed under the MIT License.
|
|
|
6
6
|
from http import HTTPStatus
|
|
7
7
|
from typing import Any, List
|
|
8
8
|
|
|
9
|
-
from
|
|
10
|
-
from
|
|
9
|
+
from microsoft_agents.hosting.core import ActivityHandler, TurnContext
|
|
10
|
+
from microsoft_agents.activity import (
|
|
11
11
|
InvokeResponse,
|
|
12
12
|
ChannelAccount,
|
|
13
13
|
)
|
|
14
14
|
|
|
15
|
-
from
|
|
15
|
+
from microsoft_agents.activity.teams import (
|
|
16
16
|
AppBasedLinkQuery,
|
|
17
17
|
TeamInfo,
|
|
18
18
|
ChannelInfo,
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
from typing import Optional, Tuple, Dict, Any, List
|
|
7
7
|
|
|
8
|
-
from
|
|
8
|
+
from microsoft_agents.activity import Activity, Channels, ConversationParameters
|
|
9
9
|
|
|
10
|
-
from
|
|
10
|
+
from microsoft_agents.activity.teams import (
|
|
11
11
|
TeamsChannelAccount,
|
|
12
12
|
TeamsMeetingParticipant,
|
|
13
13
|
MeetingInfo,
|
|
@@ -22,8 +22,8 @@ from microsoft.agents.activity.teams import (
|
|
|
22
22
|
TeamsBatchOperationResponse,
|
|
23
23
|
ChannelInfo,
|
|
24
24
|
)
|
|
25
|
-
from
|
|
26
|
-
from
|
|
25
|
+
from microsoft_agents.hosting.core.connector.teams import TeamsConnectorClient
|
|
26
|
+
from microsoft_agents.hosting.core import ChannelServiceAdapter, TurnContext
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
class TeamsInfo:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-teams
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0.dev1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with Teams
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,6 +8,6 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.4.0.dev1
|
|
12
12
|
Requires-Dist: aiohttp>=3.11.11
|
|
13
13
|
Dynamic: requires-dist
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
microsoft_agents/hosting/teams/__init__.py,sha256=dFygIL_ogurLI5uq9ikd5C-MZl7uXVw5rUVfi1_H5jY,140
|
|
2
|
+
microsoft_agents/hosting/teams/teams_activity_handler.py,sha256=a-uL8kH5QNDsoQoxH3t4x9luahfaWY38km6oBna2BO4,32762
|
|
3
|
+
microsoft_agents/hosting/teams/teams_cloud_adapter.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
microsoft_agents/hosting/teams/teams_info.py,sha256=SeVbxSCY6yZGamNkIDy5FAHIeKCeosia7zv31OG8t0Q,20756
|
|
5
|
+
microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/METADATA,sha256=coKyahHTHiE2cD7ToJf7Cgig24j0riPJ_AdJAgs2YJE,510
|
|
6
|
+
microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
8
|
+
microsoft_agents_hosting_teams-0.4.0.dev1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft_agents
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
microsoft/agents/hosting/teams/__init__.py,sha256=dFygIL_ogurLI5uq9ikd5C-MZl7uXVw5rUVfi1_H5jY,140
|
|
2
|
-
microsoft/agents/hosting/teams/teams_activity_handler.py,sha256=OVutqeBNgcJJaO3uZarbP-cNg5vxUOlYLJ8VRuriOc0,32762
|
|
3
|
-
microsoft/agents/hosting/teams/teams_cloud_adapter.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
microsoft/agents/hosting/teams/teams_info.py,sha256=lj7OhfxNsYBry2J4286jyK_Q7GMGo8dVRrcDVP7JvoI,20756
|
|
5
|
-
microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/METADATA,sha256=a7zsTDyR6sDWKKSWmZMiwhcW0RViEIyDHRQ1IJCsWp8,510
|
|
6
|
-
microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/top_level.txt,sha256=egwWDmpnNBTGerc55Oa6VVW9hTKdtxFjHWHywqmVMpM,10
|
|
8
|
-
microsoft_agents_hosting_teams-0.3.0.dev0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft
|
|
File without changes
|
|
File without changes
|
|
File without changes
|