This repository contains default scaffolding options and templates for AI agents on the xpander.ai platform.
xpander.ai is a Backend-as-a-Service for AI Agents that enables you to deploy AI agents that think, act, and scale across any stack with zero lock-in. This repository provides ready-to-use templates that help developers quickly bootstrap AI agents with the xpander.ai platform.
A comprehensive template for building AI agents using the Agno framework integrated with xpander.ai platform.
Features:
- Agno Framework Integration
- Thinking Tools with step-by-step reasoning
- Dual Mode Support (standalone and with Xpander backend)
- State Management and conversation history
- Async Operations for high-performance execution
- Multi-provider AI support (OpenAI, Anthropic)
- Model Context Protocol (MCP) support
- Docker containerization ready
- Choose a Template: Select the appropriate template for your AI agent framework
- Copy Template: Copy the template directory to your project location
- Follow Template Instructions: Each template includes its own README with specific setup instructions
- Deploy with xpander.ai: Use the xpander CLI to deploy your agent
- Connect to Anything: Library of agent-ready tools and Agentic Interfaces
- Agent Graph System: Design cross-agent and tool dependency graphs for correct behavior
- Flexible Deployment: Run on xpander serverless infrastructure or your own
- Backend Services: Memory, tools, multi-user state, storage, agent-to-agent messaging
- Framework Agnostic: Works with any agent framework and SDK
# Install xpander CLI
npm install -g xpander-cli
# Login to xpander.ai
xpander login
# Create new agent project
xpander agent new
# Initialize with template
xpander agent init
# Deploy your agent
xpander deploy
When adding new templates:
- Create a new directory with a descriptive name (e.g.,
framework-template
) - Include a comprehensive README.md explaining the template
- Provide example configuration files
- Include Dockerfile for containerization
- Add .env.example with required environment variables
- Update this root README to list the new template
- Documentation: Visit xpander.ai documentation
- Platform: xpander.ai
- CLI Help:
xpander --help
See LICENSE file for details.