CLIExec
Exec
2 `hanzo` commands for Exec, each calling one operation on api.hanzo.ai.
Package exec is the code interpreter: run a snippet in a sandbox, and move files in and out of the session that sandbox IS.
2 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo exec programmatic | POST /v1/exec/programmatic | Programmatic tool calling (not served here) |
hanzo exec create --code <code> --lang <lang> | POST /v1/exec | Run a code snippet in a sandboxed interpreter |
How is this guide?