Skip to content

microagent artifacts

microagent artifacts <name> [--state-dir <dir>]
microagent artifacts get <name> <artifact> <target> [--state-dir <dir>] [--debugfs <path>]

artifacts reports declared input bundles and output paths from the workspace manifest. artifacts get retrieves a declared output artifact by name without entering the workspace.

Only declared outputs are retrievable by artifact name. For arbitrary file copying, use cp.

FlagDescription
--state-dir <dir>State directory
--debugfs <path>debugfs binary path for artifacts get
--jsonGlobal flag before artifacts; print structured JSON output
Terminal window
microagent --json artifacts research
microagent artifacts get research report ./out/

If an output path is under an attached disk mountpoint, artifacts get reads from that disk. Otherwise it reads from the rootfs image.