Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eranco74/AI-Toolbox

A set of AI-driven tools designed to assist in creating, training, and deploying AI agents across different workflows.
https://github.com/eranco74/AI-Toolbox

Last synced: 3 days ago
JSON representation

A set of AI-driven tools designed to assist in creating, training, and deploying AI agents across different workflows.

Awesome Lists containing this project

README

        

# AI-Toolbox
A set of AI-driven tools designed to assist in creating, training, and deploying AI agents across different workflows.

Getting started:

```shell
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

Define a few environment variables in the envs file:
``` shell
LLM_ENDPOINT=
GITHUB_TOKEN=
REPO_NAME=
PR_NUM=
# Optional
MODEL=
API_KEY=
```

Run the github-pr-review-agent
```shell
source ./envs
./github-pr-review-agent.p
```