Bring your own model, run agents locally or on any provider
MyAgens runs on Claude by default, but you are not locked in. You can route each agent to a different model or provider, including models running entirely on your own machine.
Local and self-hosted models
Point MyAgens at a local model through LM Studio or Ollama, or at any OpenAI-compatible or Anthropic-compatible endpoint. That keeps everything on your hardware with no cloud key, which is ideal for private or offline work, as long as you run a capable enough model locally.
Per-agent routing
Each agent can use its own model, so you can spend where it counts: a routine Lead on a cheap or local model, Atlas on a frontier one. Switch a model with /model.
Alternate agent backends
Beyond the Claude Agent SDK, MyAgens can drive alternate agent CLIs, including xAI's Grok CLI and OpenAI's Codex CLI, selectable with /model.
Offline extras
Semantic memory and voice can run offline too, with local embeddings and local speech models, so a fully self-hosted setup stays fully private.
More in Using MyAgens