meshagent 0.0.28__py3-none-any.whl → 0.0.30__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.
- meshagent/version.py +1 -1
- meshagent-0.0.30.dist-info/METADATA +37 -0
- meshagent-0.0.30.dist-info/RECORD +7 -0
- meshagent-0.0.28.dist-info/METADATA +0 -37
- meshagent-0.0.28.dist-info/RECORD +0 -7
- {meshagent-0.0.28.dist-info → meshagent-0.0.30.dist-info}/WHEEL +0 -0
- {meshagent-0.0.28.dist-info → meshagent-0.0.30.dist-info}/licenses/LICENSE +0 -0
- {meshagent-0.0.28.dist-info → meshagent-0.0.30.dist-info}/top_level.txt +0 -0
meshagent/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.0.
|
1
|
+
__version__ = "0.0.30"
|
@@ -0,0 +1,37 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: meshagent
|
3
|
+
Version: 0.0.30
|
4
|
+
Summary: Meshagent
|
5
|
+
License-Expression: Apache-2.0
|
6
|
+
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
+
Project-URL: Website, https://www.meshagent.com
|
8
|
+
Project-URL: Source, https://www.meshagent.com
|
9
|
+
Requires-Python: >=3.12
|
10
|
+
Description-Content-Type: text/markdown
|
11
|
+
License-File: LICENSE
|
12
|
+
Provides-Extra: all
|
13
|
+
Requires-Dist: meshagent-api[all]~=0.0.30; extra == "all"
|
14
|
+
Requires-Dist: meshagent-agents[all]~=0.0.30; extra == "all"
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.30; extra == "all"
|
16
|
+
Requires-Dist: meshagent-openai~=0.0.30; extra == "all"
|
17
|
+
Requires-Dist: meshagent-computers~=0.0.30; extra == "all"
|
18
|
+
Requires-Dist: meshagent-mcp~=0.0.30; extra == "all"
|
19
|
+
Requires-Dist: meshagent-livekit~=0.0.30; extra == "all"
|
20
|
+
Requires-Dist: meshagent-cli~=0.0.30; extra == "all"
|
21
|
+
Provides-Extra: agents
|
22
|
+
Requires-Dist: meshagent-agents~=0.0.30; extra == "agents"
|
23
|
+
Provides-Extra: tools
|
24
|
+
Requires-Dist: meshagent-tools~=0.0.30; extra == "tools"
|
25
|
+
Provides-Extra: cli
|
26
|
+
Requires-Dist: meshagent-cli~=0.0.30; extra == "cli"
|
27
|
+
Provides-Extra: mcp-service
|
28
|
+
Requires-Dist: meshagent-cli~=0.0.30; extra == "mcp-service"
|
29
|
+
Dynamic: license-file
|
30
|
+
|
31
|
+
### Meshagent
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
@@ -0,0 +1,7 @@
|
|
1
|
+
meshagent/__init__.py,sha256=8zLGg-DfQhnDl2Ky0n-zXpN-8e-g7iR0AcaI4l4Vvpk,32
|
2
|
+
meshagent/version.py,sha256=8ZeepqkW4DvpVeNm92mx0tIzgvVevS4NKWkTXXHuXNY,23
|
3
|
+
meshagent-0.0.30.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
|
4
|
+
meshagent-0.0.30.dist-info/METADATA,sha256=CCRWMIXzul1e_R4hFVJz611BflLx10tJ8CfAwQ-WMCI,1178
|
5
|
+
meshagent-0.0.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
meshagent-0.0.30.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
7
|
+
meshagent-0.0.30.dist-info/RECORD,,
|
@@ -1,37 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: meshagent
|
3
|
-
Version: 0.0.28
|
4
|
-
Summary: Meshagent
|
5
|
-
License-Expression: Apache-2.0
|
6
|
-
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
-
Project-URL: Website, https://www.meshagent.com
|
8
|
-
Project-URL: Source, https://www.meshagent.com
|
9
|
-
Requires-Python: >=3.12
|
10
|
-
Description-Content-Type: text/markdown
|
11
|
-
License-File: LICENSE
|
12
|
-
Provides-Extra: all
|
13
|
-
Requires-Dist: meshagent-api[all]~=0.0.28; extra == "all"
|
14
|
-
Requires-Dist: meshagent-agents[all]~=0.0.28; extra == "all"
|
15
|
-
Requires-Dist: meshagent-tools~=0.0.28; extra == "all"
|
16
|
-
Requires-Dist: meshagent-openai~=0.0.28; extra == "all"
|
17
|
-
Requires-Dist: meshagent-computers~=0.0.28; extra == "all"
|
18
|
-
Requires-Dist: meshagent-mcp~=0.0.28; extra == "all"
|
19
|
-
Requires-Dist: meshagent-livekit~=0.0.28; extra == "all"
|
20
|
-
Requires-Dist: meshagent-cli~=0.0.28; extra == "all"
|
21
|
-
Provides-Extra: agents
|
22
|
-
Requires-Dist: meshagent-agents~=0.0.28; extra == "agents"
|
23
|
-
Provides-Extra: tools
|
24
|
-
Requires-Dist: meshagent-tools~=0.0.28; extra == "tools"
|
25
|
-
Provides-Extra: cli
|
26
|
-
Requires-Dist: meshagent-cli~=0.0.28; extra == "cli"
|
27
|
-
Provides-Extra: mcp-service
|
28
|
-
Requires-Dist: meshagent-cli~=0.0.28; extra == "mcp-service"
|
29
|
-
Dynamic: license-file
|
30
|
-
|
31
|
-
### Meshagent
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
@@ -1,7 +0,0 @@
|
|
1
|
-
meshagent/__init__.py,sha256=8zLGg-DfQhnDl2Ky0n-zXpN-8e-g7iR0AcaI4l4Vvpk,32
|
2
|
-
meshagent/version.py,sha256=OxG64Q6SDQQGNb5ggPOgDkHI0rY-RjCF92VCMUiyhOQ,23
|
3
|
-
meshagent-0.0.28.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
|
4
|
-
meshagent-0.0.28.dist-info/METADATA,sha256=GlSz603nSKNH6b70G2MVkiCGScUUhFYB7BOCY0K2ftI,1178
|
5
|
-
meshagent-0.0.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
meshagent-0.0.28.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
7
|
-
meshagent-0.0.28.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|