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
- Clone the repository
- Copy
.env.exampleto.envand update as needed - Run
./infra/scripts/setup.shto install dependencies - Start the dev environment:
./infra/scripts/dev.sh - Access the UI at
http://localhost:8000
3. First Tasks
- Explore the codebase and docs
- Try running a sample workflow
- Read
CONTRIBUTING.mdfor 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.