Skip to main content
Behaviors are the core units of execution in Aion.

Overview

A behavior contains the logic for a step in an agent workflow. A project can use a single behavior for a simple agent or chain multiple behaviors together to form a larger agent sequence. This page will document how behaviors:
  • define agent logic
  • participate in message handling
  • act as middleware or terminal steps in a sequence
Content coming soon.