microsoft-agents-hosting-slack 1.1.0.dev9__tar.gz → 1.2.0.dev0__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_slack-1.1.0.dev9/microsoft_agents_hosting_slack.egg-info → microsoft_agents_hosting_slack-1.2.0.dev0}/PKG-INFO +20 -2
- microsoft_agents_hosting_slack-1.2.0.dev0/VERSION.txt +1 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0/microsoft_agents_hosting_slack.egg-info}/PKG-INFO +20 -2
- microsoft_agents_hosting_slack-1.2.0.dev0/microsoft_agents_hosting_slack.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/readme.md +18 -0
- microsoft_agents_hosting_slack-1.1.0.dev9/VERSION.txt +0 -1
- microsoft_agents_hosting_slack-1.1.0.dev9/microsoft_agents_hosting_slack.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/LICENSE +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/MANIFEST.in +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/__init__.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/_path_navigator.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/__init__.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/action_payload.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/chunks.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/event_content.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/event_envelope.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_api.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_channel_data.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_model.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_response.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_stream.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/slack_agent_extension.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/slack_helpers.py +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/pyproject.toml +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.cfg +0 -0
- {microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-slack
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0.dev0
|
|
4
4
|
Summary: Integration library for Microsoft Agents with Slack
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -26,6 +26,24 @@ Dynamic: requires-dist
|
|
|
26
26
|
|
|
27
27
|
Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
|
|
28
28
|
|
|
29
|
+
## Release Notes
|
|
30
|
+
<table style="width:100%">
|
|
31
|
+
<tr>
|
|
32
|
+
<th style="width:20%">Version</th>
|
|
33
|
+
<th style="width:20%">Date</th>
|
|
34
|
+
<th style="width:60%">Release Notes</th>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td>1.1.0</td>
|
|
38
|
+
<td>2026-06-19</td>
|
|
39
|
+
<td>
|
|
40
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
|
|
41
|
+
1.1.0 Release Notes
|
|
42
|
+
</a>
|
|
43
|
+
</td>
|
|
44
|
+
</tr>
|
|
45
|
+
</table>
|
|
46
|
+
|
|
29
47
|
## Installation
|
|
30
48
|
|
|
31
49
|
```bash
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.0.dev0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-slack
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0.dev0
|
|
4
4
|
Summary: Integration library for Microsoft Agents with Slack
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -26,6 +26,24 @@ Dynamic: requires-dist
|
|
|
26
26
|
|
|
27
27
|
Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
|
|
28
28
|
|
|
29
|
+
## Release Notes
|
|
30
|
+
<table style="width:100%">
|
|
31
|
+
<tr>
|
|
32
|
+
<th style="width:20%">Version</th>
|
|
33
|
+
<th style="width:20%">Date</th>
|
|
34
|
+
<th style="width:60%">Release Notes</th>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td>1.1.0</td>
|
|
38
|
+
<td>2026-06-19</td>
|
|
39
|
+
<td>
|
|
40
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
|
|
41
|
+
1.1.0 Release Notes
|
|
42
|
+
</a>
|
|
43
|
+
</td>
|
|
44
|
+
</tr>
|
|
45
|
+
</table>
|
|
46
|
+
|
|
29
47
|
## Installation
|
|
30
48
|
|
|
31
49
|
```bash
|
{microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/readme.md
RENAMED
|
@@ -4,6 +4,24 @@
|
|
|
4
4
|
|
|
5
5
|
Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
|
|
6
6
|
|
|
7
|
+
## Release Notes
|
|
8
|
+
<table style="width:100%">
|
|
9
|
+
<tr>
|
|
10
|
+
<th style="width:20%">Version</th>
|
|
11
|
+
<th style="width:20%">Date</th>
|
|
12
|
+
<th style="width:60%">Release Notes</th>
|
|
13
|
+
</tr>
|
|
14
|
+
<tr>
|
|
15
|
+
<td>1.1.0</td>
|
|
16
|
+
<td>2026-06-19</td>
|
|
17
|
+
<td>
|
|
18
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
|
|
19
|
+
1.1.0 Release Notes
|
|
20
|
+
</a>
|
|
21
|
+
</td>
|
|
22
|
+
</tr>
|
|
23
|
+
</table>
|
|
24
|
+
|
|
7
25
|
## Installation
|
|
8
26
|
|
|
9
27
|
```bash
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.0.dev9
|
{microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/LICENSE
RENAMED
|
File without changes
|
{microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/MANIFEST.in
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.cfg
RENAMED
|
File without changes
|
{microsoft_agents_hosting_slack-1.1.0.dev9 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.py
RENAMED
|
File without changes
|