UAP is an end-to-end platform for building, deploying, and operating AI agents using multiple frameworks.
- Devbox installed
- Docker (optional)
# Clone the repository
git clone <repo-url>
cd uap-platform
# Enter the devbox shell
devbox shell
# The environment will auto-setup on first run
# Start development servers
devbox run dev# Deploy to cloud
devbox run deploy- Frontend: React + TypeScript + Vite
- Backend: Python + FastAPI
- Protocol: AG-UI
- Frameworks: CopilotKit, Agno, Mastra
See /docs for detailed documentation.