meshagent-cli 0.37.0__tar.gz → 0.37.2__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.
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/PKG-INFO +13 -13
- meshagent_cli-0.37.2/meshagent/cli/agent_cli_options_test.py +43 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/async_typer.py +7 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/async_typer_test.py +52 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/mailbot.py +0 -16
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/task_runner.py +1 -18
- meshagent_cli-0.37.2/meshagent/cli/version.py +1 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/worker.py +1 -18
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/PKG-INFO +13 -13
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/SOURCES.txt +1 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/requires.txt +12 -12
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/pyproject.toml +12 -12
- meshagent_cli-0.37.0/meshagent/cli/version.py +0 -1
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/README.md +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/__init__.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/agent.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/agent_package_cli.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/agent_package_cli_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/api_keys.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/api_keys_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/auth.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/auth_async.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/auth_async_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/call.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/chatbot.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/cli.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/cli_mcp.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/cli_secrets.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/cli_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/codex.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/common_options.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/containers.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/containers_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/database.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/database_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/developer.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/developer_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/helper.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/helper_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/helpers.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/host.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/image.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/image_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/mailbot_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/mailboxes.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/meeting_transcriber.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/memory.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/memory_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/messaging.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/multi.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/oauth2.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/oauth2_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/oci_archive.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/oci_archive_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/participant_token.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/port.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/port_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/process.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/process_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/projects.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/queue.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/queue_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/room.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/room_connect.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/room_connect_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/room_services.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/rooms.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/rooms_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/root_commands.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/routes.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/scheduled_tasks.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/scheduled_tasks_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/services.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/services_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/sessions.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/sessions_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/storage.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/storage_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/sync.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/sync_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/task_runner_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/tui/__init__.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/tui/setup.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/tui/setup_splash_frames.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/tui/setup_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/voicebot.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/webhook.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/webserver.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/webserver_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent/cli/worker_test.py +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/dependency_links.txt +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/entry_points.txt +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/meshagent_cli.egg-info/top_level.txt +0 -0
- {meshagent_cli-0.37.0 → meshagent_cli-0.37.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.37.
|
|
3
|
+
Version: 0.37.2
|
|
4
4
|
Summary: CLI for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -22,21 +22,21 @@ Requires-Dist: rich~=14.3.0
|
|
|
22
22
|
Requires-Dist: textual<2.0,>=0.50
|
|
23
23
|
Requires-Dist: prompt-toolkit~=3.0.52
|
|
24
24
|
Provides-Extra: all
|
|
25
|
-
Requires-Dist: meshagent-agents[all]~=0.37.
|
|
26
|
-
Requires-Dist: meshagent-api[all]~=0.37.
|
|
27
|
-
Requires-Dist: meshagent-computers~=0.37.
|
|
28
|
-
Requires-Dist: meshagent-openai~=0.37.
|
|
29
|
-
Requires-Dist: meshagent-anthropic~=0.37.
|
|
30
|
-
Requires-Dist: meshagent-codex~=0.37.
|
|
31
|
-
Requires-Dist: meshagent-mcp~=0.37.
|
|
32
|
-
Requires-Dist: meshagent-tools~=0.37.
|
|
25
|
+
Requires-Dist: meshagent-agents[all]~=0.37.2; extra == "all"
|
|
26
|
+
Requires-Dist: meshagent-api[all]~=0.37.2; extra == "all"
|
|
27
|
+
Requires-Dist: meshagent-computers~=0.37.2; extra == "all"
|
|
28
|
+
Requires-Dist: meshagent-openai~=0.37.2; extra == "all"
|
|
29
|
+
Requires-Dist: meshagent-anthropic~=0.37.2; extra == "all"
|
|
30
|
+
Requires-Dist: meshagent-codex~=0.37.2; extra == "all"
|
|
31
|
+
Requires-Dist: meshagent-mcp~=0.37.2; extra == "all"
|
|
32
|
+
Requires-Dist: meshagent-tools~=0.37.2; extra == "all"
|
|
33
33
|
Requires-Dist: supabase-auth~=2.28.0; extra == "all"
|
|
34
34
|
Requires-Dist: prompt-toolkit~=3.0.52; extra == "all"
|
|
35
35
|
Provides-Extra: mcp-service
|
|
36
|
-
Requires-Dist: meshagent-agents[all]~=0.37.
|
|
37
|
-
Requires-Dist: meshagent-api~=0.37.
|
|
38
|
-
Requires-Dist: meshagent-mcp~=0.37.
|
|
39
|
-
Requires-Dist: meshagent-tools~=0.37.
|
|
36
|
+
Requires-Dist: meshagent-agents[all]~=0.37.2; extra == "mcp-service"
|
|
37
|
+
Requires-Dist: meshagent-api~=0.37.2; extra == "mcp-service"
|
|
38
|
+
Requires-Dist: meshagent-mcp~=0.37.2; extra == "mcp-service"
|
|
39
|
+
Requires-Dist: meshagent-tools~=0.37.2; extra == "mcp-service"
|
|
40
40
|
Requires-Dist: supabase-auth~=2.28.0; extra == "mcp-service"
|
|
41
41
|
|
|
42
42
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
from click.testing import CliRunner
|
|
2
|
+
import pytest
|
|
3
|
+
|
|
4
|
+
from meshagent.cli import async_typer
|
|
5
|
+
from meshagent.cli import mailbot
|
|
6
|
+
from meshagent.cli import multi
|
|
7
|
+
from meshagent.cli import task_runner
|
|
8
|
+
from meshagent.cli import worker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@pytest.mark.parametrize(
|
|
12
|
+
("module", "subcommand"),
|
|
13
|
+
[
|
|
14
|
+
pytest.param(task_runner, "join", id="task-runner"),
|
|
15
|
+
pytest.param(mailbot, "join", id="mailbot"),
|
|
16
|
+
pytest.param(worker, "join", id="worker"),
|
|
17
|
+
],
|
|
18
|
+
)
|
|
19
|
+
def test_join_help_retains_storage_mount_options(module, subcommand: str) -> None:
|
|
20
|
+
command = async_typer.get_command(module.app).get_command(None, subcommand)
|
|
21
|
+
|
|
22
|
+
assert command is not None
|
|
23
|
+
options = {
|
|
24
|
+
option
|
|
25
|
+
for param in command.params
|
|
26
|
+
for option in [
|
|
27
|
+
*getattr(param, "opts", []),
|
|
28
|
+
*getattr(param, "secondary_opts", []),
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
assert "--storage-tool-local-path" in options
|
|
32
|
+
assert "--storage-tool-room-path" in options
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
@pytest.mark.parametrize("subcommand", ["chatbot", "mailbot", "worker"])
|
|
36
|
+
def test_multi_join_preserves_deprecated_aliases(subcommand: str) -> None:
|
|
37
|
+
result = CliRunner().invoke(
|
|
38
|
+
async_typer.get_command(multi.cli_join),
|
|
39
|
+
[subcommand, "--require-storage", "--help"],
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
assert result.exit_code == 0
|
|
43
|
+
assert "--storage" in result.output
|
|
@@ -62,6 +62,7 @@ class LazyLoadedCommand(click.Command):
|
|
|
62
62
|
f"{self._registration.module} has no attribute {self._registration.attribute}"
|
|
63
63
|
) from exc
|
|
64
64
|
|
|
65
|
+
source_app = target if isinstance(target, AsyncTyper) else None
|
|
65
66
|
command = _coerce_to_click_command(target)
|
|
66
67
|
for segment in self._registration.command_path:
|
|
67
68
|
if not isinstance(command, click.Group):
|
|
@@ -76,6 +77,12 @@ class LazyLoadedCommand(click.Command):
|
|
|
76
77
|
)
|
|
77
78
|
command = resolved
|
|
78
79
|
|
|
80
|
+
if source_app is not None and len(self._registration.command_path) > 0:
|
|
81
|
+
command = _attach_deprecated_option_aliases(
|
|
82
|
+
command,
|
|
83
|
+
source_app.deprecated_option_aliases,
|
|
84
|
+
)
|
|
85
|
+
|
|
79
86
|
self._loaded_command = command
|
|
80
87
|
return command
|
|
81
88
|
|
|
@@ -25,6 +25,23 @@ def _module_with_app(
|
|
|
25
25
|
return module
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
def _module_with_alias_app(*, module_name: str, command_name: str) -> types.ModuleType:
|
|
29
|
+
module = types.ModuleType(module_name)
|
|
30
|
+
app = async_typer.AsyncTyper(help=f"{command_name} commands")
|
|
31
|
+
app.add_deprecated_option_aliases({"--require-web-search": "--web-search"})
|
|
32
|
+
|
|
33
|
+
@app.callback()
|
|
34
|
+
def _callback() -> None:
|
|
35
|
+
return None
|
|
36
|
+
|
|
37
|
+
@app.command(command_name)
|
|
38
|
+
def _command(web_search: bool = False) -> None:
|
|
39
|
+
click.echo(f"web_search={web_search}")
|
|
40
|
+
|
|
41
|
+
module.app = app
|
|
42
|
+
return module
|
|
43
|
+
|
|
44
|
+
|
|
28
45
|
def test_lazy_help_does_not_import_subcommands(monkeypatch) -> None:
|
|
29
46
|
app = async_typer.LazyTyper(help="Root commands")
|
|
30
47
|
app.add_lazy_command(
|
|
@@ -114,6 +131,41 @@ def test_lazy_command_path_loads_leaf_command(monkeypatch) -> None:
|
|
|
114
131
|
assert recorded_imports == ["tests.fake_leaf"]
|
|
115
132
|
|
|
116
133
|
|
|
134
|
+
def test_lazy_command_path_preserves_deprecated_option_aliases(monkeypatch) -> None:
|
|
135
|
+
app = async_typer.LazyTyper(help="Root commands")
|
|
136
|
+
app.add_lazy_command(
|
|
137
|
+
name="hello",
|
|
138
|
+
module="tests.fake_leaf_with_alias",
|
|
139
|
+
help="Say hello",
|
|
140
|
+
command_path=("hello",),
|
|
141
|
+
)
|
|
142
|
+
|
|
143
|
+
fake_leaf_module = _module_with_alias_app(
|
|
144
|
+
module_name="tests.fake_leaf_with_alias",
|
|
145
|
+
command_name="hello",
|
|
146
|
+
)
|
|
147
|
+
|
|
148
|
+
recorded_imports: list[str] = []
|
|
149
|
+
original_import_module = importlib.import_module
|
|
150
|
+
|
|
151
|
+
def _fake_import_module(name: str, package: str | None = None):
|
|
152
|
+
recorded_imports.append(name)
|
|
153
|
+
if name == "tests.fake_leaf_with_alias":
|
|
154
|
+
return fake_leaf_module
|
|
155
|
+
return original_import_module(name, package)
|
|
156
|
+
|
|
157
|
+
monkeypatch.setattr(importlib, "import_module", _fake_import_module)
|
|
158
|
+
|
|
159
|
+
result = CliRunner().invoke(
|
|
160
|
+
async_typer.get_command(app),
|
|
161
|
+
["hello", "--require-web-search"],
|
|
162
|
+
)
|
|
163
|
+
|
|
164
|
+
assert result.exit_code == 0
|
|
165
|
+
assert result.output == "web_search=True\n"
|
|
166
|
+
assert recorded_imports == ["tests.fake_leaf_with_alias"]
|
|
167
|
+
|
|
168
|
+
|
|
117
169
|
def test_collect_lazy_command_modules_from_entrypoint_includes_nested_modules() -> None:
|
|
118
170
|
modules = async_typer.collect_lazy_command_modules_from_entrypoint(
|
|
119
171
|
"meshagent.cli.cli"
|
|
@@ -1924,23 +1924,7 @@ async def deploy(
|
|
|
1924
1924
|
|
|
1925
1925
|
|
|
1926
1926
|
_REMOVED_TOOLKIT_OPTION_NAMES = {
|
|
1927
|
-
"discover_script_tools",
|
|
1928
|
-
"storage_tool_local_path",
|
|
1929
|
-
"storage_tool_room_path",
|
|
1930
|
-
"shell_room_mount",
|
|
1931
|
-
"shell_tool_room_path",
|
|
1932
|
-
"shell_project_mount",
|
|
1933
|
-
"shell_tool_project_path",
|
|
1934
|
-
"shell_empty_dir_mount",
|
|
1935
|
-
"shell_tool_empty_dir",
|
|
1936
|
-
"shell_image_mount",
|
|
1937
1927
|
"require_schema",
|
|
1938
|
-
"working_dir",
|
|
1939
|
-
"working_directory",
|
|
1940
|
-
"shell_image",
|
|
1941
|
-
"delegate_shell_token",
|
|
1942
|
-
"shell_copy_env",
|
|
1943
|
-
"shell_set_env",
|
|
1944
1928
|
}
|
|
1945
1929
|
|
|
1946
1930
|
strip_command_options(app, option_names=_REMOVED_TOOLKIT_OPTION_NAMES)
|
|
@@ -2610,23 +2610,6 @@ async def deploy(
|
|
|
2610
2610
|
await client.close()
|
|
2611
2611
|
|
|
2612
2612
|
|
|
2613
|
-
_REMOVED_TOOLKIT_OPTION_NAMES = DUPLICATE_REQUIRE_OPTION_NAMES
|
|
2614
|
-
"discover_script_tools",
|
|
2615
|
-
"storage_tool_local_path",
|
|
2616
|
-
"storage_tool_room_path",
|
|
2617
|
-
"shell_room_mount",
|
|
2618
|
-
"shell_tool_room_path",
|
|
2619
|
-
"shell_project_mount",
|
|
2620
|
-
"shell_tool_project_path",
|
|
2621
|
-
"shell_empty_dir_mount",
|
|
2622
|
-
"shell_tool_empty_dir",
|
|
2623
|
-
"shell_image_mount",
|
|
2624
|
-
"working_dir",
|
|
2625
|
-
"working_directory",
|
|
2626
|
-
"shell_image",
|
|
2627
|
-
"delegate_shell_token",
|
|
2628
|
-
"shell_copy_env",
|
|
2629
|
-
"shell_set_env",
|
|
2630
|
-
}
|
|
2613
|
+
_REMOVED_TOOLKIT_OPTION_NAMES = DUPLICATE_REQUIRE_OPTION_NAMES
|
|
2631
2614
|
|
|
2632
2615
|
strip_command_options(app, option_names=_REMOVED_TOOLKIT_OPTION_NAMES)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.37.2"
|
|
@@ -2144,23 +2144,6 @@ async def deploy(
|
|
|
2144
2144
|
await client.close()
|
|
2145
2145
|
|
|
2146
2146
|
|
|
2147
|
-
_REMOVED_TOOLKIT_OPTION_NAMES = DUPLICATE_REQUIRE_OPTION_NAMES
|
|
2148
|
-
"discover_script_tools",
|
|
2149
|
-
"storage_tool_local_path",
|
|
2150
|
-
"storage_tool_room_path",
|
|
2151
|
-
"shell_room_mount",
|
|
2152
|
-
"shell_tool_room_path",
|
|
2153
|
-
"shell_project_mount",
|
|
2154
|
-
"shell_tool_project_path",
|
|
2155
|
-
"shell_empty_dir_mount",
|
|
2156
|
-
"shell_tool_empty_dir",
|
|
2157
|
-
"shell_image_mount",
|
|
2158
|
-
"working_dir",
|
|
2159
|
-
"working_directory",
|
|
2160
|
-
"shell_image",
|
|
2161
|
-
"delegate_shell_token",
|
|
2162
|
-
"shell_copy_env",
|
|
2163
|
-
"shell_set_env",
|
|
2164
|
-
}
|
|
2147
|
+
_REMOVED_TOOLKIT_OPTION_NAMES = DUPLICATE_REQUIRE_OPTION_NAMES
|
|
2165
2148
|
|
|
2166
2149
|
strip_command_options(app, option_names=_REMOVED_TOOLKIT_OPTION_NAMES)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.37.
|
|
3
|
+
Version: 0.37.2
|
|
4
4
|
Summary: CLI for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -22,21 +22,21 @@ Requires-Dist: rich~=14.3.0
|
|
|
22
22
|
Requires-Dist: textual<2.0,>=0.50
|
|
23
23
|
Requires-Dist: prompt-toolkit~=3.0.52
|
|
24
24
|
Provides-Extra: all
|
|
25
|
-
Requires-Dist: meshagent-agents[all]~=0.37.
|
|
26
|
-
Requires-Dist: meshagent-api[all]~=0.37.
|
|
27
|
-
Requires-Dist: meshagent-computers~=0.37.
|
|
28
|
-
Requires-Dist: meshagent-openai~=0.37.
|
|
29
|
-
Requires-Dist: meshagent-anthropic~=0.37.
|
|
30
|
-
Requires-Dist: meshagent-codex~=0.37.
|
|
31
|
-
Requires-Dist: meshagent-mcp~=0.37.
|
|
32
|
-
Requires-Dist: meshagent-tools~=0.37.
|
|
25
|
+
Requires-Dist: meshagent-agents[all]~=0.37.2; extra == "all"
|
|
26
|
+
Requires-Dist: meshagent-api[all]~=0.37.2; extra == "all"
|
|
27
|
+
Requires-Dist: meshagent-computers~=0.37.2; extra == "all"
|
|
28
|
+
Requires-Dist: meshagent-openai~=0.37.2; extra == "all"
|
|
29
|
+
Requires-Dist: meshagent-anthropic~=0.37.2; extra == "all"
|
|
30
|
+
Requires-Dist: meshagent-codex~=0.37.2; extra == "all"
|
|
31
|
+
Requires-Dist: meshagent-mcp~=0.37.2; extra == "all"
|
|
32
|
+
Requires-Dist: meshagent-tools~=0.37.2; extra == "all"
|
|
33
33
|
Requires-Dist: supabase-auth~=2.28.0; extra == "all"
|
|
34
34
|
Requires-Dist: prompt-toolkit~=3.0.52; extra == "all"
|
|
35
35
|
Provides-Extra: mcp-service
|
|
36
|
-
Requires-Dist: meshagent-agents[all]~=0.37.
|
|
37
|
-
Requires-Dist: meshagent-api~=0.37.
|
|
38
|
-
Requires-Dist: meshagent-mcp~=0.37.
|
|
39
|
-
Requires-Dist: meshagent-tools~=0.37.
|
|
36
|
+
Requires-Dist: meshagent-agents[all]~=0.37.2; extra == "mcp-service"
|
|
37
|
+
Requires-Dist: meshagent-api~=0.37.2; extra == "mcp-service"
|
|
38
|
+
Requires-Dist: meshagent-mcp~=0.37.2; extra == "mcp-service"
|
|
39
|
+
Requires-Dist: meshagent-tools~=0.37.2; extra == "mcp-service"
|
|
40
40
|
Requires-Dist: supabase-auth~=2.28.0; extra == "mcp-service"
|
|
41
41
|
|
|
42
42
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -13,20 +13,20 @@ textual<2.0,>=0.50
|
|
|
13
13
|
prompt-toolkit~=3.0.52
|
|
14
14
|
|
|
15
15
|
[all]
|
|
16
|
-
meshagent-agents[all]~=0.37.
|
|
17
|
-
meshagent-api[all]~=0.37.
|
|
18
|
-
meshagent-computers~=0.37.
|
|
19
|
-
meshagent-openai~=0.37.
|
|
20
|
-
meshagent-anthropic~=0.37.
|
|
21
|
-
meshagent-codex~=0.37.
|
|
22
|
-
meshagent-mcp~=0.37.
|
|
23
|
-
meshagent-tools~=0.37.
|
|
16
|
+
meshagent-agents[all]~=0.37.2
|
|
17
|
+
meshagent-api[all]~=0.37.2
|
|
18
|
+
meshagent-computers~=0.37.2
|
|
19
|
+
meshagent-openai~=0.37.2
|
|
20
|
+
meshagent-anthropic~=0.37.2
|
|
21
|
+
meshagent-codex~=0.37.2
|
|
22
|
+
meshagent-mcp~=0.37.2
|
|
23
|
+
meshagent-tools~=0.37.2
|
|
24
24
|
supabase-auth~=2.28.0
|
|
25
25
|
prompt-toolkit~=3.0.52
|
|
26
26
|
|
|
27
27
|
[mcp-service]
|
|
28
|
-
meshagent-agents[all]~=0.37.
|
|
29
|
-
meshagent-api~=0.37.
|
|
30
|
-
meshagent-mcp~=0.37.
|
|
31
|
-
meshagent-tools~=0.37.
|
|
28
|
+
meshagent-agents[all]~=0.37.2
|
|
29
|
+
meshagent-api~=0.37.2
|
|
30
|
+
meshagent-mcp~=0.37.2
|
|
31
|
+
meshagent-tools~=0.37.2
|
|
32
32
|
supabase-auth~=2.28.0
|
|
@@ -29,23 +29,23 @@ dynamic = ["version", "readme"]
|
|
|
29
29
|
[project.optional-dependencies]
|
|
30
30
|
|
|
31
31
|
all = [
|
|
32
|
-
"meshagent-agents[all]~=0.37.
|
|
33
|
-
"meshagent-api[all]~=0.37.
|
|
34
|
-
"meshagent-computers~=0.37.
|
|
35
|
-
"meshagent-openai~=0.37.
|
|
36
|
-
"meshagent-anthropic~=0.37.
|
|
37
|
-
"meshagent-codex~=0.37.
|
|
38
|
-
"meshagent-mcp~=0.37.
|
|
39
|
-
"meshagent-tools~=0.37.
|
|
32
|
+
"meshagent-agents[all]~=0.37.2",
|
|
33
|
+
"meshagent-api[all]~=0.37.2",
|
|
34
|
+
"meshagent-computers~=0.37.2",
|
|
35
|
+
"meshagent-openai~=0.37.2",
|
|
36
|
+
"meshagent-anthropic~=0.37.2",
|
|
37
|
+
"meshagent-codex~=0.37.2",
|
|
38
|
+
"meshagent-mcp~=0.37.2",
|
|
39
|
+
"meshagent-tools~=0.37.2",
|
|
40
40
|
"supabase-auth~=2.28.0",
|
|
41
41
|
"prompt-toolkit~=3.0.52"
|
|
42
42
|
]
|
|
43
43
|
|
|
44
44
|
mcp-service = [
|
|
45
|
-
"meshagent-agents[all]~=0.37.
|
|
46
|
-
"meshagent-api~=0.37.
|
|
47
|
-
"meshagent-mcp~=0.37.
|
|
48
|
-
"meshagent-tools~=0.37.
|
|
45
|
+
"meshagent-agents[all]~=0.37.2",
|
|
46
|
+
"meshagent-api~=0.37.2",
|
|
47
|
+
"meshagent-mcp~=0.37.2",
|
|
48
|
+
"meshagent-tools~=0.37.2",
|
|
49
49
|
"supabase-auth~=2.28.0"
|
|
50
50
|
]
|
|
51
51
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.37.0"
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|