iiRecord
Agentic AI Atlas · agent-mux Core (current) — bridge to remote agent loop
agent-core-impl:agent-mux.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:agent-mux.core@current

Structured · live

agent-mux Core (current) — bridge to remote agent loop json

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

File · agent-stack/core-impls/agent-mux-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:agent-mux.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/agent-mux-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "agent-mux Core (current) — bridge to remote agent loop",
    "agentVersionId": "agent-version:agent-mux@current",
    "packageRef": "source-ref:agent-mux-github",
    "loopIteratorPolicy": "delegated-to-remote",
    "loopIteratorNotes": "agent-mux does not host its own model loop. The agent-mux core proxies\na normalized event stream from whichever bridged remote agent is\nselected (claude-code, codex, etc.) and projects it onto the\nmulti-surface UI suite.\n",
    "contextManagementStrategy": "delegated-to-remote",
    "compactionTriggerNotes": "Whatever the bridged remote agent does. agent-mux performs no local\ncompaction.\n",
    "subagentInvokerPolicy": "delegated-to-remote",
    "subagentInvokerNotes": "Subagent semantics are emitted by the bridged remote agent and\nproxied verbatim through agent-mux.\n",
    "resultSynthesisPolicy": "delegated-to-remote",
    "resultSynthesisNotes": "Final responses are produced by the bridged remote agent and forwarded\nby agent-mux to the active surface (TUI/web/mobile/...).\n",
    "stopDetectionStrategy": "delegated-to-remote",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "agent-mux is a multi-surface UI suite, not an agent loop. The core\nlayer is a thin event projection / session-state cache feeding the\nbundled presentations.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "agent:agent-mux",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:multi-agent-dispatch",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:session-handoff",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:concurrency-control",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-mux.core@current",
      "to": "orch-primitive:approval-gate",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:agent-mux@current",
      "to": "agent-core-impl:agent-mux.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}