microsoft-agents-copilotstudio-client 0.5.0.dev17__py3-none-any.whl → 0.6.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/copilotstudio/client/copilot_client.py +6 -0
- {microsoft_agents_copilotstudio_client-0.5.0.dev17.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info}/METADATA +20 -2
- {microsoft_agents_copilotstudio_client-0.5.0.dev17.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info}/RECORD +6 -6
- {microsoft_agents_copilotstudio_client-0.5.0.dev17.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info}/WHEEL +0 -0
- {microsoft_agents_copilotstudio_client-0.5.0.dev17.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_copilotstudio_client-0.5.0.dev17.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info}/top_level.txt +0 -0
|
@@ -35,6 +35,12 @@ class CopilotClient:
|
|
|
35
35
|
raise aiohttp.ClientError(
|
|
36
36
|
f"Error sending request: {response.status}"
|
|
37
37
|
)
|
|
38
|
+
|
|
39
|
+
# Set conversation ID from response header when status is 200
|
|
40
|
+
conversation_id_header = response.headers.get("x-ms-conversationid")
|
|
41
|
+
if conversation_id_header:
|
|
42
|
+
self._current_conversation_id = conversation_id_header
|
|
43
|
+
|
|
38
44
|
event_type = None
|
|
39
45
|
async for line in response.content:
|
|
40
46
|
if line.startswith(b"event:"):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-copilotstudio-client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0.dev1
|
|
4
4
|
Summary: A client library for Microsoft Agents
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev1
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -30,6 +30,24 @@ This client library provides a direct connection to Copilot Studio agents, bypas
|
|
|
30
30
|
# What is this?
|
|
31
31
|
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.
|
|
32
32
|
|
|
33
|
+
## Release Notes
|
|
34
|
+
<table style="width:100%">
|
|
35
|
+
<tr>
|
|
36
|
+
<th style="width:20%">Version</th>
|
|
37
|
+
<th style="width:20%">Date</th>
|
|
38
|
+
<th style="width:60%">Release Notes</th>
|
|
39
|
+
</tr>
|
|
40
|
+
<tr>
|
|
41
|
+
<td>0.5.0</td>
|
|
42
|
+
<td>2025-10-22</td>
|
|
43
|
+
<td>
|
|
44
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
45
|
+
0.5.0 Release Notes
|
|
46
|
+
</a>
|
|
47
|
+
</td>
|
|
48
|
+
</tr>
|
|
49
|
+
</table>
|
|
50
|
+
|
|
33
51
|
## Packages Overview
|
|
34
52
|
|
|
35
53
|
We offer the following PyPI packages to create conversational experiences based on Agents:
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
microsoft_agents/copilotstudio/client/__init__.py,sha256=I--hf_7nZaw2xv_7Fm7UPrn-uk4ZF1pVTaLaSKfpuIA,619
|
|
2
2
|
microsoft_agents/copilotstudio/client/agent_type.py,sha256=dhoU4sEoju8lInJX5LWf2AyNpyaW5lfGRN9BfL6TuYI,106
|
|
3
3
|
microsoft_agents/copilotstudio/client/connection_settings.py,sha256=fG5q-Z-OizxMREdU3T499JSa88XufcVRnw3oMaGzHCY,1136
|
|
4
|
-
microsoft_agents/copilotstudio/client/copilot_client.py,sha256=
|
|
4
|
+
microsoft_agents/copilotstudio/client/copilot_client.py,sha256=YuOi-aOt_gM-l7CYdcFvUG_n4DD_gz4Fca4vAml6Ykg,4159
|
|
5
5
|
microsoft_agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py,sha256=JBBGSI5TfzO5QjTQpNORbX0blBY88jz7v9egtFd_7Yw,785
|
|
6
6
|
microsoft_agents/copilotstudio/client/execute_turn_request.py,sha256=Gi8KPODVAaISjMtBbdbHvWSq56VAt_I7D9-U1YyEL00,125
|
|
7
7
|
microsoft_agents/copilotstudio/client/power_platform_cloud.py,sha256=YrwAmxpeSuWpuQ1VnDc2_4m_r6T6sjbHMugBrIEF4iQ,465
|
|
8
8
|
microsoft_agents/copilotstudio/client/power_platform_environment.py,sha256=PVKzyx2inaIEBCA5Fh8JsrZ0vYeG6qRza0hEbfrHDpY,6956
|
|
9
|
-
microsoft_agents_copilotstudio_client-0.
|
|
10
|
-
microsoft_agents_copilotstudio_client-0.
|
|
11
|
-
microsoft_agents_copilotstudio_client-0.
|
|
12
|
-
microsoft_agents_copilotstudio_client-0.
|
|
13
|
-
microsoft_agents_copilotstudio_client-0.
|
|
9
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
10
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info/METADATA,sha256=6UqNdplzxRKraz1IMUunw869NUkNB-a3zA4UCnB4CV4,8880
|
|
11
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
13
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|