meshagent-cli 0.0.31__py3-none-any.whl → 0.0.32__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/call.py +2 -1
- meshagent/cli/version.py +1 -1
- {meshagent_cli-0.0.31.dist-info → meshagent_cli-0.0.32.dist-info}/METADATA +5 -5
- {meshagent_cli-0.0.31.dist-info → meshagent_cli-0.0.32.dist-info}/RECORD +7 -7
- {meshagent_cli-0.0.31.dist-info → meshagent_cli-0.0.32.dist-info}/WHEEL +0 -0
- {meshagent_cli-0.0.31.dist-info → meshagent_cli-0.0.32.dist-info}/entry_points.txt +0 -0
- {meshagent_cli-0.0.31.dist-info → meshagent_cli-0.0.32.dist-info}/top_level.txt +0 -0
meshagent/cli/call.py
CHANGED
|
@@ -4,7 +4,7 @@ from rich import print
|
|
|
4
4
|
from typing import Annotated, Optional
|
|
5
5
|
import json
|
|
6
6
|
import aiohttp
|
|
7
|
-
from meshagent.api import RoomClient, ParticipantToken, WebSocketClientProtocol, RoomException
|
|
7
|
+
from meshagent.api import RoomClient, ParticipantToken, WebSocketClientProtocol, RoomException, ParticipantGrant
|
|
8
8
|
from meshagent.api.helpers import meshagent_base_url, websocket_room_url
|
|
9
9
|
from meshagent.api.services import send_webhook
|
|
10
10
|
from meshagent.cli import async_typer
|
|
@@ -94,6 +94,7 @@ async def make_call(
|
|
|
94
94
|
)
|
|
95
95
|
token.add_role_grant(role=role)
|
|
96
96
|
token.add_room_grant(room)
|
|
97
|
+
token.grants.append(ParticipantGrant(name="tunnel_ports", scope="9000"))
|
|
97
98
|
|
|
98
99
|
if local == None:
|
|
99
100
|
local = is_local_url(url)
|
meshagent/cli/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.32"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.32
|
|
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.32
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.0.32
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.32
|
|
16
|
+
Requires-Dist: meshagent-mcp~=0.0.32
|
|
17
17
|
Requires-Dist: supabase~=2.15.1
|
|
18
18
|
Requires-Dist: fastmcp~=2.8.1
|
|
19
19
|
|
|
@@ -4,7 +4,7 @@ meshagent/cli/api_keys.py,sha256=VZynVFCBwxcwJ6dtxcoqKB91B0_QsUfJTim4vUXGvKc,455
|
|
|
4
4
|
meshagent/cli/async_typer.py,sha256=GCeSefBDbpd-V4V8LrvHGUTBMth3HspVMfFa-HUZ0cg,898
|
|
5
5
|
meshagent/cli/auth.py,sha256=pZQwYTNWQOWTqpyDrkQLNKuidH-wn9GNE5yEJoxn3-g,767
|
|
6
6
|
meshagent/cli/auth_async.py,sha256=LArKxTxQAPmItv0JaGkW3Ybutl6MVmb6_EeSjI18IbI,4001
|
|
7
|
-
meshagent/cli/call.py,sha256
|
|
7
|
+
meshagent/cli/call.py,sha256=-6Bf5PCVcsuLMgDpG1g3GiY3S5rgs_-CWgWX4C6AXwg,4739
|
|
8
8
|
meshagent/cli/chatbot.py,sha256=ylW_jSvY1OWDs7LPsyEIz8-x_BaInnIgmpcQZqwOdmg,3016
|
|
9
9
|
meshagent/cli/cli.py,sha256=jogOzdPS1u6TXURLq85x9vZDuiwcJ8Brn7joC8GymlE,2128
|
|
10
10
|
meshagent/cli/cli_mcp.py,sha256=p5xSw62wlZ4DNslMbdygSKwvPQTfYSsMFx0bY_m9S4o,9584
|
|
@@ -18,11 +18,11 @@ meshagent/cli/services.py,sha256=Vzax2He-MygHq-HVTyHBCDlRHUeW963tlrRezvUImuM,112
|
|
|
18
18
|
meshagent/cli/sessions.py,sha256=WWvuztYqRfthSq6ztwL_eQ_sz9JRc33jcN6p7YyM_Fs,782
|
|
19
19
|
meshagent/cli/storage.py,sha256=BsagaJfThrUWqXFyAk9IvQtUuDAMckE2mffZ_peozMo,33555
|
|
20
20
|
meshagent/cli/tty.py,sha256=F1-ZKEl-kfKSFPvwsX8S99E9xbq7WyApbZGLs5_I-Bw,4081
|
|
21
|
-
meshagent/cli/version.py,sha256=
|
|
21
|
+
meshagent/cli/version.py,sha256=WKDnjJM7gYpD9fIwhK2qAZICJAT2ndquQ6VcOar074Y,23
|
|
22
22
|
meshagent/cli/voicebot.py,sha256=KnWg1OeIPqxn-jfubs6G5FdnNLyJD64RzV4bSlhtv5s,3419
|
|
23
23
|
meshagent/cli/webhook.py,sha256=KBl8U1TcOX3z2uoyH4YMuUuw0vSVX7xpRxYvzxI5c-Y,2811
|
|
24
|
-
meshagent_cli-0.0.
|
|
25
|
-
meshagent_cli-0.0.
|
|
26
|
-
meshagent_cli-0.0.
|
|
27
|
-
meshagent_cli-0.0.
|
|
28
|
-
meshagent_cli-0.0.
|
|
24
|
+
meshagent_cli-0.0.32.dist-info/METADATA,sha256=KeGDpUHa06uYgoBJ-2i2ibT9FwxT05RBoQJuxjFJu7s,635
|
|
25
|
+
meshagent_cli-0.0.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
26
|
+
meshagent_cli-0.0.32.dist-info/entry_points.txt,sha256=WRcGGN4vMtvC5Pgl3uRFqsJiQXNoHuLLa-TCSY3gAhQ,52
|
|
27
|
+
meshagent_cli-0.0.32.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
|
28
|
+
meshagent_cli-0.0.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|