
How to run a team of AI agents in 2 minutes (free)
How to run a team of AI agents in 2 minutes (free) You have a Mac or Linux machine. You have an API key. That is all you need. This is not a demo. This is not a video. You will have a team of AI agents running on your machine in 2 minutes. Step 1: Install it npm install -g reflectt No Docker required. No cloud account needed. No credit card. Step 2: Connect your API key export ANTHROPIC_API_KEY = sk-ant-... Or put it in your shell profile so it persists. Step 3: Run it reflectt start That is it. Your agents are now running. Step 4: Watch them work Open your browser: http://localhost:4445/canvas You will see your team. Every agent has a name, a role, and a task queue. The orbs glow when they are thinking. You can see exactly what each one is working on, in real time. This is not a local dashboard you have to configure. It comes with the install. What you get immediately 25 AI agents running on your machine Live canvas — watch your team coordinate in real time Task board — see what every
Continue reading on Dev.to Tutorial
Opens in a new tab



