meshagent-cli 0.0.26__py3-none-any.whl → 0.0.27__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 meshagent-cli might be problematic. Click here for more details.
- meshagent/cli/services.py +2 -2
- meshagent/cli/version.py +1 -1
- {meshagent_cli-0.0.26.dist-info → meshagent_cli-0.0.27.dist-info}/METADATA +5 -5
- {meshagent_cli-0.0.26.dist-info → meshagent_cli-0.0.27.dist-info}/RECORD +7 -7
- {meshagent_cli-0.0.26.dist-info → meshagent_cli-0.0.27.dist-info}/WHEEL +0 -0
- {meshagent_cli-0.0.26.dist-info → meshagent_cli-0.0.27.dist-info}/entry_points.txt +0 -0
- {meshagent_cli-0.0.26.dist-info → meshagent_cli-0.0.27.dist-info}/top_level.txt +0 -0
meshagent/cli/services.py
CHANGED
|
@@ -115,7 +115,7 @@ async def service_create(
|
|
|
115
115
|
ports_dict = {
|
|
116
116
|
ps.num: Port(
|
|
117
117
|
type=ps.type,
|
|
118
|
-
|
|
118
|
+
liveness_path=ps.liveness,
|
|
119
119
|
participant_name=ps.participant_name,
|
|
120
120
|
)
|
|
121
121
|
for ps in port_specs
|
|
@@ -207,7 +207,7 @@ async def service_test(
|
|
|
207
207
|
ports_dict = {
|
|
208
208
|
ps.num: Port(
|
|
209
209
|
type=ps.type,
|
|
210
|
-
|
|
210
|
+
liveness_path=ps.liveness,
|
|
211
211
|
participant_name=ps.participant_name,
|
|
212
212
|
)
|
|
213
213
|
for ps in port_specs
|
meshagent/cli/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.27"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.27
|
|
4
4
|
Summary: CLI for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -10,10 +10,10 @@ Requires-Python: >=3.12
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: typer~=0.15.3
|
|
12
12
|
Requires-Dist: pydantic-yaml~=1.4.0
|
|
13
|
-
Requires-Dist: meshagent-api~=0.0.
|
|
14
|
-
Requires-Dist: meshagent-agents~=0.0.
|
|
15
|
-
Requires-Dist: meshagent-tools~=0.0.
|
|
16
|
-
Requires-Dist: meshagent-mcp~=0.0.
|
|
13
|
+
Requires-Dist: meshagent-api~=0.0.27
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.0.27
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.27
|
|
16
|
+
Requires-Dist: meshagent-mcp~=0.0.27
|
|
17
17
|
Requires-Dist: supabase~=2.15.1
|
|
18
18
|
|
|
19
19
|
### Meshagent CLI
|
|
@@ -14,14 +14,14 @@ meshagent/cli/helper.py,sha256=hcY6C5BqGnYmwFVIG7nS9NPIZXbdpOoEna-t0mYmHGY,4632
|
|
|
14
14
|
meshagent/cli/messaging.py,sha256=cU6LIK6gwOveLo_x2x3iWW5rC4MhDpwp2hvehAkvybI,6068
|
|
15
15
|
meshagent/cli/participant_token.py,sha256=uCGmlUgNOfarYGkDZpzreXwnv9AJrM76tu5Lt690vYU,1456
|
|
16
16
|
meshagent/cli/projects.py,sha256=Tut8kRCVvgdWzlAR1Zqf0QxAi4sNfQEIHY9zxfS1nuI,1100
|
|
17
|
-
meshagent/cli/services.py,sha256=
|
|
17
|
+
meshagent/cli/services.py,sha256=5uVfW8LX8IJ_Y03bkaC7wYvuLJltlAhhqNonavgqHqs,11042
|
|
18
18
|
meshagent/cli/sessions.py,sha256=WWvuztYqRfthSq6ztwL_eQ_sz9JRc33jcN6p7YyM_Fs,782
|
|
19
19
|
meshagent/cli/storage.py,sha256=BsagaJfThrUWqXFyAk9IvQtUuDAMckE2mffZ_peozMo,33555
|
|
20
|
-
meshagent/cli/version.py,sha256=
|
|
20
|
+
meshagent/cli/version.py,sha256=XJ5NZRv5ahaSlYm7_PUNTixULma76xIxwxi2Yy6Eb8w,23
|
|
21
21
|
meshagent/cli/voicebot.py,sha256=svsCqz4kP-Xm9uw68SDsmeiezFZpuiakmSdR5nHLTAM,3264
|
|
22
22
|
meshagent/cli/webhook.py,sha256=KBl8U1TcOX3z2uoyH4YMuUuw0vSVX7xpRxYvzxI5c-Y,2811
|
|
23
|
-
meshagent_cli-0.0.
|
|
24
|
-
meshagent_cli-0.0.
|
|
25
|
-
meshagent_cli-0.0.
|
|
26
|
-
meshagent_cli-0.0.
|
|
27
|
-
meshagent_cli-0.0.
|
|
23
|
+
meshagent_cli-0.0.27.dist-info/METADATA,sha256=PKyGr5KRC-zC36UeZgEpElCYb5UXVWe10VyVlZ-4flM,605
|
|
24
|
+
meshagent_cli-0.0.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
25
|
+
meshagent_cli-0.0.27.dist-info/entry_points.txt,sha256=WRcGGN4vMtvC5Pgl3uRFqsJiQXNoHuLLa-TCSY3gAhQ,52
|
|
26
|
+
meshagent_cli-0.0.27.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
|
27
|
+
meshagent_cli-0.0.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|