II.
AgentPlatformImpl JSON
Structured · liveagent-platform-impl:agent-mux-remote.platform@current
agent-mux-remote Platform (current) — MCP broker only json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-platform-impl:agent-mux-remote.platform@current",
"_kind": "AgentPlatformImpl",
"_file": "agent-stack/platform-impls/agent-mux-remote-platform-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "agent-mux-remote Platform (current) — MCP broker only",
"agentVersionId": "agent-version:agent-mux-remote@current",
"subagentDefinitionFormat": "none",
"packageRef": "source-ref:agent-mux-github",
"nativeExtensionFormat": "none",
"nativeExtensionManifestPath": "",
"nativeExtensionsDirectoryPath": [],
"skillFormat": "none",
"skillsDirectoryPath": [],
"customSlashCommandsPath": [],
"subagentsDirectoryPath": [],
"hooksDirectoryOrConfigPath": [],
"settingsFiles": [],
"pluginRegistryPath": "",
"capabilityProfileRegistry": false,
"launchConfigRegistry": false,
"platformIdentityStrategy": "delegated-to-invocation-mode",
"updateChannelMechanism": "npm",
"supportedChannelKinds": [
"mcp-channel"
],
"notes": "Special case: agent-mux-remote is a *transport-only* meta-adapter. It brokers\nMCP and proxies events but does not host plugins, skills, slash commands, or\na TUI of its own. The \"remote\" target (Claude.ai, Claude desktop app, or any\ncatalog agent over ssh/docker/k8s) supplies all platform features.\n"
},
"outgoingEdges": [
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "layer:6-agent-platform",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "agent:agent-mux-remote",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "capability:can-multi-turn",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full",
"evidenceSourceIds": [
"evidence:repo-agent-mux-host"
]
}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "capability:can-resume",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0",
"level": "partial",
"notes": "Resume works only if the remote agent supports it and the session is reachable.\n"
}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "capability:streaming",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full",
"notes": "agent-mux-remote forwards streaming events from the underlying\nupstream agent through the remote channel.\n",
"evidenceSourceIds": [
"evidence:repo-agent-mux-host"
]
}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "capability:supports-mcp",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0",
"level": "full",
"notes": "Brokers MCP through to the remote target (Claude.ai / Claude app).\n"
}
},
{
"from": "agent-platform-impl:agent-mux-remote.platform@current",
"to": "capability:supports-plugins",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0",
"level": "none",
"notes": "No plugins of its own; plugins live with the remote agent.\n"
}
}
],
"incomingEdges": [
{
"from": "agent-version:agent-mux-remote@current",
"to": "agent-platform-impl:agent-mux-remote.platform@current",
"kind": "composed_of",
"attributes": {
"role": "platform"
}
}
]
}