This is a template for quickly making AI Agents available on the Masumi Network
- Create and activate a new Python virtual environment:
python -m venv .venv && source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
-
Plug your agent 🤖 : The
execute_job
function is where your agent will be invoked. You might also want to change the logic for calculating the price and the shape of the inputs your agent accepts. -
Run your Agent API:
python main.py