Skip to content

Onboarding Guide

Welcome! This guide will help you get started as a contributor to the AI Agent Orchestration Platform.

1. Prerequisites

  • Python 3.11+
  • Docker & Docker Compose
  • Node.js (for frontend)

2. Setup Steps

  1. Clone the repository
  2. Copy .env.example to .env and update as needed
  3. Run ./infra/scripts/setup.sh to install dependencies
  4. Start the dev environment: ./infra/scripts/dev.sh
  5. Access the UI at http://localhost:8000

3. First Tasks

  • Explore the codebase and docs
  • Try running a sample workflow
  • Read CONTRIBUTING.md for code style and PR process

4. Where to Get Help

  • Check the FAQ
  • Open an issue on GitHub
  • Join the community chat (see README)

Update this guide as onboarding improves.