Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 737 Bytes

File metadata and controls

40 lines (30 loc) · 737 Bytes

Unified Agentic Platform (UAP)

Overview

UAP is an end-to-end platform for building, deploying, and operating AI agents using multiple frameworks.

Quick Start

Prerequisites

  • Devbox installed
  • Docker (optional)

Development Setup

# 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

Production Deployment

# Deploy to cloud
devbox run deploy

Architecture

  • Frontend: React + TypeScript + Vite
  • Backend: Python + FastAPI
  • Protocol: AG-UI
  • Frameworks: CopilotKit, Agno, Mastra

Documentation

See /docs for detailed documentation.