Read a hosted agent's conversation workspace (sections, ls, cat, preview)
Read the conversation workspace of a hosted agent you talk to.
The workspace is what the agent's file tools see for your conversation.
Owners see the whole agent workspace; other users see their own private workspace and the agent's shared folder.
These commands never wake the agent or write files.
Paths are relative to a section.
Sections are downloads, shared, agent and
other; "other" is the agent's working directory, where pages such as
learning/
Owners can address a user's private root
with --root user:
Examples:
List the sections available to you
mutiro user workspace sections amelia
List a folder
mutiro user workspace ls amelia learning/paxos-guide
Print a file, or save it
mutiro user workspace cat amelia learning/paxos-guide/app.js mutiro user workspace cat amelia learning/paxos-guide/app.js -o app.js
Create a preview link for an HTML page (short-lived, do not share)
mutiro user workspace preview amelia learning/paxos-guide/index.html --json
List the sections available to you
List a folder
Print a file, or save it
Create a preview link for an HTML page (short-lived, do not share)
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for workspace |
| --json | bool | Output as JSON |
| --root | string | Workspace root: owner, or user:<username> for a user's private root (owners only) (default "owner") |
| --section | string | Workspace section: downloads, shared, agent or other (default "other") |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |
mutiro user
User operations - messaging and conversation management
mutiro user workspace cat
Print a workspace file to stdout, or save it with -o
mutiro user workspace ls
List a workspace folder (-R for the whole tree)
mutiro user workspace preview
Create a short-lived preview link for a workspace HTML page
mutiro user workspace sections
Show the workspace roots and sections you can access