agent-mux-remote Core (current) โ transport-only delegator
agent-core-impl:agent-mux-remote.core@current
AgentCoreImplagent-stack/core-impls/agent-mux-remote-core-current.yamlยทOpen in Graph โ {
"id": "agent-core-impl:agent-mux-remote.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/agent-mux-remote-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "agent-mux-remote Core (current) โ transport-only delegator",
"agentVersionId": "agent-version:agent-mux-remote@current",
"packageRef": "source-ref:agent-mux-github",
"loopIteratorPolicy": "delegated-to-remote",
"loopIteratorNotes": "No local loop. agent-mux-remote opens a transport (`amux run --json` over local\nprocess / ssh / docker / kubectl) and proxies the remote agent's normalized\nevent stream verbatim. Whatever loop semantics the remote agent has are what\nthe host observes.\n",
"contextManagementStrategy": "delegated-to-remote",
"compactionTriggerNotes": "Whatever the remote agent does. No local compaction.\n",
"subagentInvokerPolicy": "delegated-to-remote",
"subagentInvokerNotes": "Subagent semantics, if any, are emitted by the remote agent and proxied verbatim;\nagent-mux-remote does not introduce its own subagent primitive.\n",
"resultSynthesisPolicy": "delegated-to-remote",
"resultSynthesisNotes": "Final response is whatever the remote agent emits; agent-mux-remote forwards\nbytes 1:1 over the proxied stream.\n",
"stopDetectionStrategy": "delegated-to-remote",
"transportClientLibrary": "none",
"supportedTransportProtocols": [],
"parallelToolCallHandling": "delegated-to-remote",
"streamingFidelity": "full",
"thinkingChannelHandling": "delegated-to-remote",
"notes": "Special case: this AgentCoreImpl exists for ontology completeness but does not\nimplement an agent loop. All Layer-3 (model transport) concerns are delegated\nto whichever agent runs on the remote target (selected via AMUX_REMOTE_AGENT).\n"
},
"outgoingEdges": [
{
"from": "agent-core-impl:agent-mux-remote.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:agent-mux-remote.core@current",
"to": "agent:agent-mux-remote",
"kind": "composes",
"attributes": {
"role": "core"
}
}
],
"incomingEdges": [
{
"from": "agent-version:agent-mux-remote@current",
"to": "agent-core-impl:agent-mux-remote.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}