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

https://github.com/inanyan/rust-gib


https://github.com/inanyan/rust-gib

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Git Intellectual Bot (GIB)

![Screenshot](screenshot.jpg)

Git Intellectual Bot (GIB) is an intelligent bot designed to manage user issues in Git repositories, streamlining the development workflow through automation.

You can try out the bot on this repo by making some issues!

## Features

- **Issue Analysis**: GIB reads newly opened issues and asks clarifying questions to improve the quality and completeness of the report.
- **Automatic Labeling**: GIB analyzes the issue content and assigns relevant labels automatically to categorize the issues.

GIB leverages modern AI technologies, including large language models (LLMs), to improve efficiency and accuracy in issue handling. The bot is built with flexibility in mind, allowing integration with different LLM providers and Git hosting platforms. Currently, GIB supports GitHub and the OpenAI API.

This project is part of the capstone for the Ukrainian Summer Rustcamp 2024, showcasing the skills learned during the intensive bootcamp.

## How to Run this Project

Refer to [HOW_TO_RUN.md tutorial](HOW_TO_RUN.md).

## How this Project is Implemented

Tech stack:

- OpenAI API
- GitHub API
- `async-openai`
- `octocrab`
- `tokio`
- `axum`

Refer also to the [IMPLEMENTATION.md file](IMPLEMENTATION.md).