CLI
arctl agent run

arctl agent run

Run an agent project locally by using Docker compose. If the command includes a directory, arctl uses the local files in that directory. In all other cases, the command tries to fetch the agent from the registry by using its name.

Usage

arctl agent run [project-directory-or-agent-name] [flags]

Example:

arctl agent run ./my-agent
arctl agent run dice

Command-specific flags

No command-specific flags.

Global flags

-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.