meshagent-cli 0.0.25__tar.gz → 0.0.26__tar.gz
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-0.0.25 → meshagent_cli-0.0.26}/PKG-INFO +5 -5
- meshagent_cli-0.0.26/meshagent/cli/version.py +1 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/voicebot.py +14 -2
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent_cli.egg-info/PKG-INFO +5 -5
- meshagent_cli-0.0.26/meshagent_cli.egg-info/requires.txt +7 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/pyproject.toml +4 -4
- meshagent_cli-0.0.25/meshagent/cli/version.py +0 -1
- meshagent_cli-0.0.25/meshagent_cli.egg-info/requires.txt +0 -7
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/README.md +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/__init__.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/agent.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/api_keys.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/async_typer.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/auth.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/auth_async.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/call.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/chatbot.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/cli.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/cli_mcp.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/cli_secrets.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/developer.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/helper.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/messaging.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/participant_token.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/projects.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/services.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/sessions.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/storage.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent/cli/webhook.py +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent_cli.egg-info/SOURCES.txt +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent_cli.egg-info/dependency_links.txt +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent_cli.egg-info/entry_points.txt +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/meshagent_cli.egg-info/top_level.txt +0 -0
- {meshagent_cli-0.0.25 → meshagent_cli-0.0.26}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.26
|
|
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.26
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.0.26
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.26
|
|
16
|
+
Requires-Dist: meshagent-mcp~=0.0.26
|
|
17
17
|
Requires-Dist: supabase~=2.15.1
|
|
18
18
|
|
|
19
19
|
### Meshagent CLI
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.26"
|
|
@@ -10,12 +10,24 @@ from meshagent.api.services import send_webhook
|
|
|
10
10
|
from meshagent.cli import async_typer
|
|
11
11
|
from meshagent.cli.helper import get_client, print_json_table, set_active_project, resolve_project_id
|
|
12
12
|
from meshagent.cli.helper import set_active_project, get_active_project, resolve_project_id, resolve_api_key
|
|
13
|
-
from meshagent.livekit.agents.voice import Voicebot
|
|
14
13
|
from meshagent.openai import OpenAIResponsesAdapter
|
|
15
14
|
from typing import List
|
|
16
15
|
|
|
17
16
|
from meshagent.api import RequiredToolkit, RequiredSchema
|
|
18
17
|
|
|
18
|
+
|
|
19
|
+
try:
|
|
20
|
+
|
|
21
|
+
from meshagent.livekit.agents.voice import VoiceBot
|
|
22
|
+
|
|
23
|
+
except ImportError:
|
|
24
|
+
|
|
25
|
+
class VoiceBot:
|
|
26
|
+
def __init__(**kwargs):
|
|
27
|
+
raise RoomException("meshagent.livekit module not found, voicebots are not available")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
19
31
|
app = async_typer.AsyncTyper()
|
|
20
32
|
|
|
21
33
|
@app.async_command("join")
|
|
@@ -62,7 +74,7 @@ async def make_call(
|
|
|
62
74
|
for t in schema:
|
|
63
75
|
requirements.append(RequiredSchema(name=t))
|
|
64
76
|
|
|
65
|
-
bot =
|
|
77
|
+
bot = VoiceBot(
|
|
66
78
|
greeting=greeting,
|
|
67
79
|
name=agent_name,
|
|
68
80
|
requires=requirements,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.26
|
|
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.26
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.0.26
|
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.26
|
|
16
|
+
Requires-Dist: meshagent-mcp~=0.0.26
|
|
17
17
|
Requires-Dist: supabase~=2.15.1
|
|
18
18
|
|
|
19
19
|
### Meshagent CLI
|
|
@@ -11,10 +11,10 @@ keywords = []
|
|
|
11
11
|
dependencies = [
|
|
12
12
|
"typer~=0.15.3",
|
|
13
13
|
"pydantic-yaml~=1.4.0",
|
|
14
|
-
"meshagent-api~=0.0.
|
|
15
|
-
"meshagent-agents~=0.0.
|
|
16
|
-
"meshagent-tools~=0.0.
|
|
17
|
-
"meshagent-mcp~=0.0.
|
|
14
|
+
"meshagent-api~=0.0.26",
|
|
15
|
+
"meshagent-agents~=0.0.26",
|
|
16
|
+
"meshagent-tools~=0.0.26",
|
|
17
|
+
"meshagent-mcp~=0.0.26",
|
|
18
18
|
"supabase~=2.15.1",
|
|
19
19
|
]
|
|
20
20
|
dynamic = ["version", "readme"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.25"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|