agent
Use agent to search, install, bootstrap and run an agent.
You can use agent to search, install, bootstrap and run an agent.
Usage:
oxo agent [OPTIONS] COMMAND [ARGS]...
Options
Option | Description |
---|---|
--help | Show this message and exit |
Commands
Command | Description | Usage |
---|---|---|
build | CLI command to build the agent container from a definition.yaml file. | oxo agent build -f path/to/definition.yaml -org organization_name |
delete | CLI command to delete installed agents. | oxo agent delete agent/[ORGANIZATION_NAME]/[AGENT_NAME] |
healthcheck | Minimal agent healthcheck command to ensure the agent response with 200 OK on localhost:5000 by default. | oxo agent healthcheck |
install | Install an agent : pull the image from the oxo store. | oxo agent install (agent/<org>/<name> or @<org>/<name>). Org name can be omitted for defaults agents hosted by Ostorlab. |
list | CLI command to list installed agents. | oxo agent list |
search | CLI command to search for agents in the Agents store. | oxo agent search TEXT |