swarm:
- Creates one agent instance per game
- Runs all agents concurrently using threads
- Automatically manages scorecard opening and closing
- Handles cleanup when all agents complete
- Provides a link to view replay online
Running the Agent Swarm
The agent swarm is executed throughmain.py, which manages agent execution across multiple games with automatic scorecard tracking.

