
Tutorial: Set Up Your First AI Agent Team in 5 Minutes
Tutorial: Set Up Your First AI Agent Team in 5 Minutes This is a quick start guide to running a team of AI agents with Bridge ACE. You will have 3 agents coordinating on a project within 5 minutes. Prerequisites Python 3.10+ tmux ( sudo apt install tmux on Ubuntu) At least one AI CLI installed: Claude Code: npm install -g @anthropic-ai/claude-code Codex CLI: npm install -g @openai/codex Or: Gemini CLI, Qwen CLI Step 1: Install Bridge ACE git clone https://github.com/Luanace-lab/bridge-ide.git cd bridge-ide ./install.sh The install script checks your Python version, installs tmux if missing, sets up Python dependencies, and creates runtime directories. Step 2: Start the Platform ./Backend/start_platform.sh This starts: HTTP server on port 9111 WebSocket server on port 9112 Background daemons for health monitoring Step 3: Open the UI Navigate to http://localhost:9111 in your browser. You will see the Bridge ACE landing page with Buddy (the onboarding companion). Step 4: Configure Your Te
Continue reading on Dev.to Python
Opens in a new tab



