llama-github 0.2.8__tar.gz → 0.2.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.
- {llama_github-0.2.8/llama_github.egg-info → llama_github-0.2.9}/PKG-INFO +3 -5
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/data_retrieval/github_entities.py +5 -2
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/llm_integration/initial_load.py +2 -2
- llama_github-0.2.9/llama_github/version.py +1 -0
- {llama_github-0.2.8 → llama_github-0.2.9/llama_github.egg-info}/PKG-INFO +3 -5
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github.egg-info/requires.txt +0 -3
- {llama_github-0.2.8 → llama_github-0.2.9}/setup.cfg +1 -1
- llama_github-0.2.8/llama_github/version.py +0 -1
- {llama_github-0.2.8 → llama_github-0.2.9}/CHANGELOG.md +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/LICENSE +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/MANIFEST.in +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/README.md +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/config/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/config/config.json +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/config/config.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/data_retrieval/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/data_retrieval/github_api.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/features/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/features/feature_flags.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/features/insider_features.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/github_integration/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/github_integration/github_auth_manager.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/github_rag.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/llm_integration/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/llm_integration/llm_handler.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/logger.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/rag_processing/__init__.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/rag_processing/rag_processor.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github/utils.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github.egg-info/SOURCES.txt +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github.egg-info/dependency_links.txt +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/llama_github.egg-info/top_level.txt +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/setup.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_data_retrieval.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_github_auth_manager.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_initial_load.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_llm_handler.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_logger.py +0 -0
- {llama_github-0.2.8 → llama_github-0.2.9}/tests/test_rag_processor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: llama-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and Auto-dev Agents to conduct Retrieval from actively selected GitHub public projects. It Augments through LLMs and Generates context for any coding question, in order to streamline the development of sophisticated AI-driven applications.
|
|
5
5
|
Home-page: https://github.com/JetXu-LLM/llama-github
|
|
6
6
|
Author: Jet Xu
|
|
@@ -13,7 +13,6 @@ Description-Content-Type: text/markdown
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: aiohttp
|
|
15
15
|
Requires-Dist: asyncio
|
|
16
|
-
Requires-Dist: dataclasses
|
|
17
16
|
Requires-Dist: PyGithub
|
|
18
17
|
Requires-Dist: langchain
|
|
19
18
|
Requires-Dist: numpy
|
|
@@ -21,8 +20,6 @@ Requires-Dist: pydantic
|
|
|
21
20
|
Requires-Dist: requests
|
|
22
21
|
Requires-Dist: transformers
|
|
23
22
|
Requires-Dist: urllib3
|
|
24
|
-
Requires-Dist: platform
|
|
25
|
-
Requires-Dist: subprocess
|
|
26
23
|
Requires-Dist: pydantic_core
|
|
27
24
|
Requires-Dist: langchain_openai
|
|
28
25
|
Requires-Dist: langchain_mistralai
|
|
@@ -32,6 +29,7 @@ Provides-Extra: dev
|
|
|
32
29
|
Requires-Dist: pytest; extra == "dev"
|
|
33
30
|
Requires-Dist: black; extra == "dev"
|
|
34
31
|
Requires-Dist: flake8; extra == "dev"
|
|
32
|
+
Dynamic: license-file
|
|
35
33
|
Dynamic: requires-dist
|
|
36
34
|
|
|
37
35
|
# llama-github
|
|
@@ -263,8 +263,11 @@ class Repository:
|
|
|
263
263
|
|
|
264
264
|
# Logs
|
|
265
265
|
'/logs/',
|
|
266
|
-
'/
|
|
267
|
-
|
|
266
|
+
'/_logs/',
|
|
267
|
+
'/var/log/',
|
|
268
|
+
'/log/files/',
|
|
269
|
+
'/application/log/',
|
|
270
|
+
|
|
268
271
|
# PowerBI Specific Directories
|
|
269
272
|
'/.pbi/', # PowerBI cache and temporary files directory
|
|
270
273
|
'/Dataset/.pbi/', # PowerBI dataset cache directory
|
|
@@ -67,11 +67,11 @@ class LLMManager:
|
|
|
67
67
|
elif mistral_api_key is not None and mistral_api_key != "" and self.llm is None:
|
|
68
68
|
logger.info("Initializing Codestral API...")
|
|
69
69
|
from langchain_mistralai.chat_models import ChatMistralAI
|
|
70
|
-
self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="mistral-
|
|
70
|
+
self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="open-mistral-nemo")
|
|
71
71
|
self.llm_simple = ChatMistralAI(
|
|
72
72
|
mistral_api_key=mistral_api_key,
|
|
73
73
|
model="mistral-small-latest",
|
|
74
|
-
temperature=0.
|
|
74
|
+
temperature=0.2
|
|
75
75
|
)
|
|
76
76
|
self.model_type = "OpenAI"
|
|
77
77
|
elif openai_api_key is not None and openai_api_key != "" and self.llm is None:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.2.9'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: llama-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and Auto-dev Agents to conduct Retrieval from actively selected GitHub public projects. It Augments through LLMs and Generates context for any coding question, in order to streamline the development of sophisticated AI-driven applications.
|
|
5
5
|
Home-page: https://github.com/JetXu-LLM/llama-github
|
|
6
6
|
Author: Jet Xu
|
|
@@ -13,7 +13,6 @@ Description-Content-Type: text/markdown
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: aiohttp
|
|
15
15
|
Requires-Dist: asyncio
|
|
16
|
-
Requires-Dist: dataclasses
|
|
17
16
|
Requires-Dist: PyGithub
|
|
18
17
|
Requires-Dist: langchain
|
|
19
18
|
Requires-Dist: numpy
|
|
@@ -21,8 +20,6 @@ Requires-Dist: pydantic
|
|
|
21
20
|
Requires-Dist: requests
|
|
22
21
|
Requires-Dist: transformers
|
|
23
22
|
Requires-Dist: urllib3
|
|
24
|
-
Requires-Dist: platform
|
|
25
|
-
Requires-Dist: subprocess
|
|
26
23
|
Requires-Dist: pydantic_core
|
|
27
24
|
Requires-Dist: langchain_openai
|
|
28
25
|
Requires-Dist: langchain_mistralai
|
|
@@ -32,6 +29,7 @@ Provides-Extra: dev
|
|
|
32
29
|
Requires-Dist: pytest; extra == "dev"
|
|
33
30
|
Requires-Dist: black; extra == "dev"
|
|
34
31
|
Requires-Dist: flake8; extra == "dev"
|
|
32
|
+
Dynamic: license-file
|
|
35
33
|
Dynamic: requires-dist
|
|
36
34
|
|
|
37
35
|
# llama-github
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = llama-github
|
|
3
|
-
version = 0.2.
|
|
3
|
+
version = 0.2.9
|
|
4
4
|
author = Jet Xu
|
|
5
5
|
author_email = Voldemort.xu@foxmail.com
|
|
6
6
|
description = Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and Auto-dev Agents to conduct Retrieval from actively selected GitHub public projects. It Augments through LLMs and Generates context for any coding question, in order to streamline the development of sophisticated AI-driven applications.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.2.8'
|
|
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
|
{llama_github-0.2.8 → llama_github-0.2.9}/llama_github/github_integration/github_auth_manager.py
RENAMED
|
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
|