You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhance PR content extraction and issue linking (#26)
* arragne logger.py
* Add comments to llm_integration/initial_load.py
* refactor: Remove torch dependency for device detection
- Replace PyTorch-based device detection with a lightweight custom implementation
- Add support for CUDA, MPS (Apple Silicon), and CPU detection using standard libraries
- Improve portability and reduce overall package size
* feat(pr-analysis): enhance PR content extraction and issue linking
- Improve issue number extraction with comprehensive regex patterns
- Add support for GitHub's official autolink reference formats
- Implement commit details extraction in PR content
- Add validation for issue numbers to prevent invalid references
- Support multiple issue reference formats (URL, #, keywords)
This commit enhances the PR analysis capabilities by implementing
a more robust issue linking system and detailed commit information
extraction, following GitHub's official documentation and best practices.
* remove torch
* Update extract_related_issues function
---------
Co-authored-by: Jet Xu <[email protected]>
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.
0 commit comments