jarvis-ai-assistant 0.1.142__py3-none-any.whl → 0.1.144__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 +1 -1
- jarvis/jarvis_platform/yuanbao.py +3 -4
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/METADATA +1 -1
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/RECORD +8 -8
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/LICENSE +0 -0
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/WHEEL +0 -0
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/entry_points.txt +0 -0
- {jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/top_level.txt +0 -0
jarvis/__init__.py
CHANGED
|
@@ -2,7 +2,6 @@ from typing import Dict, List, Tuple
|
|
|
2
2
|
import requests
|
|
3
3
|
import json
|
|
4
4
|
import os
|
|
5
|
-
import mimetypes
|
|
6
5
|
import hmac
|
|
7
6
|
import hashlib
|
|
8
7
|
import time
|
|
@@ -160,18 +159,18 @@ class YuanbaoPlatform(BasePlatform):
|
|
|
160
159
|
elif file_extension == 'pdf':
|
|
161
160
|
file_type = "pdf"
|
|
162
161
|
# Spreadsheet types
|
|
163
|
-
elif file_extension in ['xls', 'xlsx'
|
|
162
|
+
elif file_extension in ['xls', 'xlsx']:
|
|
164
163
|
file_type = "excel"
|
|
165
164
|
# Presentation types
|
|
166
165
|
elif file_extension in ['ppt', 'pptx']:
|
|
167
166
|
file_type = "ppt"
|
|
168
167
|
# Document types
|
|
169
|
-
elif file_extension in ['doc', 'docx'
|
|
168
|
+
elif file_extension in ['doc', 'docx']:
|
|
170
169
|
file_type = "doc"
|
|
171
170
|
# Code file types
|
|
172
171
|
elif file_extension in ['bat', 'c', 'cpp', 'cs', 'css', 'go', 'h', 'hpp', 'ini',
|
|
173
172
|
'java', 'js', 'json', 'log', 'lua', 'php', 'pl', 'py', 'rb',
|
|
174
|
-
'sh', 'sql', 'swift', 'tex', 'toml', 'vue', 'yaml', 'yml']:
|
|
173
|
+
'sh', 'sql', 'swift', 'tex', 'toml', 'vue', 'yaml', 'yml', 'rs']:
|
|
175
174
|
file_type = "code"
|
|
176
175
|
|
|
177
176
|
# 2. Generate upload information
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
jarvis/__init__.py,sha256=
|
|
1
|
+
jarvis/__init__.py,sha256=C4wDoHAjlU449lDC7RWIKnMBtd9i2NJYZBKfvM3_rsk,50
|
|
2
2
|
jarvis/jarvis_agent/__init__.py,sha256=doFjWa2a6nVGkKkuQkgrupswqqY8dBNJxUDxUfckvPo,23557
|
|
3
3
|
jarvis/jarvis_agent/builtin_input_handler.py,sha256=aWb5RiKaY5-07LtiLi_mMh9Z-l4DaA_3nLbmFbBGb-w,2429
|
|
4
4
|
jarvis/jarvis_agent/file_input_handler.py,sha256=6rIF_FgC9_3UcQhFCmoMoECG4tjKaLBZZ5zDtBl037I,3235
|
|
@@ -52,7 +52,7 @@ jarvis/jarvis_platform/base.py,sha256=Ge-UgZGCHICFWOqrHzg-_qXQXjS1I2lZSxfYs5Angw
|
|
|
52
52
|
jarvis/jarvis_platform/kimi.py,sha256=tytHhRSddPTNwkaPYPr59rBZfGMo7616QMcnFQxLRic,16494
|
|
53
53
|
jarvis/jarvis_platform/openai.py,sha256=V_76W4hwKXRQ4Je7qj4nrTOedgQDc2_8l_NUuJq3Q2U,4115
|
|
54
54
|
jarvis/jarvis_platform/registry.py,sha256=QuH8V65uwqf-x_Y-T_rmvIDtPLzkX_COWPfzsH1eH0s,7612
|
|
55
|
-
jarvis/jarvis_platform/yuanbao.py,sha256=
|
|
55
|
+
jarvis/jarvis_platform/yuanbao.py,sha256=TBn9VbJ05g45CFNUz83HQTL1Nyk00pWahTlFqiG8eQ0,21868
|
|
56
56
|
jarvis/jarvis_platform_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
57
|
jarvis/jarvis_platform_manager/main.py,sha256=o7UDrcCkLf9dTh2LOO-_bQVHjWf2X6RuSY5XRtCGvZs,20245
|
|
58
58
|
jarvis/jarvis_platform_manager/openai_test.py,sha256=8L9Xx-oR82X8l38NsVhkymYucICwMb-6yrH17Usk2TI,4954
|
|
@@ -86,9 +86,9 @@ jarvis/jarvis_utils/input.py,sha256=yBrak_UP9ZN3fgV7G19o6TDBjEYVdh3UOyjQ_IpRvz8,
|
|
|
86
86
|
jarvis/jarvis_utils/methodology.py,sha256=5YDfs5JN1TBb13nQYTrJ3WCEmEX4Lk5f_cHQuoFi3FI,6205
|
|
87
87
|
jarvis/jarvis_utils/output.py,sha256=EUJQ1pnCj7PcD9-gXIXMFNrxAwyZBeUd8X-fNEJYJ1k,8443
|
|
88
88
|
jarvis/jarvis_utils/utils.py,sha256=ZYclSrkrHBxatxYQkoNpAgIupO0j9CjiLIp8xBijWXc,12164
|
|
89
|
-
jarvis_ai_assistant-0.1.
|
|
90
|
-
jarvis_ai_assistant-0.1.
|
|
91
|
-
jarvis_ai_assistant-0.1.
|
|
92
|
-
jarvis_ai_assistant-0.1.
|
|
93
|
-
jarvis_ai_assistant-0.1.
|
|
94
|
-
jarvis_ai_assistant-0.1.
|
|
89
|
+
jarvis_ai_assistant-0.1.144.dist-info/LICENSE,sha256=AGgVgQmTqFvaztRtCAXsAMryUymB18gZif7_l2e1XOg,1063
|
|
90
|
+
jarvis_ai_assistant-0.1.144.dist-info/METADATA,sha256=iTASt3hQ_o4yd9AnLe2W0c5_--v2s3Vg8PFk8i8r5a4,10004
|
|
91
|
+
jarvis_ai_assistant-0.1.144.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
92
|
+
jarvis_ai_assistant-0.1.144.dist-info/entry_points.txt,sha256=vuvEtcYSta_LgCFHS4m0OjtF7z1jKX_Dy2pG0rOMNIE,972
|
|
93
|
+
jarvis_ai_assistant-0.1.144.dist-info/top_level.txt,sha256=1BOxyWfzOP_ZXj8rVTDnNCJ92bBGB0rwq8N1PCpoMIs,7
|
|
94
|
+
jarvis_ai_assistant-0.1.144.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{jarvis_ai_assistant-0.1.142.dist-info → jarvis_ai_assistant-0.1.144.dist-info}/top_level.txt
RENAMED
|
File without changes
|