Agents
Introduction
Learn how to configure your agent in YAML
Overview
Agents are configured using a YAML file. The file should define:
- The infrastructure to use (e.g., an EC2 instance)
- Actions to perform within the infrastructure (e.g., installing custom Linux packages)
- Your project’s dependencies (i.e., Python packages)
- Your project’s entrypoint (i.e., what command to use to actually execute your project)
- Environment variables
- Files to download upon the project’s completion
Example
Here’s an example configuration file:
alto.yml
Let’s break this down next.