meshagent-cli 0.5.14__tar.gz → 0.5.18__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.5.14 → meshagent_cli-0.5.18}/PKG-INFO +7 -7
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/auth_async.py +3 -3
- meshagent_cli-0.5.18/meshagent/cli/version.py +1 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/PKG-INFO +7 -7
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/requires.txt +6 -6
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/pyproject.toml +6 -6
- meshagent_cli-0.5.14/meshagent/cli/version.py +0 -1
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/README.md +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/__init__.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/agent.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/api_keys.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/async_typer.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/auth.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/call.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/chatbot.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/cli.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/cli_mcp.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/cli_secrets.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/common_options.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/developer.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/exec.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/helper.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/mailbot.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/messaging.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/otel.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/participant_token.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/projects.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/queue.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/services.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/sessions.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/storage.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/voicebot.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent/cli/webhook.py +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/SOURCES.txt +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/dependency_links.txt +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/entry_points.txt +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/meshagent_cli.egg-info/top_level.txt +0 -0
- {meshagent_cli-0.5.14 → meshagent_cli-0.5.18}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.18
|
|
4
4
|
Summary: CLI for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -10,12 +10,12 @@ Requires-Python: >=3.12
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: typer~=0.15
|
|
12
12
|
Requires-Dist: pydantic-yaml~=1.4
|
|
13
|
-
Requires-Dist: meshagent-api~=0.5.
|
|
14
|
-
Requires-Dist: meshagent-agents~=0.5.
|
|
15
|
-
Requires-Dist: meshagent-computers~=0.5.
|
|
16
|
-
Requires-Dist: meshagent-openai~=0.5.
|
|
17
|
-
Requires-Dist: meshagent-tools~=0.5.
|
|
18
|
-
Requires-Dist: meshagent-mcp~=0.5.
|
|
13
|
+
Requires-Dist: meshagent-api~=0.5.18
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.5.18
|
|
15
|
+
Requires-Dist: meshagent-computers~=0.5.18
|
|
16
|
+
Requires-Dist: meshagent-openai~=0.5.18
|
|
17
|
+
Requires-Dist: meshagent-tools~=0.5.18
|
|
18
|
+
Requires-Dist: meshagent-mcp~=0.5.18
|
|
19
19
|
Requires-Dist: supabase~=2.15
|
|
20
20
|
Requires-Dist: fastmcp~=2.8
|
|
21
21
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
|
@@ -96,15 +96,15 @@ async def login():
|
|
|
96
96
|
# 1️⃣ Build provider URL – async now
|
|
97
97
|
res = await supa.auth.sign_in_with_oauth(
|
|
98
98
|
{
|
|
99
|
-
"provider": "google",
|
|
100
|
-
"options": {"redirect_to": REDIRECT_URL},
|
|
99
|
+
"provider": os.getenv("MESHAGENT_AUTH_PROVIDER", "google"),
|
|
100
|
+
"options": {"redirect_to": REDIRECT_URL, "scopes": "email"},
|
|
101
101
|
}
|
|
102
102
|
) # :contentReference[oaicite:3]{index=3}
|
|
103
103
|
oauth_url = res.url
|
|
104
104
|
|
|
105
105
|
# 2️⃣ Kick user to browser without blocking the loop
|
|
106
106
|
await asyncio.to_thread(webbrowser.open, oauth_url)
|
|
107
|
-
print(f"Waiting for
|
|
107
|
+
print(f"Waiting for auth redirect on {oauth_url}…")
|
|
108
108
|
|
|
109
109
|
# 3️⃣ Await the auth code, then exchange for tokens
|
|
110
110
|
auth_code = await _wait_for_code()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-cli
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.18
|
|
4
4
|
Summary: CLI for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -10,12 +10,12 @@ Requires-Python: >=3.12
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: typer~=0.15
|
|
12
12
|
Requires-Dist: pydantic-yaml~=1.4
|
|
13
|
-
Requires-Dist: meshagent-api~=0.5.
|
|
14
|
-
Requires-Dist: meshagent-agents~=0.5.
|
|
15
|
-
Requires-Dist: meshagent-computers~=0.5.
|
|
16
|
-
Requires-Dist: meshagent-openai~=0.5.
|
|
17
|
-
Requires-Dist: meshagent-tools~=0.5.
|
|
18
|
-
Requires-Dist: meshagent-mcp~=0.5.
|
|
13
|
+
Requires-Dist: meshagent-api~=0.5.18
|
|
14
|
+
Requires-Dist: meshagent-agents~=0.5.18
|
|
15
|
+
Requires-Dist: meshagent-computers~=0.5.18
|
|
16
|
+
Requires-Dist: meshagent-openai~=0.5.18
|
|
17
|
+
Requires-Dist: meshagent-tools~=0.5.18
|
|
18
|
+
Requires-Dist: meshagent-mcp~=0.5.18
|
|
19
19
|
Requires-Dist: supabase~=2.15
|
|
20
20
|
Requires-Dist: fastmcp~=2.8
|
|
21
21
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
typer~=0.15
|
|
2
2
|
pydantic-yaml~=1.4
|
|
3
|
-
meshagent-api~=0.5.
|
|
4
|
-
meshagent-agents~=0.5.
|
|
5
|
-
meshagent-computers~=0.5.
|
|
6
|
-
meshagent-openai~=0.5.
|
|
7
|
-
meshagent-tools~=0.5.
|
|
8
|
-
meshagent-mcp~=0.5.
|
|
3
|
+
meshagent-api~=0.5.18
|
|
4
|
+
meshagent-agents~=0.5.18
|
|
5
|
+
meshagent-computers~=0.5.18
|
|
6
|
+
meshagent-openai~=0.5.18
|
|
7
|
+
meshagent-tools~=0.5.18
|
|
8
|
+
meshagent-mcp~=0.5.18
|
|
9
9
|
supabase~=2.15
|
|
10
10
|
fastmcp~=2.8
|
|
11
11
|
opentelemetry-distro~=0.54b1
|
|
@@ -11,12 +11,12 @@ keywords = []
|
|
|
11
11
|
dependencies = [
|
|
12
12
|
"typer~=0.15",
|
|
13
13
|
"pydantic-yaml~=1.4",
|
|
14
|
-
"meshagent-api~=0.5.
|
|
15
|
-
"meshagent-agents~=0.5.
|
|
16
|
-
"meshagent-computers~=0.5.
|
|
17
|
-
"meshagent-openai~=0.5.
|
|
18
|
-
"meshagent-tools~=0.5.
|
|
19
|
-
"meshagent-mcp~=0.5.
|
|
14
|
+
"meshagent-api~=0.5.18",
|
|
15
|
+
"meshagent-agents~=0.5.18",
|
|
16
|
+
"meshagent-computers~=0.5.18",
|
|
17
|
+
"meshagent-openai~=0.5.18",
|
|
18
|
+
"meshagent-tools~=0.5.18",
|
|
19
|
+
"meshagent-mcp~=0.5.18",
|
|
20
20
|
"supabase~=2.15",
|
|
21
21
|
"fastmcp~=2.8",
|
|
22
22
|
"opentelemetry-distro~=0.54b1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.14"
|
|
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
|