sandbox
Synopsis
ramalama sandbox agent [options] model [arg ...]
Description
Run an AI agent in a container, connected to a local model server also running in a container. The agent uses the model for reasoning and tool calling.
The agent argument selects which AI agent to run. Currently supported agents:
- goose - the Goose AI agent (https://github.com/block/goose)
Options
--help, -h
show this help message and exit
SUBCOMMANDS
| Command | Man Page | Description |
|---|---|---|
| goose | ramalama-sandbox-goose(1) | run Goose in a sandbox, backed by a local AI Model |
See Also
ramalama(1), ramalama-run(1), ramalama-serve(1)
Mar 2026, Originally compiled by Mike Bonnet <mikeb@redhat.com>