For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Introduction
    • Overview
    • Installation
    • Developer Onboarding
    • Quick Start
  • Concepts
    • Architecture
    • Call States and Lifecycle
    • Call Commands
    • Audio Streaming
    • Event Handling
  • Integrations
    • Google GenAI SDK (Gemini Live)
    • Google ADK (Agent Development Kit)
  • Use Cases
    • After-hours Voicemail
    • Appointment Booking
    • Call Monitoring and Coaching
    • Database Lookup
    • Human Escalation
    • Interactive Notifications
  • Reference
    • API Reference
    • Error Handling
    • Advanced Topics
LogoLogo
On this page
  • Install the Exact Version These Docs Describe
  • Install the Latest Published TestPyPI Build
  • Using requirements.txt
  • Requirements
  • Next Steps
Introduction

Installation

||View as Markdown|
Was this page helpful?
Previous

Overview

Next

Developer Onboarding

Built with

These docs target agentao-sdk 0.24.0, which is currently published on TestPyPI.

Install the Exact Version These Docs Describe

$pip install -i https://test.pypi.org/simple/ agentao-sdk==0.24.0

Install the Latest Published TestPyPI Build

$pip install -i https://test.pypi.org/simple/ agentao-sdk

Using requirements.txt

Add the following to your requirements.txt:

--extra-index-url https://test.pypi.org/simple/
agentao-sdk==0.24.0

Then install:

$pip install -r requirements.txt

Requirements

  • Python 3.11+
  • websockets >= 15.0
  • typing-extensions >= 4.8.0

These dependencies are installed automatically when you install the SDK.

Next Steps

  • Quick Start - Write your first AgenTao app
  • API Reference - Review the public 0.24.0 surface
  • Architecture - Learn how the SDK connects to the server