Install the xpander CLI using pip:

pip

pip install xpander

npm

npm install -g xpander

Getting Started

Initialize xpander by logging in and creating your first agent:

xpander login
xpander agent new
xpander agent get

LLM Models without Agent Frameworks

Choose this approach when you want direct control over LLM interactions and custom tool execution. Perfect for simple automations and specific use cases.

Single Query (Quick Start)

Send one-off queries to your preferred LLM with built-in tool support.

Event streaming (Slack, Teams, RestAPI, Realtime voice)

Handle real-time events and messages from various platforms with continuous LLM interactions.

Multi-Step Tasks

Break down complex tasks into manageable steps with automatic tool execution and state management.

Simple Agents with existing Agent Frameworks

Choose this approach when you want to leverage existing agent frameworks with added xpander.ai capabilities like state management, authentication, and enhanced tools.

Event streaming (Slack, Teams, RestAPI, Realtime voice)

Next Steps