llama-github 0.2.4__tar.gz → 0.2.6__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.4/llama_github.egg-info → llama_github-0.2.6}/PKG-INFO +1 -1
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/data_retrieval/github_entities.py +19 -3
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/utils.py +2 -2
- llama_github-0.2.6/llama_github/version.py +1 -0
- {llama_github-0.2.4 → llama_github-0.2.6/llama_github.egg-info}/PKG-INFO +1 -1
- {llama_github-0.2.4 → llama_github-0.2.6}/setup.cfg +1 -1
- llama_github-0.2.4/llama_github/version.py +0 -1
- {llama_github-0.2.4 → llama_github-0.2.6}/CHANGELOG.md +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/LICENSE +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/MANIFEST.in +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/README.md +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/config/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/config/config.json +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/config/config.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/data_retrieval/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/data_retrieval/github_api.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/features/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/features/feature_flags.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/features/insider_features.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/github_integration/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/github_integration/github_auth_manager.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/github_rag.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/llm_integration/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/llm_integration/initial_load.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/llm_integration/llm_handler.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/logger.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/rag_processing/__init__.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github/rag_processing/rag_processor.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github.egg-info/SOURCES.txt +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github.egg-info/dependency_links.txt +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github.egg-info/requires.txt +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/llama_github.egg-info/top_level.txt +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/setup.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_data_retrieval.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_github_auth_manager.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_initial_load.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_llm_handler.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_logger.py +0 -0
- {llama_github-0.2.4 → llama_github-0.2.6}/tests/test_rag_processor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: llama-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
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
|
|
@@ -205,8 +205,19 @@ class Repository:
|
|
|
205
205
|
'.iml', '.ipr', '.iws',
|
|
206
206
|
|
|
207
207
|
# Map Files
|
|
208
|
-
'.map', '.js.map', '.css.map'
|
|
209
|
-
|
|
208
|
+
'.map', '.js.map', '.css.map',
|
|
209
|
+
|
|
210
|
+
# PowerBI Binary and Cache Files
|
|
211
|
+
'.pbix', # PowerBI packaged report file - binary format containing report, data model and resources
|
|
212
|
+
'.pbit', # PowerBI template file - binary format for report templates
|
|
213
|
+
'.abf', # Analysis Services Backup File - contains model and data cache
|
|
214
|
+
|
|
215
|
+
# PowerBI Dataset Files
|
|
216
|
+
'.bim', # Analysis Services Tabular Model file - contains data model definitions
|
|
217
|
+
'.database', # PowerBI database definition file - auto-generated
|
|
218
|
+
'.deploymentoptions', # Deployment configuration file - auto-generated
|
|
219
|
+
'.deploymenttargets', # Deployment targets file - auto-generated
|
|
220
|
+
|
|
210
221
|
]) or any(pattern in file_path for pattern in [
|
|
211
222
|
# Cache and Temporary Directories
|
|
212
223
|
'/__pycache__/',
|
|
@@ -253,6 +264,11 @@ class Repository:
|
|
|
253
264
|
# Logs
|
|
254
265
|
'/logs/',
|
|
255
266
|
'/log/',
|
|
267
|
+
|
|
268
|
+
# PowerBI Specific Directories
|
|
269
|
+
'/.pbi/', # PowerBI cache and temporary files directory
|
|
270
|
+
'/Dataset/.pbi/', # PowerBI dataset cache directory
|
|
271
|
+
'/.pbixproj/', # PowerBI project configuration directory - contains auto-generated files
|
|
256
272
|
|
|
257
273
|
# Binary Assets
|
|
258
274
|
'/assets/images/',
|
|
@@ -706,7 +722,7 @@ class Repository:
|
|
|
706
722
|
|
|
707
723
|
self._prs[number] = pr_data
|
|
708
724
|
logger.debug(f"Collected details for PR #{number}: {pr.title}")
|
|
709
|
-
except
|
|
725
|
+
except Exception as e:
|
|
710
726
|
logger.exception(f"Error getting PR content for #{number} in repository {self.full_name}")
|
|
711
727
|
self.update_last_read_time()
|
|
712
728
|
return self._prs[number]
|
|
@@ -163,7 +163,7 @@ class CodeAnalyzer:
|
|
|
163
163
|
try:
|
|
164
164
|
tree = ast.parse(code_str)
|
|
165
165
|
return ast.dump(tree)
|
|
166
|
-
except
|
|
166
|
+
except Exception:
|
|
167
167
|
logger.error("Syntax error in the provided code")
|
|
168
168
|
return None
|
|
169
169
|
|
|
@@ -188,7 +188,7 @@ class CodeAnalyzer:
|
|
|
188
188
|
|
|
189
189
|
try:
|
|
190
190
|
tree = ast.parse(code_str)
|
|
191
|
-
except
|
|
191
|
+
except Exception as e:
|
|
192
192
|
logger.error(f"Syntax error in the provided code: {e}")
|
|
193
193
|
import_info["errors"].append(str(e))
|
|
194
194
|
return import_info
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.2.6'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: llama-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = llama-github
|
|
3
|
-
version = 0.2.
|
|
3
|
+
version = 0.2.6
|
|
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.4'
|
|
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.4 → llama_github-0.2.6}/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
|
|
File without changes
|