iiRecord
Agentic AI Atlas · OMP
page:docs-agent-mux-reference-agents-ompa5c.ai
II.
Page JSON

page:docs-agent-mux-reference-agents-omp

Structured · live

OMP json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/agent-mux/reference/agents/omp.mdCluster · wiki
Record JSON
{
  "id": "page:docs-agent-mux-reference-agents-omp",
  "_kind": "Page",
  "_file": "wiki/docs/agent-mux/reference/agents/omp.md",
  "_cluster": "wiki",
  "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": "\n# OMP\n\nAdapter for the **OMP** agent CLI.\n\n## Install\n\n```bash\namux install omp\n```\n\nSupported on macOS, Linux and Windows.\n\n## Auth\n\n- **Provider API keys** — provider-specific env vars.\n\nConfig file: `~/.omp/agent/settings.json`.\n\n## Minimal run\n\n```bash\namux run omp --prompt \"Lint this file\"\n```\n\n## Notable flags\n\n- `--model <id>` — default `default`.\n- `--prompt <text>` — forwarded prompt.\n\n## Session files\n\n- Location: `~/.omp/agent/sessions/*.jsonl`\n- JSONL; events `text`, `message`, `tool_call` are recognized.\n\n## Plugins\n\nPlugin support: **no**. Use MCP servers for extensibility.\n\n### MCP Servers\n```bash\namux mcp install omp <mcp-server>\namux mcp list omp\n```\n\nRegistry: https://modelcontextprotocol.io\n\n## Capabilities\n\nTool calling (not parallel), tool-call streaming, text streaming, 128k context.\n\n## Known limitations\n\n- No parallel tool calls.\n- No thinking / JSON / structured output.\n- No image or file input.\n- Approval mode is not forwarded to the CLI.\n- Global config only (`supportsProjectConfig: false`).\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-agent-mux-reference",
      "to": "page:docs-agent-mux-reference-agents-omp",
      "kind": "contains_page"
    }
  ]
}