Skip to main content

Overview

The AI Agent SDK provides a powerful framework for building AI agents that can participate in real-time conversations. This guide explains the core components and demonstrates how to create a complete agentic workflow.

Core Components​

The SDK consists of four primary components:

  1. Agent - Base class for defining agent behavior and capabilities
  2. Pipeline - Manages model selection and configuration
  3. Agent Session - Combines all components into a cohesive workflow

Got a Question? Ask us on discord


Was this helpful?