meshagent-cli 0.4.1__tar.gz → 0.4.3__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.

Files changed (37) hide show
  1. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/PKG-INFO +7 -7
  2. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/mailbot.py +10 -1
  3. meshagent_cli-0.4.3/meshagent/cli/version.py +1 -0
  4. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/PKG-INFO +7 -7
  5. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/requires.txt +6 -6
  6. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/pyproject.toml +6 -6
  7. meshagent_cli-0.4.1/meshagent/cli/version.py +0 -1
  8. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/README.md +0 -0
  9. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/__init__.py +0 -0
  10. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/agent.py +0 -0
  11. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/api_keys.py +0 -0
  12. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/async_typer.py +0 -0
  13. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/auth.py +0 -0
  14. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/auth_async.py +0 -0
  15. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/call.py +0 -0
  16. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/chatbot.py +0 -0
  17. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/cli.py +0 -0
  18. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/cli_mcp.py +0 -0
  19. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/cli_secrets.py +0 -0
  20. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/developer.py +0 -0
  21. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/exec.py +0 -0
  22. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/helper.py +0 -0
  23. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/messaging.py +0 -0
  24. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/otel.py +0 -0
  25. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/participant_token.py +0 -0
  26. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/projects.py +0 -0
  27. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/queue.py +0 -0
  28. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/services.py +0 -0
  29. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/sessions.py +0 -0
  30. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/storage.py +0 -0
  31. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/voicebot.py +0 -0
  32. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent/cli/webhook.py +0 -0
  33. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/SOURCES.txt +0 -0
  34. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/dependency_links.txt +0 -0
  35. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/entry_points.txt +0 -0
  36. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/meshagent_cli.egg-info/top_level.txt +0 -0
  37. {meshagent_cli-0.4.1 → meshagent_cli-0.4.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-cli
3
- Version: 0.4.1
3
+ Version: 0.4.3
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.4.1
14
- Requires-Dist: meshagent-agents~=0.4.1
15
- Requires-Dist: meshagent-computers~=0.4.1
16
- Requires-Dist: meshagent-openai~=0.4.1
17
- Requires-Dist: meshagent-tools~=0.4.1
18
- Requires-Dist: meshagent-mcp~=0.4.1
13
+ Requires-Dist: meshagent-api~=0.4.3
14
+ Requires-Dist: meshagent-agents~=0.4.3
15
+ Requires-Dist: meshagent-computers~=0.4.3
16
+ Requires-Dist: meshagent-openai~=0.4.3
17
+ Requires-Dist: meshagent-tools~=0.4.3
18
+ Requires-Dist: meshagent-mcp~=0.4.3
19
19
  Requires-Dist: supabase~=2.15
20
20
  Requires-Dist: fastmcp~=2.8
21
21
  Requires-Dist: opentelemetry-distro~=0.54b1
@@ -1,6 +1,7 @@
1
1
  from meshagent.agents.mail import MailWorker
2
2
 
3
3
  import typer
4
+ from meshagent.api import ParticipantToken
4
5
  from rich import print
5
6
  from typing import Annotated, Optional
6
7
  from meshagent.tools import Toolkit
@@ -76,6 +77,15 @@ def build_mailbot(
76
77
  rules=rule if len(rule) > 0 else None,
77
78
  )
78
79
 
80
+ async def start(self, *, room: RoomClient):
81
+ parsed_token = ParticipantToken.from_jwt(
82
+ room.protocol.token, validate=False
83
+ )
84
+ print(
85
+ f"[bold green]Send an email interact with your mailbot: {room_address(project_id=parsed_token.project_id, room_name=room.room_name)}[/bold green]"
86
+ )
87
+ return await super().start(room=room)
88
+
79
89
  async def get_thread_toolkits(self, *, thread_context):
80
90
  toolkits = await super().get_thread_toolkits(thread_context=thread_context)
81
91
 
@@ -182,7 +192,6 @@ async def make_call(
182
192
  await bot.start(room=client)
183
193
  try:
184
194
  print(
185
- f"[bold green]Send an email interact with your agent: {room_address(project_id=project_id, room_name=room)}[/bold green]",
186
195
  flush=True,
187
196
  )
188
197
  await client.protocol.wait_for_close()
@@ -0,0 +1 @@
1
+ __version__ = "0.4.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-cli
3
- Version: 0.4.1
3
+ Version: 0.4.3
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.4.1
14
- Requires-Dist: meshagent-agents~=0.4.1
15
- Requires-Dist: meshagent-computers~=0.4.1
16
- Requires-Dist: meshagent-openai~=0.4.1
17
- Requires-Dist: meshagent-tools~=0.4.1
18
- Requires-Dist: meshagent-mcp~=0.4.1
13
+ Requires-Dist: meshagent-api~=0.4.3
14
+ Requires-Dist: meshagent-agents~=0.4.3
15
+ Requires-Dist: meshagent-computers~=0.4.3
16
+ Requires-Dist: meshagent-openai~=0.4.3
17
+ Requires-Dist: meshagent-tools~=0.4.3
18
+ Requires-Dist: meshagent-mcp~=0.4.3
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.4.1
4
- meshagent-agents~=0.4.1
5
- meshagent-computers~=0.4.1
6
- meshagent-openai~=0.4.1
7
- meshagent-tools~=0.4.1
8
- meshagent-mcp~=0.4.1
3
+ meshagent-api~=0.4.3
4
+ meshagent-agents~=0.4.3
5
+ meshagent-computers~=0.4.3
6
+ meshagent-openai~=0.4.3
7
+ meshagent-tools~=0.4.3
8
+ meshagent-mcp~=0.4.3
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.4.1",
15
- "meshagent-agents~=0.4.1",
16
- "meshagent-computers~=0.4.1",
17
- "meshagent-openai~=0.4.1",
18
- "meshagent-tools~=0.4.1",
19
- "meshagent-mcp~=0.4.1",
14
+ "meshagent-api~=0.4.3",
15
+ "meshagent-agents~=0.4.3",
16
+ "meshagent-computers~=0.4.3",
17
+ "meshagent-openai~=0.4.3",
18
+ "meshagent-tools~=0.4.3",
19
+ "meshagent-mcp~=0.4.3",
20
20
  "supabase~=2.15",
21
21
  "fastmcp~=2.8",
22
22
  "opentelemetry-distro~=0.54b1",
@@ -1 +0,0 @@
1
- __version__ = "0.4.1"
File without changes
File without changes