Overview
muaz is a terminal-first LLM agent platform. Run AI agents from the command line, automate multi-agent pipelines, and connect any model — OpenAI-compatible APIs, Google Gemini, local Ollama, or AWS Bedrock — all from a single binary. An optional browser UI is included for when you prefer a visual interface.
What you can do
Section titled “What you can do”- Chat with agents — start an interactive REPL session with any configured agent. Switch models or agents mid-session without losing context.
- Stay model-agnostic — agents bind to a model through named provider profiles, so you can point everything at a different model in one place.
- Install plugins — add bundles of agents, skills, and pipelines from a
.zipor the registry, and manage them withmuaz plugins. - Run pipelines — chain agents sequentially, fan out work in parallel, or route tasks to the right agent automatically.
- Extend with skills — give agents reusable instruction sets (skills) that they load on demand, keeping prompts focused and composable.
- Control tool access — decide exactly which built-in tools and MCP servers each agent can call, with per-pattern approval policies.
- Use the browser UI —
muaz gatewayserves a web interface for sessions, agents, providers, and plugins alongside the CLI.
Where to go next
Section titled “Where to go next”- Installation — install the pre-built binary on macOS, Linux, or Windows.
- Quick start — your first chat session in under a minute.
- Concepts — agents, providers, plugins, tools, skills, and pipelines explained.
- CLI reference — every command and flag.