meshagent 0.4.3__py3-none-any.whl → 0.5.1__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.4.3.dist-info → meshagent-0.5.1.dist-info}/METADATA +17 -15
- meshagent-0.5.1.dist-info/RECORD +7 -0
- meshagent-0.4.3.dist-info/RECORD +0 -7
- {meshagent-0.4.3.dist-info → meshagent-0.5.1.dist-info}/WHEEL +0 -0
- {meshagent-0.4.3.dist-info → meshagent-0.5.1.dist-info}/licenses/LICENSE +0 -0
- {meshagent-0.4.3.dist-info → meshagent-0.5.1.dist-info}/top_level.txt +0 -0
meshagent/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.5.1"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: meshagent
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: Meshagent
|
5
5
|
License-Expression: Apache-2.0
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
@@ -10,27 +10,29 @@ Requires-Python: >=3.12
|
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
License-File: LICENSE
|
12
12
|
Provides-Extra: all
|
13
|
-
Requires-Dist: meshagent-api[all]~=0.
|
14
|
-
Requires-Dist: meshagent-agents[all]~=0.
|
15
|
-
Requires-Dist: meshagent-otel~=0.
|
16
|
-
Requires-Dist: meshagent-tools~=0.
|
17
|
-
Requires-Dist: meshagent-openai~=0.
|
18
|
-
Requires-Dist: meshagent-computers~=0.
|
19
|
-
Requires-Dist: meshagent-mcp~=0.
|
20
|
-
Requires-Dist: meshagent-livekit~=0.
|
21
|
-
Requires-Dist: meshagent-cli~=0.
|
13
|
+
Requires-Dist: meshagent-api[all]~=0.5.1; extra == "all"
|
14
|
+
Requires-Dist: meshagent-agents[all]~=0.5.1; extra == "all"
|
15
|
+
Requires-Dist: meshagent-otel~=0.5.1; extra == "all"
|
16
|
+
Requires-Dist: meshagent-tools~=0.5.1; extra == "all"
|
17
|
+
Requires-Dist: meshagent-openai~=0.5.1; extra == "all"
|
18
|
+
Requires-Dist: meshagent-computers~=0.5.1; extra == "all"
|
19
|
+
Requires-Dist: meshagent-mcp~=0.5.1; extra == "all"
|
20
|
+
Requires-Dist: meshagent-livekit~=0.5.1; extra == "all"
|
21
|
+
Requires-Dist: meshagent-cli~=0.5.1; extra == "all"
|
22
22
|
Provides-Extra: agents
|
23
|
-
Requires-Dist: meshagent-agents~=0.
|
23
|
+
Requires-Dist: meshagent-agents~=0.5.1; extra == "agents"
|
24
24
|
Provides-Extra: tools
|
25
|
-
Requires-Dist: meshagent-tools~=0.
|
25
|
+
Requires-Dist: meshagent-tools~=0.5.1; extra == "tools"
|
26
26
|
Provides-Extra: cli
|
27
|
-
Requires-Dist: meshagent-cli~=0.
|
27
|
+
Requires-Dist: meshagent-cli~=0.5.1; extra == "cli"
|
28
28
|
Provides-Extra: mcp-service
|
29
|
-
Requires-Dist: meshagent-cli~=0.
|
29
|
+
Requires-Dist: meshagent-cli~=0.5.1; extra == "mcp-service"
|
30
30
|
Provides-Extra: otel
|
31
|
-
Requires-Dist: meshagent-otel~=0.
|
31
|
+
Requires-Dist: meshagent-otel~=0.5.1; extra == "otel"
|
32
32
|
Dynamic: license-file
|
33
33
|
|
34
|
+
# [Meshagent](https://www.meshagent.com)
|
35
|
+
|
34
36
|
# MeshAgent Python SDK
|
35
37
|
|
36
38
|
MeshAgent is your platform to create, deploy, and manage AI agents collaboratively and at scale, securely and in real time.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
meshagent/__init__.py,sha256=X78Z4yEg5XfkNKH0HiIdG4k1q5ktB-ampTuXHLNFrAw,58
|
2
|
+
meshagent/version.py,sha256=eZ1bOun1DDVV0YLOBW4wj2FP1ajReLjbIrGmzN7ASBw,22
|
3
|
+
meshagent-0.5.1.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
|
4
|
+
meshagent-0.5.1.dist-info/METADATA,sha256=rni0vpGYPaZvRqovEFU4rcYKHhQiqpcpOQ_r4NXAvqI,4228
|
5
|
+
meshagent-0.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
meshagent-0.5.1.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
7
|
+
meshagent-0.5.1.dist-info/RECORD,,
|
meshagent-0.4.3.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
meshagent/__init__.py,sha256=X78Z4yEg5XfkNKH0HiIdG4k1q5ktB-ampTuXHLNFrAw,58
|
2
|
-
meshagent/version.py,sha256=Nyg0pmk5ea9-SLCAFEIF96ByFx4-TJFtrqYPN-Zn6g4,22
|
3
|
-
meshagent-0.4.3.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
|
4
|
-
meshagent-0.4.3.dist-info/METADATA,sha256=AA7pWbxX1cGvfqnt0RWT3e9WEXh5wx3i7EEt_yWa678,4186
|
5
|
-
meshagent-0.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
meshagent-0.4.3.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
7
|
-
meshagent-0.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|