https://github.com/inanyan/rust-gib
https://github.com/inanyan/rust-gib
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inanyan/rust-gib
- Owner: InAnYan
- Created: 2024-08-26T12:27:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T14:34:57.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:31:03.854Z (over 1 year ago)
- Language: Rust
- Size: 357 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Intellectual Bot (GIB)

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).