Available Tutorials
Setup and Deployment Guide
Learn how to set up Xpander CLI, create agents, and deploy them to production
Simple Hello World with Xpander SDK
The simplest way to create an AI agent using Xpander SDK - learn backend integration and stateful memory
Local Model Integration with Ollama
Learn how to integrate local LLM models using Ollama while keeping all Xpander backend benefits
Custom Tools Integration
Create and integrate custom tools with your AI agent using the @register_tool decorator
Async Task Handling
Handle asynchronous tasks with @on_task decorator for efficient background processing
Session Management
Manage user sessions and memory for multi-user AI applications with separate contexts
Knowledge Base Integration (RAG)
Integrate PDF documents and vector search for Retrieval-Augmented Generation capabilities
Smart Support Agent Template
Build an intelligent documentation support agent that streams events using Xpander.ai, Mintlify, Notion & Calendly
Application Lifecycle Management
Manage application initialization and cleanup using @on_boot and @on_shutdown decorators
LangChain + LangGraph Integration
Build powerful ReAct agents with LangChain and LangGraph using 2000+ Xpander tools