Skip to main content
This guide covers the steps involved in creating an agent in Aion.

Overview

An Aion agent is built from the logic that handles work, the configuration that exposes it, and the runtime that serves it. This page will document how to:
  • define the agent’s behavior
  • connect it to the rest of your project
  • expose it through the Aion runtime
Content coming soon.