Beta

Manage agent runtimes (the sprite/pod shell)

用法: mf runtime [command]

Alias: agent-runtimes

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
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

用法: mf runtime list [options]

Alias: ls

Option

Option用途
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf runtime get

Show detail for an agent runtime

用法: mf runtime get [options] <id>

Argument

参数用途
<id>

Option

Option用途
--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)

用法: mf runtime delete [options] <id>

Alias: rm

Argument

参数用途
<id>

Option

Option用途
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf runtime control-ui

Manage the runtime control UI sidecar

用法: mf runtime control-ui [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
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

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

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime control-ui enable

Enable the control UI sidecar

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

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime control-ui disable

Disable the control UI sidecar

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

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime dashboard

Manage the runtime dashboard (Hermes only)

用法: mf runtime dashboard [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
mf runtime dashboard enableEnable the Hermes dashboard
mf runtime dashboard disableDisable the Hermes dashboard

mf runtime dashboard enable

Enable the Hermes dashboard

用法: mf runtime dashboard enable [options] <runtimeId>

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime dashboard disable

Disable the Hermes dashboard

用法: mf runtime dashboard disable [options] <runtimeId>

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime agents

Manage framework agents hosted on a runtime

用法: mf runtime agents [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
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

用法: mf runtime agents add [options] <runtimeId>

Argument

参数用途
<runtimeId>

Option

Option用途
--name <name>agent display name 必填。
--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

用法: mf runtime agents list [options] <runtimeId>

Alias: ls

Argument

参数用途
<runtimeId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf runtime agents remove

Remove a framework agent (by agent id)

用法: mf runtime agents remove [options] <agentId>

Alias: rm

Argument

参数用途
<agentId>

Option

Option用途
-y, --yesconfirm removal
--jsonoutput the result as JSON
-h, --helpdisplay help for command
这个页面有帮助吗?