This repository contains example Roboto Actions, intended as straightforward starting points for learning or building with Roboto.
Make sure Docker is installed on your machine:
Ensure your Roboto account is set up and the CLI is installed:
Follow these steps to get an Action running:
Clone the repository using the command below:
git clone https://github.com/roboto-ai/roboto-example-action.gitNavigate into one of the top-level Action directories in this package, e.g.
cd roboto-example-action/tag-datasetThen build and deploy the Action:
./scripts/setup.sh
./scripts/deploy.shYou can now run this Action in Roboto via the CLI or web app.
We welcome suggestions and contributions! If you have ideas for improvement or run into any issues, feel free to open an issue or pull request.