Exec
The `hanzo exec` commands.
Also for this capability: API · CLI · SDKs
The code interpreter: run a snippet in a sandbox, and move files in and out of the session that sandbox IS.
| Command | What it does |
|---|---|
hanzo exec programmatic | Answers 501 — this deployment does not serve programmatic tool calling. |
hanzo exec upload | Upload a file into an execution session |
create
| Command | What it does |
|---|---|
hanzo exec create --code <code> --lang <lang> | Run a code snippet in a sandboxed interpreter |
files
| Command | What it does |
|---|---|
hanzo exec files get <sid> | Lists the files in an execution session. |
How is this guide?