Start Orchestrator

Installation
SKILL.md

Start Orchestrator

Launches the Orchestrator 3 Stream application with both backend (FastAPI) and frontend (Vue/Vite) servers.

Prerequisites

  • The orchestrator application is located at apps/orchestrator_3_stream/
  • Backend requires Python with uv (Astral UV)
  • Frontend requires Node.js with npm
  • PostgreSQL database should be running

Configuration

Default ports (configurable via .env):

  • Backend: Port 8002 (default fallback: 9403)
  • Frontend: Port 5175

Backend Flags

Related skills
Installs
First Seen