pr-agent/pr_agent/algo
sharoneyal 8d3f3bca45
Some checks are pending
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Waiting to run
Add support for SSL related interactions: (#2074)
* Add support for SSL related interactions:
1. Inject SSL related env variables to git clone
2. Force LiteLLM to use aiohttp which honors SSL env. variables, this is done by setting configuration toml as follows:

[litellm]
disable_aiohttp = true

* Update pr_agent/git_providers/git_provider.py

Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>

* Guard get_git_ssl_env invocation with try-catch

---------

Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-21 19:06:18 +03:00
..
ai_handlers Add support for SSL related interactions: (#2074) 2025-10-21 19:06:18 +03:00
__init__.py add JP Anthropic Claude Sonnet 4.5 2025-10-02 04:30:41 +09:00
cli_args.py cleanup 2025-03-20 21:49:19 +02:00
file_filter.py fix: add error handling to bitbucket file filtering 2025-07-21 10:15:57 +00: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 Update pr_agent/algo/pr_processing.py 2025-10-10 20:44:31 +09:00
token_handler.py Fix: use ModelTypeValidator static methods directly 2025-05-25 18:00:38 +09:00
types.py feat: add dedent option to code snippet formatting 2024-12-24 07:49:27 +02:00
utils.py Tr/updates23 (#2008) 2025-08-22 10:16:08 +03:00