Skip to content

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

License

Notifications You must be signed in to change notification settings

eranco74/AI-Toolbox

Repository files navigation

AI-Toolbox

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

Getting started:

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

Define a few environment variables in the envs file:

LLM_ENDPOINT=
GITHUB_TOKEN=
REPO_NAME=
PR_NUM=
# Optional
MODEL=
API_KEY=

Run the github-pr-review-agent

source ./envs
./github-pr-review-agent.p

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages