pr-agent/pr_agent/algo
Akileo d791e9f3d1 Fix: Improve langchain import error handling and add img_path to handler
Addresses issue #1784:
- Raises ImportError if langchain is not installed when LangChainOpenAIHandler is initialized.
- Adds img_path parameter to LangChainOpenAIHandler.chat_completion for interface consistency.
- Logs a warning if img_path is used with LangChainOpenAIHandler.
2025-05-25 15:28:18 +09:00
..
ai_handlers Fix: Improve langchain import error handling and add img_path to handler 2025-05-25 15:28:18 +09:00
__init__.py Merge pull request #1817 from PeterDaveHelloKitchen/Grok-3 2025-05-24 16:32:50 +03:00
cli_args.py cleanup 2025-03-20 21:49:19 +02:00
file_filter.py Add error handling for missing file paths in file_filter.py for Bitbucket and GitLab platforms 2024-08-13 08:59:27 +03:00
git_patch_processing.py Add multi-model support for different reasoning tasks 2025-04-27 11:00:34 +03:00
language_handler.py Add filter for files with bad extensions in language handler 2025-03-11 17:03:05 +02:00
pr_processing.py Add multi-model support for different reasoning tasks 2025-04-27 11:00:34 +03:00
token_handler.py Fix tokenizer fallback to use o200k_base instead of cl100k_base 2025-04-14 21:15:19 +03:00
types.py feat: add dedent option to code snippet formatting 2024-12-24 07:49:27 +02:00
utils.py docs: improve clip_tokens function docstring and add examples 2025-05-24 10:46:58 +09:00