Runtime Modes Overview
One-shot task
If you only need to call Mister Morph from the command line for a single task, use this mode.
bash
mistermorph run --task "..."Console
This provides a full Web UI. Besides interacting with the agent directly, you can also use it to monitor other Mister Morph instances.
bash
mistermorph console serveTelegram Bot
Run a standalone runtime connected to a Telegram channel and interact with Mister Morph inside Telegram.
bash
mistermorph telegram --log-level infoSlack Bot
Similar to the Telegram mode, but provides the interaction inside Slack.
bash
mistermorph slack --log-level info