Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/homanp/issue-sniffer
- Owner: homanp
- License: mit
- Created: 2023-06-04T20:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-05T21:17:18.000Z (over 1 year ago)
- Last Synced: 2024-10-17T08:03:16.210Z (30 days ago)
- Topics: agent, bot, github, gpt-4, llm, openai, pinecone
- Language: Python
- Homepage: https://github.com/apps/superagent-issue-sniffer
- Size: 556 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Superagent Issue Sniffer Bot
**An LLM-powered Agent that helps with debugging issues**
**[Install bot](https://github.com/apps/superagent-issue-sniffer)**
## 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.