Skip to content

Tutorials

Welcome to the Playbooks AI tutorials. These step-by-step guides will help you learn how to use Playbooks AI to build intelligent agents by introducing one concept at a time.

Getting Started

If you haven't installed Playbooks AI yet, follow the installation guide and then the quickstart guide to set up your environment.

Tutorial Sequence

These tutorials are designed to be followed in order, with each one building on concepts introduced in previous tutorials:

  1. Anatomy of a Playbook - Understand the structure and components of a basic playbook
  2. Adding Triggers - Learn how to use triggers to control when playbooks execute
  3. User Interaction - Handle user input and responses
  4. Calling Playbooks - Call one playbook from another
  5. Python Playbooks - Create playbooks using Python code
  6. Advanced Triggers - Explore more advanced triggers for validation, sentiment, and error handling
  7. Multi-Agent Programming - Create programs with multiple agents
  8. Working with Artifacts - Store and retrieve data using artifacts

Key Concepts Coverage

Throughout these tutorials, you'll explore these key Playbooks AI concepts:

  • Markdown Playbooks - Writing playbooks in natural language
  • Python Playbooks - Writing playbooks with Python code
  • Triggers - Controlling when playbooks execute
  • Variables - Storing and manipulating data
  • User Interaction - Creating conversational flows
  • Multi-Agent Systems - Building systems with specialized agents
  • Artifacts - Managing persistent data

Ready to get started? Begin with Anatomy of a Playbook!