AI Agent Builder API
A backend API service to manage and interact with AI agents. Designed to be used in AI-powered tools or services that need customizable agent workflows.
- Python 3.8 or higher
- Download from: https://www.python.org/downloads/windows/
- Run the installer
- Check "Add Python to PATH" before installing
brew install python
sudo apt update
sudo apt install python3 python3-pip
git clone https://github.com/i-do-dev/agent-builder-api.git
cd agent-builder-api
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload