microsoft-agents-hosting-fastapi 0.7.0__tar.gz → 0.7.0.dev1__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_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/PKG-INFO +2 -29
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/jwt_authorization_middleware.py +1 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents_hosting_fastapi.egg-info/PKG-INFO +2 -29
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents_hosting_fastapi.egg-info/SOURCES.txt +0 -2
- microsoft_agents_hosting_fastapi-0.7.0.dev1/microsoft_agents_hosting_fastapi.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/readme.md +0 -27
- microsoft_agents_hosting_fastapi-0.7.0.dev1/setup.py +12 -0
- microsoft_agents_hosting_fastapi-0.7.0/MANIFEST.in +0 -1
- microsoft_agents_hosting_fastapi-0.7.0/VERSION.txt +0 -1
- microsoft_agents_hosting_fastapi-0.7.0/microsoft_agents_hosting_fastapi.egg-info/requires.txt +0 -2
- microsoft_agents_hosting_fastapi-0.7.0/setup.py +0 -18
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/LICENSE +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/_start_agent_process.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/agent_http_adapter.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/app/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/app/streaming/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/app/streaming/citation.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/app/streaming/citation_util.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/app/streaming/streaming_response.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/channel_service_route_table.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents/hosting/fastapi/cloud_adapter.py +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents_hosting_fastapi.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/microsoft_agents_hosting_fastapi.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/pyproject.toml +0 -0
- {microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/setup.cfg +0 -0
{microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-fastapi
|
|
3
|
-
Version: 0.7.0
|
|
3
|
+
Version: 0.7.0.dev1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with FastAPI
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: microsoft-agents-hosting-core==0.7.0
|
|
13
|
+
Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev1
|
|
14
14
|
Requires-Dist: fastapi>=0.104.0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
Dynamic: requires-dist
|
|
@@ -19,33 +19,6 @@ Dynamic: requires-dist
|
|
|
19
19
|
|
|
20
20
|
This library provides FastAPI integration for Microsoft Agents, enabling you to build conversational agents using the FastAPI web framework.
|
|
21
21
|
|
|
22
|
-
## Release Notes
|
|
23
|
-
<table style="width:100%">
|
|
24
|
-
<tr>
|
|
25
|
-
<th style="width:20%">Version</th>
|
|
26
|
-
<th style="width:20%">Date</th>
|
|
27
|
-
<th style="width:60%">Release Notes</th>
|
|
28
|
-
</tr>
|
|
29
|
-
<tr>
|
|
30
|
-
<td>0.6.1</td>
|
|
31
|
-
<td>2025-12-01</td>
|
|
32
|
-
<td>
|
|
33
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
|
|
34
|
-
0.6.1 Release Notes
|
|
35
|
-
</a>
|
|
36
|
-
</td>
|
|
37
|
-
</tr>
|
|
38
|
-
<tr>
|
|
39
|
-
<td>0.6.0</td>
|
|
40
|
-
<td>2025-11-18</td>
|
|
41
|
-
<td>
|
|
42
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
|
|
43
|
-
0.6.0 Release Notes
|
|
44
|
-
</a>
|
|
45
|
-
</td>
|
|
46
|
-
</tr>
|
|
47
|
-
</table>
|
|
48
|
-
|
|
49
22
|
## Features
|
|
50
23
|
|
|
51
24
|
- FastAPI integration for Microsoft Agents
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-fastapi
|
|
3
|
-
Version: 0.7.0
|
|
3
|
+
Version: 0.7.0.dev1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with FastAPI
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: microsoft-agents-hosting-core==0.7.0
|
|
13
|
+
Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev1
|
|
14
14
|
Requires-Dist: fastapi>=0.104.0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
Dynamic: requires-dist
|
|
@@ -19,33 +19,6 @@ Dynamic: requires-dist
|
|
|
19
19
|
|
|
20
20
|
This library provides FastAPI integration for Microsoft Agents, enabling you to build conversational agents using the FastAPI web framework.
|
|
21
21
|
|
|
22
|
-
## Release Notes
|
|
23
|
-
<table style="width:100%">
|
|
24
|
-
<tr>
|
|
25
|
-
<th style="width:20%">Version</th>
|
|
26
|
-
<th style="width:20%">Date</th>
|
|
27
|
-
<th style="width:60%">Release Notes</th>
|
|
28
|
-
</tr>
|
|
29
|
-
<tr>
|
|
30
|
-
<td>0.6.1</td>
|
|
31
|
-
<td>2025-12-01</td>
|
|
32
|
-
<td>
|
|
33
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
|
|
34
|
-
0.6.1 Release Notes
|
|
35
|
-
</a>
|
|
36
|
-
</td>
|
|
37
|
-
</tr>
|
|
38
|
-
<tr>
|
|
39
|
-
<td>0.6.0</td>
|
|
40
|
-
<td>2025-11-18</td>
|
|
41
|
-
<td>
|
|
42
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
|
|
43
|
-
0.6.0 Release Notes
|
|
44
|
-
</a>
|
|
45
|
-
</td>
|
|
46
|
-
</tr>
|
|
47
|
-
</table>
|
|
48
|
-
|
|
49
22
|
## Features
|
|
50
23
|
|
|
51
24
|
- FastAPI integration for Microsoft Agents
|
{microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/readme.md
RENAMED
|
@@ -2,33 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
This library provides FastAPI integration for Microsoft Agents, enabling you to build conversational agents using the FastAPI web framework.
|
|
4
4
|
|
|
5
|
-
## Release Notes
|
|
6
|
-
<table style="width:100%">
|
|
7
|
-
<tr>
|
|
8
|
-
<th style="width:20%">Version</th>
|
|
9
|
-
<th style="width:20%">Date</th>
|
|
10
|
-
<th style="width:60%">Release Notes</th>
|
|
11
|
-
</tr>
|
|
12
|
-
<tr>
|
|
13
|
-
<td>0.6.1</td>
|
|
14
|
-
<td>2025-12-01</td>
|
|
15
|
-
<td>
|
|
16
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
|
|
17
|
-
0.6.1 Release Notes
|
|
18
|
-
</a>
|
|
19
|
-
</td>
|
|
20
|
-
</tr>
|
|
21
|
-
<tr>
|
|
22
|
-
<td>0.6.0</td>
|
|
23
|
-
<td>2025-11-18</td>
|
|
24
|
-
<td>
|
|
25
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
|
|
26
|
-
0.6.0 Release Notes
|
|
27
|
-
</a>
|
|
28
|
-
</td>
|
|
29
|
-
</tr>
|
|
30
|
-
</table>
|
|
31
|
-
|
|
32
5
|
## Features
|
|
33
6
|
|
|
34
7
|
- FastAPI integration for Microsoft Agents
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
from os import environ
|
|
2
|
+
from setuptools import setup
|
|
3
|
+
|
|
4
|
+
package_version = environ.get("PackageVersion", "0.0.0")
|
|
5
|
+
|
|
6
|
+
setup(
|
|
7
|
+
version=package_version,
|
|
8
|
+
install_requires=[
|
|
9
|
+
f"microsoft-agents-hosting-core=={package_version}",
|
|
10
|
+
"fastapi>=0.104.0",
|
|
11
|
+
],
|
|
12
|
+
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
include VERSION.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.7.0
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
from os import environ, path
|
|
2
|
-
from setuptools import setup
|
|
3
|
-
|
|
4
|
-
# Try to read from VERSION.txt file first, fall back to environment variable
|
|
5
|
-
version_file = path.join(path.dirname(__file__), "VERSION.txt")
|
|
6
|
-
if path.exists(version_file):
|
|
7
|
-
with open(version_file, "r", encoding="utf-8") as f:
|
|
8
|
-
package_version = f.read().strip()
|
|
9
|
-
else:
|
|
10
|
-
package_version = environ.get("PackageVersion", "0.0.0")
|
|
11
|
-
|
|
12
|
-
setup(
|
|
13
|
-
version=package_version,
|
|
14
|
-
install_requires=[
|
|
15
|
-
f"microsoft-agents-hosting-core=={package_version}",
|
|
16
|
-
"fastapi>=0.104.0",
|
|
17
|
-
],
|
|
18
|
-
)
|
{microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/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
|
|
File without changes
|
{microsoft_agents_hosting_fastapi-0.7.0 → microsoft_agents_hosting_fastapi-0.7.0.dev1}/setup.cfg
RENAMED
|
File without changes
|