pr-agent/pr_agent
mrT23 4b74506107
Add PR help message functionality and update dependencies
- Implement PRHelpMessage class to provide AI-powered assistance for pull requests.
- Add methods for similarity search using local, S3, and Pinecone databases.
- Update `requirements.txt` to include new dependencies for langchain and chromadb.
- Modify `configuration.toml` to include `force_local_db` setting for PR help.
- Update `aiohttp` and `openai` package versions.
2024-09-21 16:22:51 +03:00
..
agent Add callback functionality to litellm_ai_handler for enhanced logging and metadata capture 2024-08-17 09:15:05 +03:00
algo f string 2024-09-15 08:50:24 +03:00
git_providers get_line_link compatible with old gitlab versions 2024-09-15 14:56:08 +08:00
identity_providers Identity provider 2024-02-26 18:31:12 +02:00
log Add analytics logging 2024-02-26 16:15:23 +02:00
secret_providers Add error handling for empty secrets in GitLab webhook and lower log level for Google Cloud Storage secret retrieval errors 2024-08-13 11:42:07 +03:00
servers Update github_action_runner.py 2024-09-15 09:42:02 +03:00
settings Add PR help message functionality and update dependencies 2024-09-21 16:22:51 +03:00
tools Add PR help message functionality and update dependencies 2024-09-21 16:22:51 +03:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Ensure asyncio event queue is drained prior to CLI termination 2024-08-26 15:14:45 -04:00
cli_pip.py adjustments to pypi 2024-03-23 16:16:32 +02:00
config_loader.py Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00