Skip to content

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

Notifications You must be signed in to change notification settings

idopterlabs/masumi-agent-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c25743d Â· Mar 20, 2025

History

4 Commits
Mar 20, 2025
Mar 20, 2025
Mar 20, 2025
Mar 20, 2025
Mar 20, 2025
Mar 20, 2025

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