Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/homanp/issue-sniffer

Let an LLM-powered Agent give context to your Github issues.
https://github.com/homanp/issue-sniffer

agent bot github gpt-4 llm openai pinecone

Last synced: 1 day ago
JSON representation

Let an LLM-powered Agent give context to your Github issues.

Awesome Lists containing this project

README

        

Logo

# Superagent Issue Sniffer Bot

**An LLM-powered Agent that helps with debugging issues**

**[Install bot](https://github.com/apps/superagent-issue-sniffer)**


GitHub Contributors
GitHub Last Commit

GitHub Issues
GitHub Pull Requests
Github License
Discord

## What is this?

The Superagent Issue Sniffer is a Github Bot that automatically evaluates issues in your repository and adds additional context that will help you debug.

![alt text](demo.png "Demo")

## Installation

Follow these steps to install locally:

1. Clone the repository into a public GitHub repository or fork it from [https://github.com/homanp/issue-sniffer/fork](https://github.com/homanp/issue-sniffer/fork). If you plan to distribute the code, keep the source code public.

```sh
git clone https://github.com/homanp/issue-sniffer.git
```

2. To run the script, simply execute it using:
```sh
bash setup.sh
```

## Roadmap

- [ ] Support updating of Pinecone index
- [ ] Support different branches (currently only supports `main`)
- [ ] Support more languages

## Contributions

Please refer to the [CONTRIBUTING.md](https://github.com/homanp/superagent/blob/main/.github/CONTRIBUTING.md) for more information on how to contribute.