jarvis-ai-assistant 0.1.110__py3-none-any.whl → 0.1.112__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.

Files changed (47) hide show
  1. jarvis/__init__.py +1 -1
  2. jarvis/agent.py +51 -39
  3. jarvis/jarvis_code_agent/code_agent.py +89 -53
  4. jarvis/jarvis_code_agent/file_select.py +20 -20
  5. jarvis/jarvis_code_agent/patch.py +20 -11
  6. jarvis/jarvis_code_agent/relevant_files.py +68 -16
  7. jarvis/jarvis_codebase/main.py +82 -88
  8. jarvis/jarvis_lsp/cpp.py +1 -1
  9. jarvis/jarvis_lsp/go.py +1 -1
  10. jarvis/jarvis_lsp/python.py +0 -2
  11. jarvis/jarvis_lsp/registry.py +13 -13
  12. jarvis/jarvis_lsp/rust.py +1 -1
  13. jarvis/jarvis_platform/ai8.py +14 -14
  14. jarvis/jarvis_platform/base.py +1 -1
  15. jarvis/jarvis_platform/kimi.py +17 -17
  16. jarvis/jarvis_platform/ollama.py +14 -14
  17. jarvis/jarvis_platform/openai.py +8 -8
  18. jarvis/jarvis_platform/oyi.py +19 -19
  19. jarvis/jarvis_platform/registry.py +6 -6
  20. jarvis/jarvis_platform_manager/main.py +17 -17
  21. jarvis/jarvis_rag/main.py +25 -25
  22. jarvis/jarvis_smart_shell/main.py +6 -6
  23. jarvis/jarvis_tools/ask_codebase.py +4 -4
  24. jarvis/jarvis_tools/ask_user.py +2 -2
  25. jarvis/jarvis_tools/create_code_agent.py +8 -8
  26. jarvis/jarvis_tools/create_sub_agent.py +2 -2
  27. jarvis/jarvis_tools/execute_shell.py +2 -2
  28. jarvis/jarvis_tools/file_operation.py +1 -1
  29. jarvis/jarvis_tools/git_commiter.py +4 -6
  30. jarvis/jarvis_tools/methodology.py +3 -3
  31. jarvis/jarvis_tools/rag.py +3 -3
  32. jarvis/jarvis_tools/read_code.py +4 -3
  33. jarvis/jarvis_tools/read_webpage.py +19 -6
  34. jarvis/jarvis_tools/registry.py +11 -11
  35. jarvis/jarvis_tools/search.py +88 -27
  36. jarvis/jarvis_tools/select_code_files.py +1 -1
  37. jarvis/jarvis_tools/tool_generator.py +182 -0
  38. jarvis/utils/date_utils.py +19 -0
  39. jarvis/utils.py +31 -25
  40. jarvis_ai_assistant-0.1.112.dist-info/METADATA +460 -0
  41. jarvis_ai_assistant-0.1.112.dist-info/RECORD +64 -0
  42. jarvis_ai_assistant-0.1.110.dist-info/METADATA +0 -462
  43. jarvis_ai_assistant-0.1.110.dist-info/RECORD +0 -62
  44. {jarvis_ai_assistant-0.1.110.dist-info → jarvis_ai_assistant-0.1.112.dist-info}/LICENSE +0 -0
  45. {jarvis_ai_assistant-0.1.110.dist-info → jarvis_ai_assistant-0.1.112.dist-info}/WHEEL +0 -0
  46. {jarvis_ai_assistant-0.1.110.dist-info → jarvis_ai_assistant-0.1.112.dist-info}/entry_points.txt +0 -0
  47. {jarvis_ai_assistant-0.1.110.dist-info → jarvis_ai_assistant-0.1.112.dist-info}/top_level.txt +0 -0
@@ -1,462 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: jarvis-ai-assistant
3
- Version: 0.1.110
4
- Summary: Jarvis: An AI assistant that uses tools to interact with the system
5
- Home-page: https://github.com/skyfireitdiy/Jarvis
6
- Author: skyfire
7
- Author-email: Your Name <your.email@example.com>
8
- License: MIT License
9
-
10
- Copyright (c) 2025 skyfire
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining a copy
13
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
18
-
19
- The above copyright notice and this permission notice shall be included in all
20
- copies or substantial portions of the Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
- SOFTWARE.
29
- Project-URL: Homepage, https://github.com/skyfireitdiy/Jarvis
30
- Keywords: jarvis,ai,assistant,tools,automation
31
- Classifier: License :: OSI Approved :: MIT License
32
- Classifier: Programming Language :: Python
33
- Classifier: Programming Language :: Python :: 3
34
- Classifier: Programming Language :: Python :: 3.8
35
- Classifier: Programming Language :: Python :: 3.9
36
- Classifier: Programming Language :: Python :: 3.10
37
- Classifier: Programming Language :: Python :: 3.11
38
- Classifier: Operating System :: POSIX :: Linux
39
- Requires-Python: >=3.8
40
- Description-Content-Type: text/markdown
41
- License-File: LICENSE
42
- Requires-Dist: requests>=2.25.1
43
- Requires-Dist: pyyaml>=5.1
44
- Requires-Dist: colorama>=0.4.6
45
- Requires-Dist: prompt_toolkit>=3.0.0
46
- Requires-Dist: openai>=1.20.0
47
- Requires-Dist: playwright>=1.41.1
48
- Requires-Dist: numpy>=1.17.4
49
- Requires-Dist: faiss-cpu>=1.8.0
50
- Requires-Dist: sentence-transformers>=2.2.2
51
- Requires-Dist: bs4>=0.0.1
52
- Requires-Dist: PyMuPDF>=1.21.0
53
- Requires-Dist: python-docx>=0.8.11
54
- Requires-Dist: tiktoken>=0.3.0
55
- Requires-Dist: tqdm>=4.65.0
56
- Requires-Dist: docx>=0.2.4
57
- Requires-Dist: yaspin>=2.5.0
58
- Requires-Dist: rich>=13.3.1
59
- Requires-Dist: pygments>=2.15.0
60
- Requires-Dist: fuzzywuzzy>=0.18.0
61
- Requires-Dist: python-Levenshtein>=0.25.0
62
- Requires-Dist: jedi>=0.17.2
63
- Requires-Dist: psutil>=7.0.0
64
- Provides-Extra: dev
65
- Requires-Dist: pytest; extra == "dev"
66
- Requires-Dist: black; extra == "dev"
67
- Requires-Dist: isort; extra == "dev"
68
- Requires-Dist: mypy; extra == "dev"
69
- Dynamic: author
70
- Dynamic: home-page
71
- Dynamic: requires-python
72
-
73
- <div align="center">
74
-
75
- # 🤖 Jarvis AI Assistant
76
-
77
- <p align="center">
78
- <img src="docs/images/jarvis-logo.png" alt="Jarvis Logo" width="200"/>
79
- </p>
80
-
81
- [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
82
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
83
-
84
- *Your intelligent assistant for development and system interaction*
85
-
86
- English | [简体中文](README_zh.md)
87
-
88
- [Features](#features) •
89
- [Usage](#usage) •
90
- [Configuration](#configuration) •
91
- [Extending Jarvis](#-extending-jarvis) •
92
- [Contributing](#-contributing) •
93
- [License](#-license)
94
-
95
- </div>
96
-
97
- ---
98
-
99
- ## ✨ Features
100
-
101
- ### 🧠 Intelligent Agent
102
- - Self-improving through experience accumulation
103
- - Automatic methodology generation from successful problem-solving
104
- - Iterative learning from each interaction
105
- - Context-aware problem solving
106
-
107
- ### 🛠️ Extensible Architecture
108
- - Dynamic tool loading and integration
109
- - Custom model support with simple interface
110
- - AI-powered tool generation
111
- - Hot-reload support for tools and models
112
-
113
- ### 💡 Smart Features
114
- - Automated methodology management
115
- - Problem-specific solution patterns
116
- - Continuous capability enhancement
117
- - Learning from past interactions
118
-
119
- ### 🎨 User Experience
120
- - Beautiful console output
121
- - Interactive mode
122
- - Multi-line input support
123
- - Progress indicators
124
- - Colored output
125
-
126
- ## 🚀 Installation
127
-
128
- ```bash
129
- pip install jarvis-ai-assistant
130
- ```
131
-
132
- ## 🔧 Configuration
133
-
134
- Jarvis supports configuration through environment variables that can be set in the `~/.jarvis/env` file:
135
-
136
- | Environment Variable | Description | Default Value | Required |
137
- |---------|------|--------|------|
138
- | JARVIS_PLATFORM | AI platform to use | kimi | Yes |
139
- | JARVIS_MODEL | Model name to use | kimi | No |
140
- | JARVIS_CODEGEN_PLATFORM | Platform for code generation | Same as JARVIS_PLATFORM | No |
141
- | JARVIS_CODEGEN_MODEL | Model for code generation | Same as JARVIS_MODEL | No |
142
- | JARVIS_THINKING_PLATFORM | Platform for thinking tasks | Same as JARVIS_PLATFORM | No |
143
- | JARVIS_THINKING_MODEL | Model for thinking tasks | Same as JARVIS_MODEL | No |
144
- | JARVIS_CHEAP_PLATFORM | Platform for cheap operations | Same as JARVIS_PLATFORM | No |
145
- | JARVIS_CHEAP_MODEL | Model for cheap operations | Same as JARVIS_MODEL | No |
146
- | JARVIS_THREAD_COUNT | Number of threads | 1 | No |
147
- | JARVIS_MAX_CONTEXT_LENGTH | Maximum context length | 131072 | No |
148
- | JARVIS_MIN_PARAGRAPH_LENGTH | Minimum paragraph length | 50 | No |
149
- | JARVIS_MAX_PARAGRAPH_LENGTH | Maximum paragraph length | 1000 | No |
150
- | JARVIS_CONTEXT_WINDOW | Context window size | 5 | No |
151
- | JARVIS_AUTO_COMPLETE | Enable auto completion | false | No |
152
- | JARVIS_DISABLE_CODEBASE | Disable codebase features | false | No |
153
- | JARVIS_USE_METHODOLOGY | Enable methodology | true | No |
154
- | JARVIS_RECORD_METHODOLOGY | Record methodology | true | No |
155
- | JARVIS_NEED_SUMMARY | Generate summaries | true | No |
156
- | JARVIS_DONT_USE_LOCAL_MODEL | Avoid using local models | false | No |
157
- | OPENAI_API_KEY | API key for OpenAI platform | - | Required for OpenAI |
158
- | OPENAI_API_BASE | Base URL for OpenAI API | https://api.openai.com | No |
159
- | OPENAI_MODEL_NAME | Model name for OpenAI | gpt-4o | No |
160
- | AI8_API_KEY | API key for AI8 platform | - | Required for AI8 |
161
- | KIMI_API_KEY | API key for Kimi platform | - | Required for Kimi |
162
- | OYI_API_KEY | API key for OYI platform | - | Required for OYI |
163
- | OLLAMA_API_BASE | Base URL for Ollama API | http://localhost:11434 | No |
164
-
165
- ## Minimal Configuration (Example with OpenAI-compatible Interface)
166
-
167
- ```bash
168
- JARVIS_PLATFORM=openai
169
- JARVIS_MODEL=deepseek-chat
170
- OPENAI_API_KEY=your_openai_api_key
171
- OPENAI_API_BASE=https://api.deepseek.com/v1
172
- ```
173
-
174
- ## 🎯 Usage
175
-
176
- ### Code Modification
177
- ```bash
178
- # Using main agent
179
- jarvis
180
-
181
- # Using code agent directly
182
- jarvis-code-agent
183
- ```
184
-
185
- ### Codebase Query
186
- ```bash
187
- # Ask questions about the codebase
188
- jarvis-codebase ask "your question"
189
- ```
190
-
191
- ### Document Analysis (RAG)
192
- ```bash
193
- # Build document index
194
- jarvis-rag --dir /path/to/documents --build
195
-
196
- # Ask questions about documents
197
- jarvis-rag --query "your question"
198
- ```
199
-
200
- ### Smart Shell
201
- ```bash
202
- # Using full name
203
- jarvis-smart-shell "describe what you want to do"
204
-
205
- # Using shorthand
206
- jss "describe what you want to do"
207
- ```
208
-
209
- ### Development Tools
210
- ```bash
211
- # Manage git commits
212
- jarvis-git-commit
213
-
214
- # Manage AI platforms
215
- jarvis-platform-manager
216
- ```
217
-
218
- Each command supports `--help` flag for detailed usage information:
219
- ```bash
220
- jarvis --help
221
- jarvis-code-agent --help
222
- jarvis-codebase --help
223
- jarvis-rag --help
224
- jarvis-smart-shell --help
225
- jarvis-platform-manager --help
226
- jarvis-git-commit --help
227
- ```
228
-
229
- ## 🛠️ Tools
230
-
231
- ### Built-in Tools
232
-
233
- | Tool | Description |
234
- |------|-------------|
235
- | read_code | Read code files with line numbers and range support |
236
- | execute_shell | Execute system commands and capture output |
237
- | search | Web search for development related queries |
238
- | ask_user | Interactive user input collection |
239
- | ask_codebase | Intelligent codebase querying and analysis |
240
- | code_review | Automated code review with multi-dimensional analysis |
241
- | file_operation | Basic file operations (read/exists) |
242
- | git_commiter | Automated git commit handling |
243
-
244
- ### Tool Locations
245
- - Built-in tools: `src/jarvis/tools/`
246
- - User tools: `~/.jarvis/tools/`
247
-
248
- ### Key Features
249
-
250
- #### 1. Code Intelligence
251
- - Smart file selection and analysis based on requirements
252
- - Semantic codebase search and querying
253
- - Efficient handling of large files with context-aware reading
254
- - Precise patch-based code modifications
255
- - Automated git commit management
256
-
257
- #### 2. Multi-Model Architecture
258
- - Support for multiple AI platforms (Kimi/OpenAI/AI8/OYI/Ollama)
259
- - Platform-specific optimizations for different tasks
260
- - Specialized models for code generation, thinking, and general tasks
261
- - Streaming response support for better interaction
262
- - Automatic model fallback and retry mechanisms
263
-
264
- #### 3. RAG Capabilities
265
- - Document indexing and semantic search
266
- - Smart context management for large documents
267
- - Automatic file change detection
268
- - Efficient caching mechanisms
269
- - Multi-format document support
270
-
271
- #### 4. Development Tools
272
- - Interactive shell command generation
273
- - Code review with multi-dimensional analysis
274
- - Codebase-aware problem solving
275
- - File operations with safety checks
276
- - Progress tracking and error handling
277
-
278
- #### 5. User Experience
279
- - Beautiful console output with color support
280
- - Interactive multi-line input
281
- - Progress indicators for long operations
282
- - Clear error messages and handling
283
- - Context-aware response formatting
284
-
285
- ## 🎯 Extending Jarvis
286
-
287
- ### Adding New Tools
288
-
289
- Create a new Python file in `~/.jarvis/tools/` or `src/jarvis/tools/`:
290
-
291
- ```python
292
- from typing import Dict, Any
293
- from jarvis.utils import OutputType, PrettyOutput
294
-
295
- class CustomTool:
296
- name = "tool_name" # Tool name for invocation
297
- description = "Tool description" # Tool purpose
298
- parameters = { # JSON Schema for parameters
299
- "type": "object",
300
- "properties": {
301
- "param1": {
302
- "type": "string",
303
- "description": "Parameter description"
304
- }
305
- },
306
- "required": ["param1"]
307
- }
308
-
309
- def execute(self, args: Dict[str, Any]) -> Dict[str, Any]:
310
- """Execute tool functionality
311
-
312
- Args:
313
- args: Parameters passed to the tool
314
-
315
- Returns:
316
- Dict with execution results:
317
- {
318
- "success": bool,
319
- "stdout": str, # On success
320
- "stderr": str, # Optional error details
321
- }
322
- """
323
- try:
324
- # Implement tool logic here
325
- result = "Tool execution result"
326
- return {
327
- "success": True,
328
- "stdout": result,
329
- "stderr": ""
330
- }
331
- except Exception as e:
332
- return {
333
- "success": False,
334
- "stdout": "",
335
- "stderr": str(e)
336
- }
337
- ```
338
-
339
- ### Adding New Models
340
-
341
- Create a new Python file in `~/.jarvis/models/`:
342
-
343
- ```python
344
- from typing import Dict, List
345
- from jarvis.models.base import BasePlatform
346
- from jarvis.utils import PrettyOutput, OutputType
347
-
348
- class CustomPlatform(BasePlatform):
349
- """Custom model implementation"""
350
-
351
- platform_name = "custom" # Platform identifier
352
-
353
- def __init__(self):
354
- """Initialize model"""
355
- # add initialization code
356
- super().__init__()
357
- self.messages = []
358
- self.system_message = ""
359
-
360
- def set_model_name(self, model_name: str):
361
- """Set model name"""
362
- self.model_name = model_name
363
-
364
- def chat(self, message: str) -> str:
365
- """Chat with model
366
-
367
- Args:
368
- message: user input message
369
-
370
- Returns:
371
- str: model response
372
- """
373
- try:
374
- # implement chat logic
375
- PrettyOutput.print("Sending request...", OutputType.PROGRESS)
376
-
377
- # add message to history
378
- self.messages.append({"role": "user", "content": message})
379
-
380
- # get response from model
381
- response = "model response"
382
-
383
- # add response to history
384
- self.messages.append({"role": "assistant", "content": response})
385
-
386
- return response
387
-
388
- except Exception as e:
389
- PrettyOutput.print(f"Chat failed: {str(e)}", OutputType.ERROR)
390
- raise Exception(f"Chat failed: {str(e)}")
391
-
392
- def upload_files(self, file_list: List[str]) -> List[Dict]:
393
- """Upload files"""
394
- # implement file upload logic
395
- return []
396
-
397
- def reset(self):
398
- """Reset model state"""
399
- self.messages = []
400
- if self.system_message:
401
- self.messages.append({"role": "system", "content": self.system_message})
402
-
403
- def name(self) -> str:
404
- """Return model name"""
405
- return self.model_name
406
-
407
- def delete_chat(self) -> bool:
408
- """Delete current chat session"""
409
- self.reset()
410
- return True
411
-
412
- def set_system_message(self, message: str):
413
- """Set system message"""
414
- self.system_message = message
415
-
416
- def set_suppress_output(self, suppress: bool):
417
- """Set whether to suppress output"""
418
- self.suppress_output = suppress
419
- ```
420
-
421
- ### Development Guidelines
422
-
423
- 1. **Tool Development**
424
- - Use descriptive names and documentation
425
- - Define clear parameter schemas
426
- - Handle errors gracefully
427
- - Return standardized results
428
- - Keep tools focused and simple
429
-
430
- 2. **Model Development**
431
- - Implement all required methods
432
- - Handle streaming responses
433
- - Manage chat history properly
434
- - Use proper error handling
435
- - Follow existing model patterns
436
-
437
- 3. **Best Practices**
438
- - Use PrettyOutput for console output
439
- - Document your code
440
- - Add type hints
441
- - Test thoroughly
442
- - Handle edge cases
443
-
444
- ## 🤝 Contributing
445
-
446
- 1. Fork the repository
447
- 2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
448
- 3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
449
- 4. Push to the branch (`git push origin feature/AmazingFeature`)
450
- 5. Open a Pull Request
451
-
452
- ## 📄 License
453
-
454
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
455
-
456
- ---
457
-
458
- <div align="center">
459
-
460
- Made with ❤️ by the Jarvis Team
461
-
462
- </div>
@@ -1,62 +0,0 @@
1
- jarvis/__init__.py,sha256=0rw1RD8VrgfjPxXtqbnGEx3Aj9K4mgrYWuVSzACO3Ic,51
2
- jarvis/agent.py,sha256=eV2Bgm5Q6gnQb2QeEo9bHCDaLY0v3RSV8Ylm_gS2_Yc,22678
3
- jarvis/utils.py,sha256=7v9hs9Tlyi9XMLYkPUzbzzMXGuAlJAx5999O2d7kP9A,26945
4
- jarvis/jarvis_code_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- jarvis/jarvis_code_agent/code_agent.py,sha256=nigsmCK6D2z0dFU_1HFNYEvXr3lWdl0rm6p4VgiOk6o,5980
6
- jarvis/jarvis_code_agent/file_select.py,sha256=1kOVRLPS1GZcDyGpCW9hOPbfCEwF8f0-qVPaRZPHzoM,8154
7
- jarvis/jarvis_code_agent/patch.py,sha256=bOhegGKs4JEmJJOZfUlmwzGI6kakMyi2Q62HADJ7Npk,4594
8
- jarvis/jarvis_code_agent/relevant_files.py,sha256=Q4nI45zuyWt5aKuc4OR7-a6UbOXOym3oEzQJvqxkF8Q,946
9
- jarvis/jarvis_codebase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- jarvis/jarvis_codebase/main.py,sha256=40ySTIrQld5uW60vW9pawZopjDNVvtmlW27oNVaJXH0,39683
11
- jarvis/jarvis_lsp/base.py,sha256=_7pdbMKjdtYBW0DsRbjIodDHM3J7df-YgXHejN_WIrU,4490
12
- jarvis/jarvis_lsp/cpp.py,sha256=F7Zo3BErkvtWS1_H9zQO83pX_FUmnijux-2SjhWzKCE,4985
13
- jarvis/jarvis_lsp/go.py,sha256=p8LULiFdq4qjDYQzXFlzH0-FQZ3IyfiwN_sbO9i0L_A,5310
14
- jarvis/jarvis_lsp/python.py,sha256=MpnCWDwudJuSZuIxAU7o79ADLAqw_BaVpOzqwRZw-sg,4807
15
- jarvis/jarvis_lsp/registry.py,sha256=e3gw1ubIi64YyjkbvhgvsxIpb5iWS5glD_279kMASCg,9831
16
- jarvis/jarvis_lsp/rust.py,sha256=VeInvOvjcK2otOM4bTakjII6bJHl6TockwpXD3PLi5U,5541
17
- jarvis/jarvis_platform/__init__.py,sha256=mrOt67nselz_H1gX9wdAO4y2DY5WPXzABqJbr5Des8k,63
18
- jarvis/jarvis_platform/ai8.py,sha256=ZBWHZ1QQp8gjgEAVgDWPmzoALA1v8TKNdlo-hV5DkuY,12003
19
- jarvis/jarvis_platform/base.py,sha256=nQ-rsJL1Z-gMev3TPoY7tYdwxhCJY8LG6_gtJ-maiW0,2181
20
- jarvis/jarvis_platform/kimi.py,sha256=3yiOL2PsEcKEL0Yj0Hm3lTg9M0Ahy0Ou1AUnJ0AS0Ss,15768
21
- jarvis/jarvis_platform/ollama.py,sha256=9Ptu-UzRMnNxqFlx9uDpHO0_Imrzf0Wfw9sZqnv2wRI,5681
22
- jarvis/jarvis_platform/openai.py,sha256=NYAIaQbFH9Usg5ZxkBSek1F0imu-pDB9Qf6Am0AtU0s,4130
23
- jarvis/jarvis_platform/oyi.py,sha256=11WcpJu0rsQfcHP1SVVwpbOjBoJzvQ6LELHWQMCvyzw,15065
24
- jarvis/jarvis_platform/registry.py,sha256=9QLoihcnkYckrCzgNnlTqaLn_z_HMhaxMSyUNb8IEys,8538
25
- jarvis/jarvis_platform_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- jarvis/jarvis_platform_manager/main.py,sha256=17607aNAStqJ1sOQLTGi6Tnv-cIQme_r5YvbB_S3enc,4985
27
- jarvis/jarvis_rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- jarvis/jarvis_rag/main.py,sha256=Lr3b2eTB9TXZGZGdG4Sl9bdtE5NFRbv_bRysxeWNCEo,31354
29
- jarvis/jarvis_smart_shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- jarvis/jarvis_smart_shell/main.py,sha256=VdUR-x932OccEwU0pcQM_pb_I4yfrAutE3hfm6jf5es,3955
31
- jarvis/jarvis_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
- jarvis/jarvis_tools/ask_codebase.py,sha256=1mLe9CHDU-NFJHmu3mxrWuA4IiHqQyum2ga31P3hLzU,2991
33
- jarvis/jarvis_tools/ask_user.py,sha256=9ZhIffoPGSfxJIwiIsL03V95yM8uYJsRg7j1C8ltNGc,1830
34
- jarvis/jarvis_tools/base.py,sha256=c0DMoDDPxmsqUYJR989zgUs7nIYRY6GWBrAdusIZKjc,656
35
- jarvis/jarvis_tools/chdir.py,sha256=A53BNXFB9tvwoV_cxW_LpF_DfxANgAEJ8rjikTaTa-I,1813
36
- jarvis/jarvis_tools/code_review.py,sha256=SY6Xw1VhAmmNVCJZsgd6ItDBmth4bgjnpd0T0afGVSA,8581
37
- jarvis/jarvis_tools/create_code_agent.py,sha256=prkWzgYPMt6N2IHaom5cyEQCE4d0adRRG3K1E71Tbfk,3923
38
- jarvis/jarvis_tools/create_sub_agent.py,sha256=jBwh8hvg_LST2biLwjZkLseJFegn56mTdjh-xCIghmo,2860
39
- jarvis/jarvis_tools/deep_thinking.py,sha256=ltsMUfmE8XNyYTkgpWMD1Qow-6_x0dcD8WL7qL4i8R8,4471
40
- jarvis/jarvis_tools/deep_thinking_agent.py,sha256=UBBWq8kp6SDEhwYXjO-tMMHP7Wblx5OA-gpQ8h_1tdk,4378
41
- jarvis/jarvis_tools/execute_shell.py,sha256=bawfof8bUg3f9bjyCSifLa9bU-hkNoNOuos22uZffdg,2564
42
- jarvis/jarvis_tools/file_operation.py,sha256=-1U_J5SEuBjRylzEl7wvCfjspNv6aA49UvFHLNQ3bJU,4098
43
- jarvis/jarvis_tools/git_commiter.py,sha256=4dcFMTN3qmfuTfMkF6an4K95PTR1_0qBoplr20lH2jQ,2565
44
- jarvis/jarvis_tools/lsp_find_definition.py,sha256=xV8YeN1RJfwd2F3gE6OnDeTwl-AnCmrxueHocbXkQOc,4800
45
- jarvis/jarvis_tools/lsp_find_references.py,sha256=FohlJeLfTxcMUASfbjOT93hQGtI2WeyTpMGwRwShW_I,4043
46
- jarvis/jarvis_tools/lsp_get_diagnostics.py,sha256=bEvbDk8TnKg9TTFFxMrYOJm5TBDgz5gO04WJFQUwQQE,4490
47
- jarvis/jarvis_tools/lsp_get_document_symbols.py,sha256=dspL6r9HYnXL5TpARSApFY3IQLm2kcYVNVWCff2xoXI,3080
48
- jarvis/jarvis_tools/lsp_prepare_rename.py,sha256=RxUyIef4awtp-jgupcD1LcPlno9P3mOE8AS3_Fm71Ys,4832
49
- jarvis/jarvis_tools/lsp_validate_edit.py,sha256=M0iglK2QbnIEFv0RYK6o2iAYnv259jB6EU7To-rc51E,5247
50
- jarvis/jarvis_tools/methodology.py,sha256=RFqcVjKuj8ESGmNYcQz_HyphsitDvF3XtqgGaqhafDQ,5770
51
- jarvis/jarvis_tools/rag.py,sha256=2fQHqc4bw8JM-OxGTsHobLIOTo8Mip3rdtJCmAoY8XU,4952
52
- jarvis/jarvis_tools/read_code.py,sha256=5DGmeXTgumAiG0RP1xB4sF4NdmBm5BEGjRRlIBzjGnQ,4002
53
- jarvis/jarvis_tools/read_webpage.py,sha256=JCReSXhkDHDkQ606sZYIKG1Itlprjpmu1sSbF-Ed-jI,2478
54
- jarvis/jarvis_tools/registry.py,sha256=OR-BxSVfI3ER_1rAPMZfLf45E2YpheeS01j8MJ8RGso,11841
55
- jarvis/jarvis_tools/search.py,sha256=PLSSNETyajpqDoStCTfkoy-D41IMNudTuVzonMlT6Aw,9225
56
- jarvis/jarvis_tools/select_code_files.py,sha256=bjJGwCNw0Ue_8jW60K1gcy1rUgKqoHihicu5SS58WNk,1890
57
- jarvis_ai_assistant-0.1.110.dist-info/LICENSE,sha256=AGgVgQmTqFvaztRtCAXsAMryUymB18gZif7_l2e1XOg,1063
58
- jarvis_ai_assistant-0.1.110.dist-info/METADATA,sha256=0Ogu7gge_EAhRT6p7HXEqeGNb4uAFMa6MedSJQsp0yY,14392
59
- jarvis_ai_assistant-0.1.110.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
60
- jarvis_ai_assistant-0.1.110.dist-info/entry_points.txt,sha256=UYj4FYvOH8jJ0GgCJTA_TAmJ3wvikos-hUVbCwt_KOc,480
61
- jarvis_ai_assistant-0.1.110.dist-info/top_level.txt,sha256=1BOxyWfzOP_ZXj8rVTDnNCJ92bBGB0rwq8N1PCpoMIs,7
62
- jarvis_ai_assistant-0.1.110.dist-info/RECORD,,