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.
| Flag | Description |
|---|---|
--state-dir <dir> | State directory |
--debugfs <path> | debugfs binary path for artifacts get |
--json | Global flag before artifacts; print structured JSON output |
Examples
Section titled “Examples”microagent --json artifacts researchmicroagent 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.