MORguard Setup Guide

After checkout you downloaded morguard-swarm.zip. This guide gets it running on your Morpheus node.

1. Extract the bundle

unzip morguard-swarm.zip -d ~/morguard-swarm
cd ~/morguard-swarm/bundle

2. Start your Morpheus proxy-router

Install the Morpheus Lumerin Node (see nodedocs.mor.org).

The node writes credentials to ~/morpheus/.cookie. Never share this file.

3. Run your swarm

python3 swarm.py

You should see the orchestrator open a session, run a demo call for each agent, then close the session.

4. Register on Morpheus (optional)

List your swarm on the Morpheus ecosystem:

5. Add agents later

Copy any file in agents/, rename the class, and register it in swarm.py. New marketplace agents appear automatically when you rebuild from MORguard.

← Back to MORguard marketplace