Getting Started with ayo

ayo is a CLI framework for creating, managing, and orchestrating AI agents that work autonomously in isolated sandbox environments. Design specialized agents, teach them skills, chain them into workflows, and let them coordinate through a ticket-based task system.

Start Here

Core Concepts

  • Skills — Reusable instruction modules that extend agent capabilities
  • Tickets — Markdown files that coordinate work between agents
  • Squads — Team sandboxes where agents collaborate under shared constitutions
  • Flows — YAML-defined multi-step workflows with parallel execution
  • Memory — Persistent fact storage that survives sessions
  • Triggers — Automation via cron schedules, file watchers, or webhooks

Prerequisites

Quick Install

go install github.com/ayo-ooo/ayo/cmd/ayo@latest

See the Installation Guide for detailed setup instructions.