This guide gets you from zero to a working multi-agent session in under 5 minutes. You'll install Bernstein, configure Claude Code as your agent, run a goal, and understand the output. Step 1: Install Bernstein Bernstein requires Python 3.12+. Install it with pip or uv: pip install bernstein Or if you use uv: uv pip install bernstein Verify the installation: bernstein --version # berns