jarvis-ai-assistant 0.1.44__tar.gz → 0.1.45__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/MANIFEST.in +2 -1
- {jarvis_ai_assistant-0.1.44/src/jarvis_ai_assistant.egg-info → jarvis_ai_assistant-0.1.45}/PKG-INFO +1 -1
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/pyproject.toml +1 -1
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/setup.py +1 -1
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/__init__.py +1 -1
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45/src/jarvis_ai_assistant.egg-info}/PKG-INFO +1 -1
- jarvis_ai_assistant-0.1.45/src/jarvis_ai_assistant.egg-info/SOURCES.txt +30 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/__init__.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/agent.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/main.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/models.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/tools.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/utils.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/__pycache__/zte_llm.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/__init__.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/ai8.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/base.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/kimi.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/openai.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/oyi.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/models/__pycache__/registry.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/__init__.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/base.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/bing_search.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/calculator.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/calculator_tool.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/file_ops.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/generator.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/methodology.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/python_script.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/rag.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/registry.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/search.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/shell.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/sub_agent.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/user_confirmation.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/user_input.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/user_interaction.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis/tools/__pycache__/webpage.cpython-313.pyc +0 -0
- jarvis_ai_assistant-0.1.44/src/jarvis_ai_assistant.egg-info/SOURCES.txt +0 -62
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/LICENSE +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/README.md +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/setup.cfg +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/agent.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/main.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/__init__.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/ai8.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/base.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/kimi.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/openai.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/oyi.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/models/registry.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/__init__.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/base.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/file_ops.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/generator.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/methodology.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/registry.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/shell.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/tools/sub_agent.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis/utils.py +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis_ai_assistant.egg-info/dependency_links.txt +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis_ai_assistant.egg-info/entry_points.txt +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis_ai_assistant.egg-info/requires.txt +0 -0
- {jarvis_ai_assistant-0.1.44 → jarvis_ai_assistant-0.1.45}/src/jarvis_ai_assistant.egg-info/top_level.txt +0 -0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "jarvis-ai-assistant"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.45"
|
8
8
|
description = "Jarvis: An AI assistant that uses tools to interact with the system"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [{ name = "Your Name", email = "your.email@example.com" }]
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="jarvis-ai-assistant",
|
5
|
-
version="0.1.
|
5
|
+
version="0.1.45",
|
6
6
|
author="skyfire",
|
7
7
|
author_email="skyfireitdiy@hotmail.com",
|
8
8
|
description="An AI assistant that uses various tools to interact with the system",
|
@@ -0,0 +1,30 @@
|
|
1
|
+
LICENSE
|
2
|
+
MANIFEST.in
|
3
|
+
README.md
|
4
|
+
pyproject.toml
|
5
|
+
setup.py
|
6
|
+
src/jarvis/__init__.py
|
7
|
+
src/jarvis/agent.py
|
8
|
+
src/jarvis/main.py
|
9
|
+
src/jarvis/utils.py
|
10
|
+
src/jarvis/models/__init__.py
|
11
|
+
src/jarvis/models/ai8.py
|
12
|
+
src/jarvis/models/base.py
|
13
|
+
src/jarvis/models/kimi.py
|
14
|
+
src/jarvis/models/openai.py
|
15
|
+
src/jarvis/models/oyi.py
|
16
|
+
src/jarvis/models/registry.py
|
17
|
+
src/jarvis/tools/__init__.py
|
18
|
+
src/jarvis/tools/base.py
|
19
|
+
src/jarvis/tools/file_ops.py
|
20
|
+
src/jarvis/tools/generator.py
|
21
|
+
src/jarvis/tools/methodology.py
|
22
|
+
src/jarvis/tools/registry.py
|
23
|
+
src/jarvis/tools/shell.py
|
24
|
+
src/jarvis/tools/sub_agent.py
|
25
|
+
src/jarvis_ai_assistant.egg-info/PKG-INFO
|
26
|
+
src/jarvis_ai_assistant.egg-info/SOURCES.txt
|
27
|
+
src/jarvis_ai_assistant.egg-info/dependency_links.txt
|
28
|
+
src/jarvis_ai_assistant.egg-info/entry_points.txt
|
29
|
+
src/jarvis_ai_assistant.egg-info/requires.txt
|
30
|
+
src/jarvis_ai_assistant.egg-info/top_level.txt
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,62 +0,0 @@
|
|
1
|
-
LICENSE
|
2
|
-
MANIFEST.in
|
3
|
-
README.md
|
4
|
-
pyproject.toml
|
5
|
-
setup.py
|
6
|
-
src/jarvis/__init__.py
|
7
|
-
src/jarvis/agent.py
|
8
|
-
src/jarvis/main.py
|
9
|
-
src/jarvis/utils.py
|
10
|
-
src/jarvis/__pycache__/__init__.cpython-313.pyc
|
11
|
-
src/jarvis/__pycache__/agent.cpython-313.pyc
|
12
|
-
src/jarvis/__pycache__/main.cpython-313.pyc
|
13
|
-
src/jarvis/__pycache__/models.cpython-313.pyc
|
14
|
-
src/jarvis/__pycache__/tools.cpython-313.pyc
|
15
|
-
src/jarvis/__pycache__/utils.cpython-313.pyc
|
16
|
-
src/jarvis/__pycache__/zte_llm.cpython-313.pyc
|
17
|
-
src/jarvis/models/__init__.py
|
18
|
-
src/jarvis/models/ai8.py
|
19
|
-
src/jarvis/models/base.py
|
20
|
-
src/jarvis/models/kimi.py
|
21
|
-
src/jarvis/models/openai.py
|
22
|
-
src/jarvis/models/oyi.py
|
23
|
-
src/jarvis/models/registry.py
|
24
|
-
src/jarvis/models/__pycache__/__init__.cpython-313.pyc
|
25
|
-
src/jarvis/models/__pycache__/ai8.cpython-313.pyc
|
26
|
-
src/jarvis/models/__pycache__/base.cpython-313.pyc
|
27
|
-
src/jarvis/models/__pycache__/kimi.cpython-313.pyc
|
28
|
-
src/jarvis/models/__pycache__/openai.cpython-313.pyc
|
29
|
-
src/jarvis/models/__pycache__/oyi.cpython-313.pyc
|
30
|
-
src/jarvis/models/__pycache__/registry.cpython-313.pyc
|
31
|
-
src/jarvis/tools/__init__.py
|
32
|
-
src/jarvis/tools/base.py
|
33
|
-
src/jarvis/tools/file_ops.py
|
34
|
-
src/jarvis/tools/generator.py
|
35
|
-
src/jarvis/tools/methodology.py
|
36
|
-
src/jarvis/tools/registry.py
|
37
|
-
src/jarvis/tools/shell.py
|
38
|
-
src/jarvis/tools/sub_agent.py
|
39
|
-
src/jarvis/tools/__pycache__/__init__.cpython-313.pyc
|
40
|
-
src/jarvis/tools/__pycache__/base.cpython-313.pyc
|
41
|
-
src/jarvis/tools/__pycache__/bing_search.cpython-313.pyc
|
42
|
-
src/jarvis/tools/__pycache__/calculator.cpython-313.pyc
|
43
|
-
src/jarvis/tools/__pycache__/calculator_tool.cpython-313.pyc
|
44
|
-
src/jarvis/tools/__pycache__/file_ops.cpython-313.pyc
|
45
|
-
src/jarvis/tools/__pycache__/generator.cpython-313.pyc
|
46
|
-
src/jarvis/tools/__pycache__/methodology.cpython-313.pyc
|
47
|
-
src/jarvis/tools/__pycache__/python_script.cpython-313.pyc
|
48
|
-
src/jarvis/tools/__pycache__/rag.cpython-313.pyc
|
49
|
-
src/jarvis/tools/__pycache__/registry.cpython-313.pyc
|
50
|
-
src/jarvis/tools/__pycache__/search.cpython-313.pyc
|
51
|
-
src/jarvis/tools/__pycache__/shell.cpython-313.pyc
|
52
|
-
src/jarvis/tools/__pycache__/sub_agent.cpython-313.pyc
|
53
|
-
src/jarvis/tools/__pycache__/user_confirmation.cpython-313.pyc
|
54
|
-
src/jarvis/tools/__pycache__/user_input.cpython-313.pyc
|
55
|
-
src/jarvis/tools/__pycache__/user_interaction.cpython-313.pyc
|
56
|
-
src/jarvis/tools/__pycache__/webpage.cpython-313.pyc
|
57
|
-
src/jarvis_ai_assistant.egg-info/PKG-INFO
|
58
|
-
src/jarvis_ai_assistant.egg-info/SOURCES.txt
|
59
|
-
src/jarvis_ai_assistant.egg-info/dependency_links.txt
|
60
|
-
src/jarvis_ai_assistant.egg-info/entry_points.txt
|
61
|
-
src/jarvis_ai_assistant.egg-info/requires.txt
|
62
|
-
src/jarvis_ai_assistant.egg-info/top_level.txt
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|