Loading...
mutiro user workspace

Read a hosted agent's conversation workspace (sections, ls, cat, preview)

Synopsis

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//index.html live.

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

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
Options
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")
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro user mutiro user workspace cat mutiro user workspace ls mutiro user workspace preview mutiro user workspace sections