mindroot 8.5.0__py3-none-any.whl → 8.6.0__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.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot-8.6.0.dist-info/METADATA +33 -0
- {mindroot-8.5.0.dist-info → mindroot-8.6.0.dist-info}/RECORD +6 -6
- mindroot-8.5.0.dist-info/METADATA +0 -15
- {mindroot-8.5.0.dist-info → mindroot-8.6.0.dist-info}/WHEEL +0 -0
- {mindroot-8.5.0.dist-info → mindroot-8.6.0.dist-info}/entry_points.txt +0 -0
- {mindroot-8.5.0.dist-info → mindroot-8.6.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-8.5.0.dist-info → mindroot-8.6.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mindroot
|
|
3
|
+
Version: 8.6.0
|
|
4
|
+
Summary: MindRoot AI Agent Framework
|
|
5
|
+
Requires-Python: >=3.9
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Requires-Dist: fastapi
|
|
8
|
+
Requires-Dist: uvicorn
|
|
9
|
+
Requires-Dist: jinja2
|
|
10
|
+
Requires-Dist: python-multipart
|
|
11
|
+
Requires-Dist: aiofiles
|
|
12
|
+
Requires-Dist: nanoid
|
|
13
|
+
Requires-Dist: termcolor
|
|
14
|
+
Requires-Dist: colored
|
|
15
|
+
Requires-Dist: loguru
|
|
16
|
+
Requires-Dist: pytz
|
|
17
|
+
Requires-Dist: PyJWT
|
|
18
|
+
Requires-Dist: pluggy
|
|
19
|
+
Requires-Dist: sse_starlette
|
|
20
|
+
Requires-Dist: partial-json-parser
|
|
21
|
+
Requires-Dist: pydantic
|
|
22
|
+
Requires-Dist: setuptools
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: aiohttp
|
|
25
|
+
Requires-Dist: Pillow
|
|
26
|
+
Requires-Dist: psutil
|
|
27
|
+
Requires-Dist: aiosmtplib
|
|
28
|
+
Requires-Dist: pydantic[email]
|
|
29
|
+
Requires-Dist: bcrypt
|
|
30
|
+
Requires-Dist: rich
|
|
31
|
+
Requires-Dist: colorama
|
|
32
|
+
Requires-Dist: python-dotenv
|
|
33
|
+
Dynamic: license-file
|
|
@@ -1817,9 +1817,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
1817
1817
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
1818
1818
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
1819
1819
|
mindroot/registry/data_access.py,sha256=NgNMamxIjaKeYxzxnVaQz1Y-Rm0AI51si3788_JHUTM,5316
|
|
1820
|
-
mindroot-8.
|
|
1821
|
-
mindroot-8.
|
|
1822
|
-
mindroot-8.
|
|
1823
|
-
mindroot-8.
|
|
1824
|
-
mindroot-8.
|
|
1825
|
-
mindroot-8.
|
|
1820
|
+
mindroot-8.6.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
1821
|
+
mindroot-8.6.0.dist-info/METADATA,sha256=l_jM8k6DbdiuhU-GCjrqYWiJfxvz7WsSqGguuf8-fGE,792
|
|
1822
|
+
mindroot-8.6.0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
1823
|
+
mindroot-8.6.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
1824
|
+
mindroot-8.6.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
1825
|
+
mindroot-8.6.0.dist-info/RECORD,,
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: mindroot
|
|
3
|
-
Version: 8.5.0
|
|
4
|
-
Summary: MindRoot AI Agent Framework
|
|
5
|
-
Requires-Python: >=3.9
|
|
6
|
-
License-File: LICENSE
|
|
7
|
-
Requires-Dist: fastapi
|
|
8
|
-
Requires-Dist: uvicorn
|
|
9
|
-
Requires-Dist: jinja2
|
|
10
|
-
Requires-Dist: python-multipart
|
|
11
|
-
Requires-Dist: aiofiles
|
|
12
|
-
Requires-Dist: termcolor
|
|
13
|
-
Requires-Dist: nanoid
|
|
14
|
-
Requires-Dist: python-dotenv
|
|
15
|
-
Dynamic: license-file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|