Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.24 KB

Git Intellectual Bot (GIB)

Screenshot

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 this Project is Implemented

Tech stack:

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

Refer also to the IMPLEMENTATION.md file.