PR-Pilot-AI / pr-pilot

An AI agent for your development workflow that can search and manipulate the code base, browse the internet and interact with Github issues and pull requests
https://www.pr-pilot.ai
GNU General Public License v3.0
148 stars 15 forks source link

🔧 Implement Sentry Integration Tools and Unit Tests #177

Closed pr-pilot-ai[bot] closed 2 months ago

pr-pilot-ai[bot] commented 2 months ago

Actions Taken

  1. Read engine/agents/integration_tools/slack_tools.py to understand the structure and implementation of agent tools.
  2. Implemented Sentry agent tools in engine/agents/integration_tools/sentry_tools.py.
  3. Wrote unit tests for the new tools in engine/agents/tests/test_sentry_tools.py.
  4. Registered the tools in engine/agents/integration_tools/__init__.py.

Summary

All tasks for the Sentry integration have been completed successfully.