Quickstart - Agent Builder
Get started with xpander.ai and build your first AI agent
Set Up Your Environment
Before diving into xpander.ai, let’s set up your development environment.
Create a project and virtual environment
Create a new project directory and set up a Python virtual environment:
Activate the virtual environment
Do this every time you start a new terminal session:
Install the xpander SDK
Install the xpander SDK using pip:
Set up your API keys
If you don’t have API keys, create them in the respective platforms:
Build new agent in the xpander platform
Scenario : Build an AI agent that retrieves top AI news from Hacker News. You can make any of your’s choice.
Model & Framework Flexibility
xpander.ai is completely model-agnostic and framework-agnostic, giving you maximum flexibility in how you build and deploy your AI agents:
-
No-Code Option: The xpander platform UI demonstrated above lets you create fully functional agents without writing a single line of code. Simply define your agent through the AI Builder interface, and the platform handles the rest.
-
Any LLM Model: Use OpenAI, Anthropic Claude, Google Gemini, or other LLM providers based on your specific needs and preferences.
-
Any Agent Framework: Seamlessly integrate with popular agent frameworks like LlamaIndex, CrewAI, or HuggingFace’s Smoleagents while leveraging xpander’s enhanced capabilities.
For more advanced code-based implementations after creating your agent in the platform:
- See Start with LLM Models for direct integration with various LLM providers
- See Start with Agent Frameworks for using xpander with existing agent frameworks
Troubleshooting / FAQ
Next Steps
Add Voice & Chat Interfaces
Add voice, chat and other human-machine interfaces to your agents
Manage Multi-User State
Learn how to handle state across multiple users and sessions
Manage Agent Memory
Configure and manage memory state between your AI agents
Add User Authentication
Implement secure user authentication for your agents