Beta

Manage agent runtimes (the sprite/pod shell)

Usage: mf runtime [command]

Aliases: agent-runtimes

Options

OptionsPurpose
-h, --helpdisplay help for command

Subcommands

CommandPurpose
mf runtime listList your agent runtimes
mf runtime getShow detail for an agent runtime
mf runtime deleteDelete an agent runtime (tears down sprite/pod and cascades to agents)
mf runtime control-uiManage the runtime control UI sidecar
mf runtime dashboardManage the runtime dashboard (Hermes only)
mf runtime agentsManage framework agents hosted on a runtime

mf runtime list

List your agent runtimes

Usage: mf runtime list [options]

Aliases: ls

Options

OptionsPurpose
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf runtime get

Show detail for an agent runtime

Usage: mf runtime get [options] <id>

Arguments

ArgumentPurpose
<id>

Options

OptionsPurpose
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf runtime delete

Delete an agent runtime (tears down sprite/pod and cascades to agents)

Usage: mf runtime delete [options] <id>

Aliases: rm

Arguments

ArgumentPurpose
<id>

Options

OptionsPurpose
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf runtime control-ui

Manage the runtime control UI sidecar

Usage: mf runtime control-ui [command]

Options

OptionsPurpose
-h, --helpdisplay help for command

Subcommands

CommandPurpose
mf runtime control-ui get-urlGet the control UI URL for a runtime
mf runtime control-ui enableEnable the control UI sidecar
mf runtime control-ui disableDisable the control UI sidecar

mf runtime control-ui get-url

Get the control UI URL for a runtime

Usage: mf runtime control-ui get-url [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime control-ui enable

Enable the control UI sidecar

Usage: mf runtime control-ui enable [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime control-ui disable

Disable the control UI sidecar

Usage: mf runtime control-ui disable [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime dashboard

Manage the runtime dashboard (Hermes only)

Usage: mf runtime dashboard [command]

Options

OptionsPurpose
-h, --helpdisplay help for command

Subcommands

CommandPurpose
mf runtime dashboard enableEnable the Hermes dashboard
mf runtime dashboard disableDisable the Hermes dashboard

mf runtime dashboard enable

Enable the Hermes dashboard

Usage: mf runtime dashboard enable [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime dashboard disable

Disable the Hermes dashboard

Usage: mf runtime dashboard disable [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime agents

Manage framework agents hosted on a runtime

Usage: mf runtime agents [command]

Options

OptionsPurpose
-h, --helpdisplay help for command

Subcommands

CommandPurpose
mf runtime agents addAdd a framework agent to an existing runtime
mf runtime agents listList framework agents on a runtime
mf runtime agents removeRemove a framework agent (by agent id)

mf runtime agents add

Add a framework agent to an existing runtime

Usage: mf runtime agents add [options] <runtimeId>

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--name <name>agent display name Required.
--workspace <path>workspace path (coding agents only)
--model <model>model override
--clone-from <agentId>clone state from another agent
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime agents list

List framework agents on a runtime

Usage: mf runtime agents list [options] <runtimeId>

Aliases: ls

Arguments

ArgumentPurpose
<runtimeId>

Options

OptionsPurpose
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime agents remove

Remove a framework agent (by agent id)

Usage: mf runtime agents remove [options] <agentId>

Aliases: rm

Arguments

ArgumentPurpose
<agentId>

Options

OptionsPurpose
-y, --yesconfirm removal
--jsonoutput the result as JSON
-h, --helpdisplay help for command
Was this page helpful?