meshagent-cli 0.41.7__tar.gz → 0.41.9__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.
Files changed (142) hide show
  1. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/PKG-INFO +16 -16
  2. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agents.py +1 -1
  3. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/api_keys.py +2 -2
  4. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/api_keys_test.py +4 -4
  5. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/cli_test.py +1 -1
  6. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/dataset.py +45 -0
  7. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/feeds.py +4 -4
  8. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/llm.py +4 -4
  9. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/mailboxes.py +4 -4
  10. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/memory.py +1 -0
  11. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/projects.py +16 -0
  12. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/registry.py +4 -4
  13. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/routes.py +4 -4
  14. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/services.py +4 -4
  15. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/services_test.py +8 -8
  16. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/sessions.py +2 -2
  17. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/sessions_test.py +8 -2
  18. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/storage.py +3 -3
  19. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/subscriptions.py +4 -4
  20. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/sync.py +2 -2
  21. meshagent_cli-0.41.9/meshagent/cli/version.py +1 -0
  22. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/webhook.py +21 -0
  23. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/PKG-INFO +16 -16
  24. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/requires.txt +15 -15
  25. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/pyproject.toml +15 -15
  26. meshagent_cli-0.41.7/meshagent/cli/version.py +0 -1
  27. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/LICENSE +0 -0
  28. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/README.md +0 -0
  29. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/__init__.py +0 -0
  30. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agent.py +0 -0
  31. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agent_cli_options_test.py +0 -0
  32. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agent_package_cli.py +0 -0
  33. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agent_package_cli_test.py +0 -0
  34. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/agents_test.py +0 -0
  35. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/ask.py +0 -0
  36. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/ask_test.py +0 -0
  37. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/async_typer.py +0 -0
  38. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/async_typer_test.py +0 -0
  39. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/auth.py +0 -0
  40. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/auth_async.py +0 -0
  41. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/auth_async_test.py +0 -0
  42. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/auth_test.py +0 -0
  43. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/call.py +0 -0
  44. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/chatbot.py +0 -0
  45. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/cli.py +0 -0
  46. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/cli_mcp.py +0 -0
  47. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/cli_secrets.py +0 -0
  48. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/common_options.py +0 -0
  49. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/config.py +0 -0
  50. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/config_test.py +0 -0
  51. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/containers.py +0 -0
  52. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/containers_test.py +0 -0
  53. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create.py +0 -0
  54. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create_project_templates/__init__.py +0 -0
  55. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create_project_templates/python/backend-agent/server.py +0 -0
  56. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create_project_templates/python/contact-form/server.py +0 -0
  57. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create_project_templates/python/webserver/server.py +0 -0
  58. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/create_test.py +0 -0
  59. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/dataset_test.py +0 -0
  60. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/developer.py +0 -0
  61. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/developer_test.py +0 -0
  62. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/doctor.py +0 -0
  63. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/doctor_dockerfiles/__init__.py +0 -0
  64. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/doctor_templates/__init__.py +0 -0
  65. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/doctor_test.py +0 -0
  66. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/helper.py +0 -0
  67. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/helper_test.py +0 -0
  68. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/helpers.py +0 -0
  69. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/host.py +0 -0
  70. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/image.py +0 -0
  71. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/image_test.py +0 -0
  72. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/launch.py +0 -0
  73. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/launch_test.py +0 -0
  74. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/llm_test.py +0 -0
  75. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/local_settings.py +0 -0
  76. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/local_settings_test.py +0 -0
  77. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/mailbot.py +0 -0
  78. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/mailbot_test.py +0 -0
  79. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/meeting_transcriber.py +0 -0
  80. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/memory_test.py +0 -0
  81. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/meshagent_images.py +0 -0
  82. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/meshagent_images_test.py +0 -0
  83. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/messaging.py +0 -0
  84. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/multi.py +0 -0
  85. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/oauth2.py +0 -0
  86. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/oauth2_test.py +0 -0
  87. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/oci_archive.py +0 -0
  88. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/oci_archive_test.py +0 -0
  89. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/participant_token.py +0 -0
  90. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/port.py +0 -0
  91. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/port_test.py +0 -0
  92. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/preamble_rules.py +0 -0
  93. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/preamble_rules_test.py +0 -0
  94. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/process.py +0 -0
  95. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/process_live_test.py +0 -0
  96. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/process_test.py +0 -0
  97. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/projects_test.py +0 -0
  98. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/queue.py +0 -0
  99. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/queue_test.py +0 -0
  100. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/registry_test.py +0 -0
  101. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/room.py +0 -0
  102. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/room_connect.py +0 -0
  103. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/room_connect_test.py +0 -0
  104. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/room_services.py +0 -0
  105. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/rooms.py +0 -0
  106. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/rooms_test.py +0 -0
  107. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/root_commands.py +0 -0
  108. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/root_commands_test.py +0 -0
  109. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/scheduled_tasks.py +0 -0
  110. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/scheduled_tasks_test.py +0 -0
  111. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/storage_test.py +0 -0
  112. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/sync_test.py +0 -0
  113. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/task_runner.py +0 -0
  114. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/task_runner_test.py +0 -0
  115. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/test.py +0 -0
  116. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tool_call_summary.py +0 -0
  117. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tool_call_summary_test.py +0 -0
  118. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tool_integrations.py +0 -0
  119. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tool_integrations_test.py +0 -0
  120. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/__init__.py +0 -0
  121. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/auth_switch.py +0 -0
  122. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/auth_switch_test.py +0 -0
  123. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/create.py +0 -0
  124. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/deploy_room.py +0 -0
  125. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/deploy_room_test.py +0 -0
  126. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/project_activate.py +0 -0
  127. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/project_activate_test.py +0 -0
  128. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/setup.py +0 -0
  129. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/setup_splash_frames.py +0 -0
  130. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/tui/setup_test.py +0 -0
  131. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/version_check.py +0 -0
  132. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/version_check_test.py +0 -0
  133. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/voicebot.py +0 -0
  134. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/webserver.py +0 -0
  135. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/webserver_test.py +0 -0
  136. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/worker.py +0 -0
  137. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent/cli/worker_test.py +0 -0
  138. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/SOURCES.txt +0 -0
  139. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/dependency_links.txt +0 -0
  140. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/entry_points.txt +0 -0
  141. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/meshagent_cli.egg-info/top_level.txt +0 -0
  142. {meshagent_cli-0.41.7 → meshagent_cli-0.41.9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-cli
3
- Version: 0.41.7
3
+ Version: 0.41.9
4
4
  Summary: CLI for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -22,7 +22,7 @@ Requires-Dist: openpyxl~=3.1
22
22
  Requires-Dist: xlsxwriter~=3.2
23
23
  Requires-Dist: pathspec<2,>=1.0.3
24
24
  Requires-Dist: zstandard~=0.25.0
25
- Requires-Dist: meshagent-llm-proxy==0.41.7
25
+ Requires-Dist: meshagent-llm-proxy==0.41.9
26
26
  Requires-Dist: rich~=14.3.0
27
27
  Requires-Dist: sounddevice~=0.5
28
28
  Requires-Dist: textual<9.0,>=8.2.3
@@ -30,23 +30,23 @@ Requires-Dist: prompt-toolkit~=3.0.52
30
30
  Requires-Dist: ascii-magic~=2.3
31
31
  Requires-Dist: pillow~=11.3.0
32
32
  Provides-Extra: all
33
- Requires-Dist: meshagent-agents[all]==0.41.7; extra == "all"
34
- Requires-Dist: meshagent-api[all]==0.41.7; extra == "all"
35
- Requires-Dist: meshagent-commoncrawl==0.41.7; extra == "all"
36
- Requires-Dist: meshagent-scrapy==0.41.7; extra == "all"
37
- Requires-Dist: meshagent-computers==0.41.7; extra == "all"
38
- Requires-Dist: meshagent-openai==0.41.7; extra == "all"
39
- Requires-Dist: meshagent-anthropic==0.41.7; extra == "all"
40
- Requires-Dist: meshagent-otel==0.41.7; extra == "all"
41
- Requires-Dist: meshagent-mcp==0.41.7; extra == "all"
42
- Requires-Dist: meshagent-tools==0.41.7; extra == "all"
33
+ Requires-Dist: meshagent-agents[all]==0.41.9; extra == "all"
34
+ Requires-Dist: meshagent-api[all]==0.41.9; extra == "all"
35
+ Requires-Dist: meshagent-commoncrawl==0.41.9; extra == "all"
36
+ Requires-Dist: meshagent-scrapy==0.41.9; extra == "all"
37
+ Requires-Dist: meshagent-computers==0.41.9; extra == "all"
38
+ Requires-Dist: meshagent-openai==0.41.9; extra == "all"
39
+ Requires-Dist: meshagent-anthropic==0.41.9; extra == "all"
40
+ Requires-Dist: meshagent-otel==0.41.9; extra == "all"
41
+ Requires-Dist: meshagent-mcp==0.41.9; extra == "all"
42
+ Requires-Dist: meshagent-tools==0.41.9; extra == "all"
43
43
  Requires-Dist: supabase-auth~=2.28.0; extra == "all"
44
44
  Requires-Dist: prompt-toolkit~=3.0.52; extra == "all"
45
45
  Provides-Extra: mcp-service
46
- Requires-Dist: meshagent-agents[all]==0.41.7; extra == "mcp-service"
47
- Requires-Dist: meshagent-api==0.41.7; extra == "mcp-service"
48
- Requires-Dist: meshagent-mcp==0.41.7; extra == "mcp-service"
49
- Requires-Dist: meshagent-tools==0.41.7; extra == "mcp-service"
46
+ Requires-Dist: meshagent-agents[all]==0.41.9; extra == "mcp-service"
47
+ Requires-Dist: meshagent-api==0.41.9; extra == "mcp-service"
48
+ Requires-Dist: meshagent-mcp==0.41.9; extra == "mcp-service"
49
+ Requires-Dist: meshagent-tools==0.41.9; extra == "mcp-service"
50
50
  Requires-Dist: supabase-auth~=2.28.0; extra == "mcp-service"
51
51
  Dynamic: license-file
52
52
 
@@ -644,7 +644,7 @@ async def agent_list_command(
644
644
  await account_client.close()
645
645
 
646
646
 
647
- @app.async_command("get", help="Show a managed agent configuration.")
647
+ @app.async_command("get", help="Get a managed agent configuration.")
648
648
  async def agent_get_command(
649
649
  *,
650
650
  project_id: ProjectIdOption,
@@ -123,8 +123,8 @@ async def create(
123
123
  )
124
124
 
125
125
 
126
- @app.async_command("show", help="Show the activated API key for a project.")
127
- async def show(*, project_id: ProjectIdOption):
126
+ @app.async_command("get", help="Get the activated API key for a project.")
127
+ async def get(*, project_id: ProjectIdOption):
128
128
  key = await _require_active_api_key(project_id=project_id)
129
129
  typer.echo(key)
130
130
 
@@ -91,7 +91,7 @@ async def test_list_marks_activated_api_key_in_table_output(
91
91
 
92
92
 
93
93
  @pytest.mark.asyncio
94
- async def test_show_prints_activated_api_key(
94
+ async def test_get_prints_activated_api_key(
95
95
  monkeypatch: pytest.MonkeyPatch,
96
96
  ) -> None:
97
97
  printed: list[str] = []
@@ -108,7 +108,7 @@ async def test_show_prints_activated_api_key(
108
108
  monkeypatch.setattr(api_keys, "get_active_api_key", fake_get_active_api_key)
109
109
  monkeypatch.setattr(api_keys.typer, "echo", printed.append)
110
110
 
111
- await api_keys.show(project_id="project-1")
111
+ await api_keys.get(project_id="project-1")
112
112
 
113
113
  assert printed == ["ma-key-1"]
114
114
 
@@ -137,7 +137,7 @@ async def test_env_prints_shell_export_for_activated_api_key(
137
137
 
138
138
 
139
139
  @pytest.mark.asyncio
140
- async def test_show_exits_when_no_activated_api_key(
140
+ async def test_get_exits_when_no_activated_api_key(
141
141
  monkeypatch: pytest.MonkeyPatch,
142
142
  ) -> None:
143
143
  printed: list[str] = []
@@ -155,7 +155,7 @@ async def test_show_exits_when_no_activated_api_key(
155
155
  monkeypatch.setattr(api_keys, "print", printed.append)
156
156
 
157
157
  with pytest.raises(typer.Exit) as exc_info:
158
- await api_keys.show(project_id="project-1")
158
+ await api_keys.get(project_id="project-1")
159
159
 
160
160
  assert exc_info.value.exit_code == 1
161
161
  assert printed == [
@@ -121,7 +121,7 @@ def test_agent_help_lists_command_descriptions() -> None:
121
121
  assert "│ delete Delete a managed agent from the project." in result.output
122
122
  assert "│ update Update a managed agent configuration." in result.output
123
123
  assert "│ list List managed agents in the project." in result.output
124
- assert "│ get Show a managed agent configuration." in result.output
124
+ assert "│ get Get a managed agent configuration." in result.output
125
125
 
126
126
 
127
127
  def test_room_agents_call_help_lists_call_targets() -> None:
@@ -2129,6 +2129,51 @@ async def list_branches(
2129
2129
  await account_client.close()
2130
2130
 
2131
2131
 
2132
+ @branch_app.async_command("get", help="Get a dataset branch.")
2133
+ async def get_branch(
2134
+ *,
2135
+ project_id: ProjectIdOption,
2136
+ room: RoomOption,
2137
+ branch: Annotated[str, typer.Option(..., "--branch", help="Branch name")],
2138
+ namespace: NamespaceOption = None,
2139
+ pretty: Annotated[
2140
+ bool, typer.Option("--pretty/--no-pretty", help="Pretty-print JSON")
2141
+ ] = True,
2142
+ ):
2143
+ account_client = await get_client()
2144
+ try:
2145
+ project_id = await resolve_project_id(project_id=project_id)
2146
+ room_name = resolve_room(room)
2147
+ connection = await account_client.connect_room(
2148
+ project_id=project_id, room=room_name
2149
+ )
2150
+
2151
+ async with RoomClient(
2152
+ protocol_factory=WebSocketClientProtocol(
2153
+ url=websocket_room_url(room_name=room_name),
2154
+ token=connection.jwt,
2155
+ ).create_factory()
2156
+ ) as client:
2157
+ branches = await client.datasets.list_branches(namespace=_ns(namespace))
2158
+ for candidate in branches:
2159
+ if candidate.name == branch:
2160
+ print(
2161
+ _json.dumps(
2162
+ candidate.model_dump(mode="json"),
2163
+ indent=2 if pretty else None,
2164
+ )
2165
+ )
2166
+ return
2167
+ print(f"[red]Branch not found:[/] {branch}")
2168
+ raise typer.Exit(1)
2169
+
2170
+ except RoomException as e:
2171
+ print(e)
2172
+ raise typer.Exit(1)
2173
+ finally:
2174
+ await account_client.close()
2175
+
2176
+
2132
2177
  @branch_app.async_command("create", help="Create a dataset branch.")
2133
2178
  async def create_branch(
2134
2179
  *,
@@ -239,13 +239,13 @@ async def feed_update(
239
239
  await client.close()
240
240
 
241
241
 
242
- @app.async_command("show")
243
- async def feed_show(
242
+ @app.async_command("get")
243
+ async def feed_get(
244
244
  *,
245
245
  project_id: ProjectIdOption,
246
- feed_id: Annotated[str, typer.Argument(help="Feed id to show")],
246
+ feed_id: Annotated[str, typer.Argument(help="Feed id to get")],
247
247
  ):
248
- """Show feed details."""
248
+ """Get feed details."""
249
249
  client = await get_client()
250
250
  try:
251
251
  project_id = await resolve_project_id(project_id)
@@ -314,13 +314,13 @@ async def logger_update(
314
314
  await client.close()
315
315
 
316
316
 
317
- @logger_app.async_command("show")
318
- async def logger_show(
317
+ @logger_app.async_command("get")
318
+ async def logger_get(
319
319
  *,
320
320
  project_id: ProjectIdOption,
321
- logger_id: Annotated[str, typer.Argument(help="LLM logger id to show")],
321
+ logger_id: Annotated[str, typer.Argument(help="LLM logger id to get")],
322
322
  ):
323
- """Show an LLM logger."""
323
+ """Get an LLM logger."""
324
324
  client = await get_client()
325
325
  try:
326
326
  project_id = await resolve_project_id(project_id=project_id)
@@ -208,13 +208,13 @@ async def mailbox_update(
208
208
  await client.close()
209
209
 
210
210
 
211
- @app.async_command("show")
212
- async def mailbox_show(
211
+ @app.async_command("get")
212
+ async def mailbox_get(
213
213
  *,
214
214
  project_id: ProjectIdOption,
215
- address: Annotated[str, typer.Argument(help="Mailbox address to show")],
215
+ address: Annotated[str, typer.Argument(help="Mailbox address to get")],
216
216
  ):
217
- """Show mailbox details."""
217
+ """Get mailbox details."""
218
218
  client = await get_client()
219
219
  try:
220
220
  project_id = await resolve_project_id(project_id)
@@ -638,6 +638,7 @@ async def drop_memory(
638
638
  raise typer.Exit(1)
639
639
 
640
640
 
641
+ @app.async_command("get", help="Get metadata and datasets for a memory.")
641
642
  @app.async_command("inspect", help="Inspect metadata and datasets for a memory.")
642
643
  async def inspect_memory(
643
644
  *,
@@ -194,6 +194,22 @@ async def list(
194
194
  await client.close()
195
195
 
196
196
 
197
+ @app.async_command("get", help="Get a MeshAgent project.")
198
+ async def get(
199
+ project_id: Annotated[str, typer.Argument(help="Project id to get")],
200
+ o: OutputFormatOption = "table",
201
+ ):
202
+ client = await get_client()
203
+ try:
204
+ project = await client.get_project(project_id)
205
+ if o == "json":
206
+ print(project)
207
+ else:
208
+ print_json_table([project], "id", "name", "project_key")
209
+ finally:
210
+ await client.close()
211
+
212
+
197
213
  @app.async_command(
198
214
  "activate", help="Set the active project for subsequent CLI commands."
199
215
  )
@@ -192,16 +192,16 @@ async def registry_update(
192
192
  await client.close()
193
193
 
194
194
 
195
- @app.async_command("show")
196
- async def registry_show(
195
+ @app.async_command("get")
196
+ async def registry_get(
197
197
  *,
198
198
  project_id: ProjectIdOption,
199
199
  repository_id: Annotated[
200
200
  str,
201
- typer.Argument(help="Repository id to show"),
201
+ typer.Argument(help="Repository id to get"),
202
202
  ],
203
203
  ):
204
- """Show registry details."""
204
+ """Get registry details."""
205
205
  client = await get_client()
206
206
  try:
207
207
  resolved_project_id = await resolve_project_id(project_id=project_id)
@@ -262,13 +262,13 @@ async def route_update(
262
262
  await client.close()
263
263
 
264
264
 
265
- @app.async_command("show")
266
- async def route_show(
265
+ @app.async_command("get")
266
+ async def route_get(
267
267
  *,
268
268
  project_id: ProjectIdOption,
269
- domain: Annotated[str, typer.Argument(help="Domain name to show")],
269
+ domain: Annotated[str, typer.Argument(help="Domain name to get")],
270
270
  ):
271
- """Show route details."""
271
+ """Get route details."""
272
272
  client = await get_client()
273
273
  try:
274
274
  project_id = await resolve_project_id(project_id)
@@ -1846,19 +1846,19 @@ async def service_run(
1846
1846
  await my_client.close()
1847
1847
 
1848
1848
 
1849
- @app.async_command("show")
1850
- async def service_show(
1849
+ @app.async_command("get")
1850
+ async def service_get(
1851
1851
  *,
1852
1852
  project_id: ProjectIdOption,
1853
1853
  service_id: Annotated[
1854
1854
  str,
1855
- typer.Argument(help="Service UUID or metadata name to show"),
1855
+ typer.Argument(help="Service UUID or metadata name to get"),
1856
1856
  ],
1857
1857
  room: Annotated[
1858
1858
  Optional[str], typer.Option("--room", help="Room name")
1859
1859
  ] = os.getenv("MESHAGENT_ROOM"),
1860
1860
  ):
1861
- """Show a service for the project."""
1861
+ """Get a service for the project."""
1862
1862
  client = await get_client()
1863
1863
  try:
1864
1864
  project_id = await resolve_project_id(project_id)
@@ -1090,7 +1090,7 @@ async def test_service_update_template_room_prints_only_updated_service_id(
1090
1090
 
1091
1091
 
1092
1092
  @pytest.mark.asyncio
1093
- async def test_service_show_resolves_room_service_by_name(
1093
+ async def test_service_get_resolves_room_service_by_name(
1094
1094
  monkeypatch: pytest.MonkeyPatch,
1095
1095
  ) -> None:
1096
1096
  printed = _capture_prints(monkeypatch)
@@ -1104,7 +1104,7 @@ async def test_service_show_resolves_room_service_by_name(
1104
1104
  ]
1105
1105
  _patch_service_command_runtime(monkeypatch, client=client)
1106
1106
 
1107
- await services.service_show(
1107
+ await services.service_get(
1108
1108
  project_id=None,
1109
1109
  service_id="meshagent-create-typescript-chatbot-ui",
1110
1110
  room="chatbot3",
@@ -1120,7 +1120,7 @@ async def test_service_show_resolves_room_service_by_name(
1120
1120
 
1121
1121
 
1122
1122
  @pytest.mark.asyncio
1123
- async def test_service_show_resolves_room_service_by_id(
1123
+ async def test_service_get_resolves_room_service_by_id(
1124
1124
  monkeypatch: pytest.MonkeyPatch,
1125
1125
  ) -> None:
1126
1126
  printed = _capture_prints(monkeypatch)
@@ -1135,7 +1135,7 @@ async def test_service_show_resolves_room_service_by_id(
1135
1135
  ]
1136
1136
  _patch_service_command_runtime(monkeypatch, client=client)
1137
1137
 
1138
- await services.service_show(
1138
+ await services.service_get(
1139
1139
  project_id=None,
1140
1140
  service_id=service_id,
1141
1141
  room="chatbot3",
@@ -1148,7 +1148,7 @@ async def test_service_show_resolves_room_service_by_id(
1148
1148
 
1149
1149
 
1150
1150
  @pytest.mark.asyncio
1151
- async def test_service_show_resolves_global_service_by_name(
1151
+ async def test_service_get_resolves_global_service_by_name(
1152
1152
  monkeypatch: pytest.MonkeyPatch,
1153
1153
  ) -> None:
1154
1154
  printed = _capture_prints(monkeypatch)
@@ -1162,7 +1162,7 @@ async def test_service_show_resolves_global_service_by_name(
1162
1162
  ]
1163
1163
  _patch_service_command_runtime(monkeypatch, client=client)
1164
1164
 
1165
- await services.service_show(
1165
+ await services.service_get(
1166
1166
  project_id=None,
1167
1167
  service_id="demo",
1168
1168
  room=None,
@@ -1176,7 +1176,7 @@ async def test_service_show_resolves_global_service_by_name(
1176
1176
 
1177
1177
 
1178
1178
  @pytest.mark.asyncio
1179
- async def test_service_show_prints_friendly_not_found_message(
1179
+ async def test_service_get_prints_friendly_not_found_message(
1180
1180
  monkeypatch: pytest.MonkeyPatch,
1181
1181
  ) -> None:
1182
1182
  printed = _capture_prints(monkeypatch)
@@ -1184,7 +1184,7 @@ async def test_service_show_prints_friendly_not_found_message(
1184
1184
  _patch_service_command_runtime(monkeypatch, client=client)
1185
1185
 
1186
1186
  with pytest.raises(typer.Exit) as exc_info:
1187
- await services.service_show(
1187
+ await services.service_get(
1188
1188
  project_id=None,
1189
1189
  service_id="missing-service",
1190
1190
  room="chatbot3",
@@ -249,8 +249,8 @@ async def list(
249
249
  await client.close()
250
250
 
251
251
 
252
- @app.async_command("show", help="Show events for a session")
253
- async def show(*, project_id: ProjectIdOption, session_id: str):
252
+ @app.async_command("get", help="Get events for a session")
253
+ async def get(*, project_id: ProjectIdOption, session_id: str):
254
254
  client = await get_client()
255
255
  try:
256
256
  events = await client.list_session_events(
@@ -94,6 +94,9 @@ async def test_list_prints_recent_sessions_as_rows(monkeypatch) -> None:
94
94
  "id": "session-1",
95
95
  "room_id": "room-1",
96
96
  "room_name": "demo",
97
+ "kind": "room",
98
+ "agent_id": None,
99
+ "agent_name": None,
97
100
  "created_at": "2026-03-12T00:00:00Z",
98
101
  "is_active": False,
99
102
  "participants": {"user": 1},
@@ -138,6 +141,9 @@ async def test_list_passes_limit_and_room_name(monkeypatch) -> None:
138
141
  "id": "session-1",
139
142
  "room_id": "room-1",
140
143
  "room_name": "demo-room",
144
+ "kind": "room",
145
+ "agent_id": None,
146
+ "agent_name": None,
141
147
  "created_at": "2026-03-12T00:00:00Z",
142
148
  "is_active": False,
143
149
  "participants": None,
@@ -159,7 +165,7 @@ async def test_list_passes_limit_and_room_name(monkeypatch) -> None:
159
165
 
160
166
 
161
167
  @pytest.mark.asyncio
162
- async def test_show_prints_session_events(monkeypatch) -> None:
168
+ async def test_get_prints_session_events(monkeypatch) -> None:
163
169
  fake_client = _FakeClient(
164
170
  session_events=[
165
171
  {"type": "room.started", "data": {"room": "demo"}},
@@ -182,7 +188,7 @@ async def test_show_prints_session_events(monkeypatch) -> None:
182
188
  monkeypatch.setattr(sessions, "resolve_project_id", fake_resolve_project_id)
183
189
  monkeypatch.setattr(sessions, "print_json_table", fake_print_json_table)
184
190
 
185
- await sessions.show(project_id="project-1", session_id="session-1")
191
+ await sessions.get(project_id="project-1", session_id="session-1")
186
192
 
187
193
  assert fake_client.list_session_events_calls == [("resolved-project", "session-1")]
188
194
  assert fake_client.closed is True
@@ -319,8 +319,8 @@ async def storage_cp_command(
319
319
  await account_client.close()
320
320
 
321
321
 
322
- @app.async_command("show", help="Print file contents from local disk or room storage.")
323
- async def storage_show_command(
322
+ @app.async_command("get", help="Print file contents from local disk or room storage.")
323
+ async def storage_get_command(
324
324
  *,
325
325
  project_id: ProjectIdOption,
326
326
  room: RoomOption,
@@ -348,7 +348,7 @@ async def storage_show_command(
348
348
  return
349
349
 
350
350
  if not room:
351
- raise typer.BadParameter("To show a remote file, you must provide --room")
351
+ raise typer.BadParameter("To get a remote file, you must provide --room")
352
352
 
353
353
  account_client = await get_client()
354
354
  project_id = await resolve_project_id(project_id=project_id)
@@ -137,14 +137,14 @@ async def subscription_update(
137
137
  await client.close()
138
138
 
139
139
 
140
- @app.async_command("show")
141
- async def subscription_show(
140
+ @app.async_command("get")
141
+ async def subscription_get(
142
142
  *,
143
143
  project_id: ProjectIdOption,
144
144
  feed_id: Annotated[str, typer.Option("--feed-id", help="Feed id")],
145
- subscription_id: Annotated[str, typer.Argument(help="Subscription id to show")],
145
+ subscription_id: Annotated[str, typer.Argument(help="Subscription id to get")],
146
146
  ):
147
- """Show feed subscription details."""
147
+ """Get feed subscription details."""
148
148
  client = await get_client()
149
149
  try:
150
150
  project_id = await resolve_project_id(project_id)
@@ -360,8 +360,8 @@ async def _connect_room(project_id: ProjectIdOption, room: RoomOption):
360
360
  raise
361
361
 
362
362
 
363
- @app.async_command("show", help="Print the full document JSON")
364
- async def sync_show(
363
+ @app.async_command("get", help="Print the full document JSON")
364
+ async def sync_get(
365
365
  *,
366
366
  project_id: ProjectIdOption,
367
367
  room: RoomOption,
@@ -0,0 +1 @@
1
+ __version__ = "0.41.9"
@@ -84,6 +84,27 @@ async def webhook_list(
84
84
  await client.close()
85
85
 
86
86
 
87
+ @app.async_command("get", help="Get a webhook")
88
+ async def webhook_get(
89
+ *,
90
+ project_id: ProjectIdOption,
91
+ webhook_id: Annotated[str, typer.Argument(help="ID of the webhook to get")],
92
+ ):
93
+ """Get a project webhook."""
94
+ client = await get_client()
95
+ try:
96
+ project_id = await resolve_project_id(project_id=project_id)
97
+ hooks = await client.list_webhooks(project_id)
98
+ for hook in hooks.get("webhooks", []):
99
+ if hook.get("id") == webhook_id:
100
+ print_json_table([hook])
101
+ return
102
+ print(f"[red]Webhook not found:[/] {webhook_id}")
103
+ raise typer.Exit(code=1)
104
+ finally:
105
+ await client.close()
106
+
107
+
87
108
  @app.async_command("delete", help="Delete a webhook")
88
109
  async def webhook_delete(
89
110
  *,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-cli
3
- Version: 0.41.7
3
+ Version: 0.41.9
4
4
  Summary: CLI for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -22,7 +22,7 @@ Requires-Dist: openpyxl~=3.1
22
22
  Requires-Dist: xlsxwriter~=3.2
23
23
  Requires-Dist: pathspec<2,>=1.0.3
24
24
  Requires-Dist: zstandard~=0.25.0
25
- Requires-Dist: meshagent-llm-proxy==0.41.7
25
+ Requires-Dist: meshagent-llm-proxy==0.41.9
26
26
  Requires-Dist: rich~=14.3.0
27
27
  Requires-Dist: sounddevice~=0.5
28
28
  Requires-Dist: textual<9.0,>=8.2.3
@@ -30,23 +30,23 @@ Requires-Dist: prompt-toolkit~=3.0.52
30
30
  Requires-Dist: ascii-magic~=2.3
31
31
  Requires-Dist: pillow~=11.3.0
32
32
  Provides-Extra: all
33
- Requires-Dist: meshagent-agents[all]==0.41.7; extra == "all"
34
- Requires-Dist: meshagent-api[all]==0.41.7; extra == "all"
35
- Requires-Dist: meshagent-commoncrawl==0.41.7; extra == "all"
36
- Requires-Dist: meshagent-scrapy==0.41.7; extra == "all"
37
- Requires-Dist: meshagent-computers==0.41.7; extra == "all"
38
- Requires-Dist: meshagent-openai==0.41.7; extra == "all"
39
- Requires-Dist: meshagent-anthropic==0.41.7; extra == "all"
40
- Requires-Dist: meshagent-otel==0.41.7; extra == "all"
41
- Requires-Dist: meshagent-mcp==0.41.7; extra == "all"
42
- Requires-Dist: meshagent-tools==0.41.7; extra == "all"
33
+ Requires-Dist: meshagent-agents[all]==0.41.9; extra == "all"
34
+ Requires-Dist: meshagent-api[all]==0.41.9; extra == "all"
35
+ Requires-Dist: meshagent-commoncrawl==0.41.9; extra == "all"
36
+ Requires-Dist: meshagent-scrapy==0.41.9; extra == "all"
37
+ Requires-Dist: meshagent-computers==0.41.9; extra == "all"
38
+ Requires-Dist: meshagent-openai==0.41.9; extra == "all"
39
+ Requires-Dist: meshagent-anthropic==0.41.9; extra == "all"
40
+ Requires-Dist: meshagent-otel==0.41.9; extra == "all"
41
+ Requires-Dist: meshagent-mcp==0.41.9; extra == "all"
42
+ Requires-Dist: meshagent-tools==0.41.9; extra == "all"
43
43
  Requires-Dist: supabase-auth~=2.28.0; extra == "all"
44
44
  Requires-Dist: prompt-toolkit~=3.0.52; extra == "all"
45
45
  Provides-Extra: mcp-service
46
- Requires-Dist: meshagent-agents[all]==0.41.7; extra == "mcp-service"
47
- Requires-Dist: meshagent-api==0.41.7; extra == "mcp-service"
48
- Requires-Dist: meshagent-mcp==0.41.7; extra == "mcp-service"
49
- Requires-Dist: meshagent-tools==0.41.7; extra == "mcp-service"
46
+ Requires-Dist: meshagent-agents[all]==0.41.9; extra == "mcp-service"
47
+ Requires-Dist: meshagent-api==0.41.9; extra == "mcp-service"
48
+ Requires-Dist: meshagent-mcp==0.41.9; extra == "mcp-service"
49
+ Requires-Dist: meshagent-tools==0.41.9; extra == "mcp-service"
50
50
  Requires-Dist: supabase-auth~=2.28.0; extra == "mcp-service"
51
51
  Dynamic: license-file
52
52
 
@@ -11,7 +11,7 @@ openpyxl~=3.1
11
11
  xlsxwriter~=3.2
12
12
  pathspec<2,>=1.0.3
13
13
  zstandard~=0.25.0
14
- meshagent-llm-proxy==0.41.7
14
+ meshagent-llm-proxy==0.41.9
15
15
  rich~=14.3.0
16
16
  sounddevice~=0.5
17
17
  textual<9.0,>=8.2.3
@@ -20,22 +20,22 @@ ascii-magic~=2.3
20
20
  pillow~=11.3.0
21
21
 
22
22
  [all]
23
- meshagent-agents[all]==0.41.7
24
- meshagent-api[all]==0.41.7
25
- meshagent-commoncrawl==0.41.7
26
- meshagent-scrapy==0.41.7
27
- meshagent-computers==0.41.7
28
- meshagent-openai==0.41.7
29
- meshagent-anthropic==0.41.7
30
- meshagent-otel==0.41.7
31
- meshagent-mcp==0.41.7
32
- meshagent-tools==0.41.7
23
+ meshagent-agents[all]==0.41.9
24
+ meshagent-api[all]==0.41.9
25
+ meshagent-commoncrawl==0.41.9
26
+ meshagent-scrapy==0.41.9
27
+ meshagent-computers==0.41.9
28
+ meshagent-openai==0.41.9
29
+ meshagent-anthropic==0.41.9
30
+ meshagent-otel==0.41.9
31
+ meshagent-mcp==0.41.9
32
+ meshagent-tools==0.41.9
33
33
  supabase-auth~=2.28.0
34
34
  prompt-toolkit~=3.0.52
35
35
 
36
36
  [mcp-service]
37
- meshagent-agents[all]==0.41.7
38
- meshagent-api==0.41.7
39
- meshagent-mcp==0.41.7
40
- meshagent-tools==0.41.7
37
+ meshagent-agents[all]==0.41.9
38
+ meshagent-api==0.41.9
39
+ meshagent-mcp==0.41.9
40
+ meshagent-tools==0.41.9
41
41
  supabase-auth~=2.28.0
@@ -22,7 +22,7 @@ dependencies = [
22
22
  "xlsxwriter~=3.2",
23
23
  "pathspec>=1.0.3,<2",
24
24
  "zstandard~=0.25.0",
25
- "meshagent-llm-proxy==0.41.7",
25
+ "meshagent-llm-proxy==0.41.9",
26
26
  "rich~=14.3.0",
27
27
  "sounddevice~=0.5",
28
28
  "textual>=8.2.3,<9.0",
@@ -36,25 +36,25 @@ dynamic = ["version", "readme"]
36
36
  [project.optional-dependencies]
37
37
 
38
38
  all = [
39
- "meshagent-agents[all]==0.41.7",
40
- "meshagent-api[all]==0.41.7",
41
- "meshagent-commoncrawl==0.41.7",
42
- "meshagent-scrapy==0.41.7",
43
- "meshagent-computers==0.41.7",
44
- "meshagent-openai==0.41.7",
45
- "meshagent-anthropic==0.41.7",
46
- "meshagent-otel==0.41.7",
47
- "meshagent-mcp==0.41.7",
48
- "meshagent-tools==0.41.7",
39
+ "meshagent-agents[all]==0.41.9",
40
+ "meshagent-api[all]==0.41.9",
41
+ "meshagent-commoncrawl==0.41.9",
42
+ "meshagent-scrapy==0.41.9",
43
+ "meshagent-computers==0.41.9",
44
+ "meshagent-openai==0.41.9",
45
+ "meshagent-anthropic==0.41.9",
46
+ "meshagent-otel==0.41.9",
47
+ "meshagent-mcp==0.41.9",
48
+ "meshagent-tools==0.41.9",
49
49
  "supabase-auth~=2.28.0",
50
50
  "prompt-toolkit~=3.0.52"
51
51
  ]
52
52
 
53
53
  mcp-service = [
54
- "meshagent-agents[all]==0.41.7",
55
- "meshagent-api==0.41.7",
56
- "meshagent-mcp==0.41.7",
57
- "meshagent-tools==0.41.7",
54
+ "meshagent-agents[all]==0.41.9",
55
+ "meshagent-api==0.41.9",
56
+ "meshagent-mcp==0.41.9",
57
+ "meshagent-tools==0.41.9",
58
58
  "supabase-auth~=2.28.0"
59
59
  ]
60
60
 
@@ -1 +0,0 @@
1
- __version__ = "0.41.7"
File without changes
File without changes
File without changes