jarvis-ai-assistant 0.1.105__py3-none-any.whl → 0.1.106__py3-none-any.whl

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 jarvis-ai-assistant might be problematic. Click here for more details.

jarvis/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Jarvis AI Assistant"""
2
2
 
3
- __version__ = "0.1.105"
3
+ __version__ = "0.1.106"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: jarvis-ai-assistant
3
- Version: 0.1.105
3
+ Version: 0.1.106
4
4
  Summary: Jarvis: An AI assistant that uses tools to interact with the system
5
5
  Home-page: https://github.com/skyfireitdiy/Jarvis
6
6
  Author: skyfire
@@ -202,11 +202,8 @@ jss "describe what you want to do"
202
202
  # Manage git commits
203
203
  jarvis-git-commit
204
204
 
205
- # Generate and manage ctags
206
- jarvis-ctags
207
-
208
205
  # Manage AI platforms
209
- jarvis-platform
206
+ jarvis-platform-manager
210
207
  ```
211
208
 
212
209
  Each command supports `--help` flag for detailed usage information:
@@ -216,9 +213,8 @@ jarvis-code-agent --help
216
213
  jarvis-codebase --help
217
214
  jarvis-rag --help
218
215
  jarvis-smart-shell --help
219
- jarvis-platform --help
216
+ jarvis-platform-manager --help
220
217
  jarvis-git-commit --help
221
- jarvis-ctags --help
222
218
  ```
223
219
 
224
220
  ## 🛠️ Tools
@@ -1,4 +1,4 @@
1
- jarvis/__init__.py,sha256=0EXA0IHadgSMXwFk2DyUhbdBSMBlm1Lgw0M-vuBVhI4,51
1
+ jarvis/__init__.py,sha256=fNMRdvCC2_Ay9MhSWDwdC8ObuXwdGhsRs-l8alQ-sec,51
2
2
  jarvis/agent.py,sha256=7FDrJc2_JlY9u7TRfeHKZRQ0PrY04r-0w4H64eGcbUM,22626
3
3
  jarvis/utils.py,sha256=0w1rYsSovS7vgbHNdfdzpo3zSb3y-KWM7RvYMqBhDnM,22086
4
4
  jarvis/jarvis_code_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -54,9 +54,9 @@ jarvis/jarvis_tools/read_webpage.py,sha256=JCReSXhkDHDkQ606sZYIKG1Itlprjpmu1sSbF
54
54
  jarvis/jarvis_tools/registry.py,sha256=mkAQ1NDPwDy1ESAaAFnzSxAJRrhce3NO3E7cWkb-quA,11732
55
55
  jarvis/jarvis_tools/search.py,sha256=PLSSNETyajpqDoStCTfkoy-D41IMNudTuVzonMlT6Aw,9225
56
56
  jarvis/jarvis_tools/select_code_files.py,sha256=bjJGwCNw0Ue_8jW60K1gcy1rUgKqoHihicu5SS58WNk,1890
57
- jarvis_ai_assistant-0.1.105.dist-info/LICENSE,sha256=AGgVgQmTqFvaztRtCAXsAMryUymB18gZif7_l2e1XOg,1063
58
- jarvis_ai_assistant-0.1.105.dist-info/METADATA,sha256=NvR8zVsZ4g8uY-D64oppY_D_AmEfyf9IgPOnwxr6hQI,14208
59
- jarvis_ai_assistant-0.1.105.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
60
- jarvis_ai_assistant-0.1.105.dist-info/entry_points.txt,sha256=jF_A8npBiI3icEvMlWAs_MEQNjRSczY1TKeu5a-Cvl0,539
61
- jarvis_ai_assistant-0.1.105.dist-info/top_level.txt,sha256=1BOxyWfzOP_ZXj8rVTDnNCJ92bBGB0rwq8N1PCpoMIs,7
62
- jarvis_ai_assistant-0.1.105.dist-info/RECORD,,
57
+ jarvis_ai_assistant-0.1.106.dist-info/LICENSE,sha256=AGgVgQmTqFvaztRtCAXsAMryUymB18gZif7_l2e1XOg,1063
58
+ jarvis_ai_assistant-0.1.106.dist-info/METADATA,sha256=GoQPYpaNwJtIngNd7dx3y5BjSDEiLdUTeSUD3c0ZU2c,14162
59
+ jarvis_ai_assistant-0.1.106.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
60
+ jarvis_ai_assistant-0.1.106.dist-info/entry_points.txt,sha256=UYj4FYvOH8jJ0GgCJTA_TAmJ3wvikos-hUVbCwt_KOc,480
61
+ jarvis_ai_assistant-0.1.106.dist-info/top_level.txt,sha256=1BOxyWfzOP_ZXj8rVTDnNCJ92bBGB0rwq8N1PCpoMIs,7
62
+ jarvis_ai_assistant-0.1.106.dist-info/RECORD,,
@@ -3,7 +3,6 @@ jarvis = jarvis.agent:main
3
3
  jarvis-code-agent = jarvis.jarvis_code_agent.code_agent:main
4
4
  jarvis-code-review = jarvis.jarvis_tools.code_review:main
5
5
  jarvis-codebase = jarvis.jarvis_codebase.main:main
6
- jarvis-ctags = jarvis.jarvis_tools.create_ctags_agent:main
7
6
  jarvis-git-commit = jarvis.jarvis_tools.git_commiter:main
8
7
  jarvis-platform-manager = jarvis.jarvis_platform_manager.main:main
9
8
  jarvis-rag = jarvis.jarvis_rag.main:main