InAnYan / rust-gib

3 stars 1 forks source link

Git Intellectual Bot (GIB)

Project Description

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!

Key Features:

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 the Bot?

Refer to HOW_TO_RUN.md tutorial.

How the Bot is Implemented?

Refer to the IMPLEMENTATION.md file.