Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Build Real-World AI Agents with xpander.ai

xpander.ai is a Backend-as-a-Service platform that lets you build, deploy, and scale production-ready AI agents—without worrying about infrastructure.

xpander.ai offers Backend-as-a-Service infrastructure for autonomous agents: memory, tools, multi-user state, various agent triggering options (MCP, A2A, API, Web interfaces), storage, agent-to-agent messaging — designed to support any agent framework and SDK.

Feature Description
🛠️ Framework Flexibility Choose from popular frameworks like OpenAI ADK, Agno, CrewAI, LangChain, or work directly with native LLM APIs
🧰 Tool Integration Access our comprehensive MCP-compatible tools library and pre-built integrations
🚀 Scalable Hosting Deploy and scale your agents effortlessly on our managed infrastructure
💾 State Management Opt for framework-specific local state or leverage our distributed state management system
Real-time Events Harness our event streaming capabilities for Slackbots, ChatUIs, Agent2Agent communication, and Webhook integrations
🛡️ API Guardrails Implement robust guardrails using our Agent-Graph-System to define and manage dependencies between API actions of tool-use

By abstracting away infrastructure complexity, xpander.ai empowers you to focus on what matters most: building intelligent, effective, production-ready AI agents.


What is this tutorial?

This tutorial is an example of a Meeting Recorder Agent built with xpander.ai. It demonstrates how to connect tools, manage state, and automate real business workflows with just a few lines of code. Use this example to understand what xpander.ai is and how you can build your own agents.


What will you learn?

  • How to use xpander.ai to orchestrate tools, memory, and agent logic
  • How to automate meeting scheduling, recording, and reporting
  • How to build agents that maintain context and interact with real-world APIs
  • How to use xpander.ai's visual workbench and observability features

Why xpander.ai?

  • No backend required: Focus on agent logic, not infrastructure
  • Visual development: Test, trace, and wire tools in a UI
  • Persistent memory: Agents remember context across sessions
  • Tool orchestration: Easily connect APIs, cloud, and local tools
  • Production-ready: Built-in observability, scaling, and security

Ready to build?

  1. Visit https://app.xpander.ai and sign up for a Free Account
  2. Follow the notebook tutorial to get started!

Explore Further

  • The complete implementation of this Meeting Recorder Agent is available in the full-app folder. This production-ready code includes:
    • Complete agent implementation with all features
    • Advanced error handling and logging
    • Ready-to-use components you can extend

Tutorial

📓 Complete Tutorial Notebook - Follow our step-by-step guide to build the Meeting Recorder Agent from scratch