Skip to content

idopterlabs/masumi-agent-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Masumi Agent Template

This is a template for quickly making AI Agents available on the Masumi Network

Setup

  1. Create and activate a new Python virtual environment:
python -m venv .venv && source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. 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.

  2. Run your Agent API:

python main.py

About

A template for quickly making AI Agents available on the Masumi Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages