Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eranco74/AI-Toolbox
- Owner: eranco74
- License: apache-2.0
- Created: 2024-12-16T12:01:56.000Z (23 days ago)
- Default Branch: master
- Last Pushed: 2024-12-24T14:42:26.000Z (15 days ago)
- Last Synced: 2024-12-24T15:19:49.464Z (15 days ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Ai-Toolbox - A set of AI-driven tools designed to assist in creating, training, and deploying AI agents across different workflows. (Building / Deployment)
- awesome_ai_agents - Ai-Toolbox - A set of AI-driven tools designed to assist in creating, training, and deploying AI agents across different workflows. (Building / Deployment)
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
```