Overview
Mister Morph is a unified agent project with two primary usage patterns:
- CLI-first workflow (
mistermorph run,telegram,slack,console serve) - Embedded Go core (
integrationpackage)
Choose Your Path
- Building automation quickly: start with Quickstart (CLI)
- Embedding in your Go project: go to Build an Agent with Core
- Running long-lived channels: read Runtime Modes
- Production hardening: read Security and Guard
Repository Structure Snapshot
- CLI entry:
cmd/mistermorph/ - Agent engine:
agent/ - Embedding core:
integration/ - Built-in tools:
tools/ - Provider backends:
providers/ - Detailed docs:
docs/