概要
Mister Morph には主に 2 つの使い方があります。
- CLI ワークフロー(
mistermorph run、telegram、slack、console serve) - Go への組み込み(
integrationパッケージ)
目的別の読み方
- まず動かす: クイックスタート(CLI)
- Go に組み込む: Core で Agent を素早く構築
- 常駐実行を理解: Runtime モード
- 本番運用の安全化: セキュリティと Guard
リポジトリ構成(要点)
- CLI エントリ:
cmd/mistermorph/ - Agent エンジン:
agent/ - 組み込み Core:
integration/ - 組み込みツール:
tools/ - Provider 実装:
providers/ - 詳細文書:
docs/