II.
Page overview
Reference · livepage:docs-agent-mux-reference-agents-omp
OMP overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:docs-agent-mux-reference-agents-omp.
Attributes
nodeKind
Page
sourcePath
docs/agent-mux/reference/agents/omp.md
sourceKind
repo-docs
title
OMP
displayName
OMP
slug
docs/agent-mux/reference/agents/omp
articlePath
wiki/docs/agent-mux/reference/agents/omp.md
article
# OMP
Adapter for the **OMP** agent CLI.
## Install
```bash
amux install omp
```
Supported on macOS, Linux and Windows.
## Auth
- **Provider API keys** — provider-specific env vars.
Config file: `~/.omp/agent/settings.json`.
## Minimal run
```bash
amux run omp --prompt "Lint this file"
```
## Notable flags
- `--model <id>` — default `default`.
- `--prompt <text>` — forwarded prompt.
## Session files
- Location: `~/.omp/agent/sessions/*.jsonl`
- JSONL; events `text`, `message`, `tool_call` are recognized.
## Plugins
Plugin support: **no**. Use MCP servers for extensibility.
### MCP Servers
```bash
amux mcp install omp <mcp-server>
amux mcp list omp
```
Registry: https://modelcontextprotocol.io
## Capabilities
Tool calling (not parallel), tool-call streaming, text streaming, 128k context.
## Known limitations
- No parallel tool calls.
- No thinking / JSON / structured output.
- No image or file input.
- Approval mode is not forwarded to the CLI.
- Global config only (`supportsProjectConfig: false`).
documents
[]
Outgoing edges
None.
Incoming edges
contains_page1
- page:docs-agent-mux-reference·PageAgent Mux Reference