Overview
Mister Morph mainly has three ways to use it:
- Desktop app, as a personal AI assistant or for managing multiple Mister Morph instances.
- CLI workflows
- Run separate agent processes for different channels such as Telegram and Slack.
- Use the Console web UI, which can also manage multiple Mister Morph instances.
- Run one-off agent tasks.
- Embed the Go core into your program to give it an agent runtime.
Choose Your Path
- To get running quickly: read Quickstart (CLI)
- To embed it into a Go project: read Create Your Own AI Agent in 24 Lines
- To understand long-running entry points: read Runtime Modes
- To delegate isolated work: read Subagents
- For pre-production governance: read Security and Guard