The xpander.ai ecosystem offers several packages to help you build, manage, and integrate with AI agents. Each package serves a specific purpose in the xpander platform.
# Install the CLIpip install xpander-cli# Login to xpanderxpander login# List available agentsxpander agents list# Create a new agentxpander agents create --name "My Agent" --type regular
The CLI allows you to manage your xpander.ai resources directly from the terminal.
pip install xpander-utils# Use with various frameworksimport xpander_utils# Example with LangGraphfrom xpander_utils.integrations import langgraph_connectorgraph = langgraph_connector.create_xpander_graph("my-agent-id")
Utilities library for integrating xpander with AI agent frameworks such as: